Home
last modified time | relevance | path

Searched defs:pitch (Results 1 – 25 of 1001) sorted by relevance

12345678910>>...41

/aosp_15_r20/external/oboe/apps/OboeTester/app/src/main/java/com/mobileer/miditools/
H A DMusicKeyboardView.java136 int pitch = mLowestPitch + i; in onSizeChanged() local
157 int pitch = mLowestPitch + i; in makeBlackRectangles() local
182 int pitch = mLowestPitch + i; in onDraw() local
196 int pitch = mLowestPitch + i; in onDraw() local
237 int pitch = xyToPitch(x, y); in onFingerDown() local
245 int pitch = -1; in onFingerMove() local
272 int pitch = xyToPitch(x, y); in onFingerUp() local
277 private void fireKeyDown(int pitch) { in fireKeyDown()
285 private void fireKeyUp(int pitch) { in fireKeyUp()
294 int pitch = -1; in xyToPitch() local
[all …]
/aosp_15_r20/external/libvpx/vpx_dsp/
H A Dloopfilter.c112 void vpx_lpf_horizontal_4_c(uint8_t *s, int pitch, const uint8_t *blimit, in vpx_lpf_horizontal_4_c()
130 void vpx_lpf_horizontal_4_dual_c(uint8_t *s, int pitch, const uint8_t *blimit0, in vpx_lpf_horizontal_4_dual_c()
138 void vpx_lpf_vertical_4_c(uint8_t *s, int pitch, const uint8_t *blimit, in vpx_lpf_vertical_4_c()
154 void vpx_lpf_vertical_4_dual_c(uint8_t *s, int pitch, const uint8_t *blimit0, in vpx_lpf_vertical_4_dual_c()
182 void vpx_lpf_horizontal_8_c(uint8_t *s, int pitch, const uint8_t *blimit, in vpx_lpf_horizontal_8_c()
203 void vpx_lpf_horizontal_8_dual_c(uint8_t *s, int pitch, const uint8_t *blimit0, in vpx_lpf_horizontal_8_dual_c()
211 void vpx_lpf_vertical_8_c(uint8_t *s, int pitch, const uint8_t *blimit, in vpx_lpf_vertical_8_c()
227 void vpx_lpf_vertical_8_dual_c(uint8_t *s, int pitch, const uint8_t *blimit0, in vpx_lpf_vertical_8_dual_c()
289 static void mb_lpf_horizontal_edge_w(uint8_t *s, int pitch, in mb_lpf_horizontal_edge_w()
318 void vpx_lpf_horizontal_16_c(uint8_t *s, int pitch, const uint8_t *blimit, in vpx_lpf_horizontal_16_c()
[all …]
/aosp_15_r20/external/libvpx/vpx_dsp/x86/
H A Dhighbd_loopfilter_sse2.c50 void vpx_highbd_lpf_horizontal_16_sse2(uint16_t *s, int pitch, in vpx_highbd_lpf_horizontal_16_sse2()
477 void vpx_highbd_lpf_horizontal_16_dual_sse2(uint16_t *s, int pitch, in vpx_highbd_lpf_horizontal_16_dual_sse2()
485 void vpx_highbd_lpf_horizontal_8_sse2(uint16_t *s, int pitch, in vpx_highbd_lpf_horizontal_8_sse2()
712 uint16_t *s, int pitch, const uint8_t *blimit0, const uint8_t *limit0, in vpx_highbd_lpf_horizontal_8_dual_sse2()
719 void vpx_highbd_lpf_horizontal_4_sse2(uint16_t *s, int pitch, in vpx_highbd_lpf_horizontal_4_sse2()
882 uint16_t *s, int pitch, const uint8_t *blimit0, const uint8_t *limit0, in vpx_highbd_lpf_horizontal_4_dual_sse2()
1001 void vpx_highbd_lpf_vertical_4_sse2(uint16_t *s, int pitch, in vpx_highbd_lpf_vertical_4_sse2()
1025 uint16_t *s, int pitch, const uint8_t *blimit0, const uint8_t *limit0, in vpx_highbd_lpf_vertical_4_dual_sse2()
1047 void vpx_highbd_lpf_vertical_8_sse2(uint16_t *s, int pitch, in vpx_highbd_lpf_vertical_8_sse2()
1071 uint16_t *s, int pitch, const uint8_t *blimit0, const uint8_t *limit0, in vpx_highbd_lpf_vertical_8_dual_sse2()
[all …]
H A Dloopfilter_sse2.c107 void vpx_lpf_horizontal_4_sse2(uint8_t *s, int pitch, const uint8_t *blimit, in vpx_lpf_horizontal_4_sse2()
141 void vpx_lpf_vertical_4_sse2(uint8_t *s, int pitch, const uint8_t *blimit, in vpx_lpf_vertical_4_sse2()
231 void vpx_lpf_horizontal_16_sse2(unsigned char *s, int pitch, in vpx_lpf_horizontal_16_sse2()
593 void vpx_lpf_horizontal_16_dual_sse2(unsigned char *s, int pitch, in vpx_lpf_horizontal_16_dual_sse2()
925 void vpx_lpf_horizontal_8_sse2(unsigned char *s, int pitch, in vpx_lpf_horizontal_8_sse2()
1146 uint8_t *s, int pitch, const uint8_t *blimit0, const uint8_t *limit0, in vpx_lpf_horizontal_8_dual_sse2()
1393 void vpx_lpf_horizontal_4_dual_sse2(unsigned char *s, int pitch, in vpx_lpf_horizontal_4_dual_sse2()
1665 void vpx_lpf_vertical_4_dual_sse2(uint8_t *s, int pitch, const uint8_t *blimit0, in vpx_lpf_vertical_4_dual_sse2()
1688 void vpx_lpf_vertical_8_sse2(unsigned char *s, int pitch, in vpx_lpf_vertical_8_sse2()
1712 void vpx_lpf_vertical_8_dual_sse2(uint8_t *s, int pitch, const uint8_t *blimit0, in vpx_lpf_vertical_8_dual_sse2()
[all …]
H A Dhighbd_convolve_avx2.c325 ptrdiff_t pitch) { in store_8x2_pixels()
415 const ptrdiff_t pitch, __m256i *sig) { in pack_8x2_2t_pixels()
508 static void pack_8x9_init(const uint16_t *src, ptrdiff_t pitch, __m256i *sig) { in pack_8x9_init()
539 static INLINE void pack_8x9_pixels(const uint16_t *src, ptrdiff_t pitch, in pack_8x9_pixels()
592 static void pack_16x9_init(const uint16_t *src, ptrdiff_t pitch, __m256i *sig) { in pack_16x9_init()
642 static void pack_16x9_pixels(const uint16_t *src, ptrdiff_t pitch, in pack_16x9_pixels()
683 ptrdiff_t pitch) { in store_16x2_pixels()
725 static INLINE void pack_16x2_2t_pixels(const uint16_t *src, ptrdiff_t pitch, in pack_16x2_2t_pixels()
770 static INLINE void pack_8x2_2t_pixels_ver(const uint16_t *src, ptrdiff_t pitch, in pack_8x2_2t_pixels_ver()
833 ptrdiff_t pitch) { in store_8x2_avg_pixels()
[all …]
/aosp_15_r20/external/libaom/aom_dsp/arm/
H A Dloopfilter_neon.c699 uint8_t *s, int pitch, const uint8_t *blimit0, const uint8_t *limit0, in aom_lpf_vertical_14_dual_neon()
706 void aom_lpf_vertical_14_quad_neon(uint8_t *s, int pitch, const uint8_t *blimit, in aom_lpf_vertical_14_quad_neon()
758 void aom_lpf_vertical_8_dual_neon(uint8_t *s, int pitch, const uint8_t *blimit0, in aom_lpf_vertical_8_dual_neon()
766 void aom_lpf_vertical_8_quad_neon(uint8_t *s, int pitch, const uint8_t *blimit, in aom_lpf_vertical_8_quad_neon()
817 void aom_lpf_vertical_6_dual_neon(uint8_t *s, int pitch, const uint8_t *blimit0, in aom_lpf_vertical_6_dual_neon()
825 void aom_lpf_vertical_6_quad_neon(uint8_t *s, int pitch, const uint8_t *blimit, in aom_lpf_vertical_6_quad_neon()
869 void aom_lpf_vertical_4_dual_neon(uint8_t *s, int pitch, const uint8_t *blimit0, in aom_lpf_vertical_4_dual_neon()
877 void aom_lpf_vertical_4_quad_neon(uint8_t *s, int pitch, const uint8_t *blimit, in aom_lpf_vertical_4_quad_neon()
907 uint8_t *s, int pitch, const uint8_t *blimit0, const uint8_t *limit0, in aom_lpf_horizontal_14_dual_neon()
916 void aom_lpf_horizontal_14_quad_neon(uint8_t *s, int pitch, in aom_lpf_horizontal_14_quad_neon()
[all …]
H A Dhighbd_loopfilter_neon.c225 void aom_highbd_lpf_horizontal_4_neon(uint16_t *s, int pitch, in aom_highbd_lpf_horizontal_4_neon()
282 uint16_t *s, int pitch, const uint8_t *blimit0, const uint8_t *limit0, in aom_highbd_lpf_horizontal_4_dual_neon()
289 void aom_highbd_lpf_vertical_4_neon(uint16_t *s, int pitch, in aom_highbd_lpf_vertical_4_neon()
356 uint16_t *s, int pitch, const uint8_t *blimit0, const uint8_t *limit0, in aom_highbd_lpf_vertical_4_dual_neon()
410 void aom_highbd_lpf_horizontal_6_neon(uint16_t *s, int pitch, in aom_highbd_lpf_horizontal_6_neon()
487 uint16_t *s, int pitch, const uint8_t *blimit0, const uint8_t *limit0, in aom_highbd_lpf_horizontal_6_dual_neon()
494 void aom_highbd_lpf_vertical_6_neon(uint16_t *s, int pitch, in aom_highbd_lpf_vertical_6_neon()
587 uint16_t *s, int pitch, const uint8_t *blimit0, const uint8_t *limit0, in aom_highbd_lpf_vertical_6_dual_neon()
653 void aom_highbd_lpf_horizontal_8_neon(uint16_t *s, int pitch, in aom_highbd_lpf_horizontal_8_neon()
738 uint16_t *s, int pitch, const uint8_t *blimit0, const uint8_t *limit0, in aom_highbd_lpf_horizontal_8_dual_neon()
[all …]
/aosp_15_r20/external/libvpx/vp8/common/arm/neon/
H A Dloopfiltersimpleverticaledge_neon.c18 static INLINE void write_2x4(unsigned char *dst, int pitch, in write_2x4()
49 static INLINE void write_2x8(unsigned char *dst, int pitch, in write_2x8()
57 static INLINE void write_2x8(unsigned char *dst, int pitch, in write_2x8()
96 static INLINE uint8x8x4_t read_4x8(unsigned char *src, int pitch) { in read_4x8()
154 static INLINE uint8x8x4_t read_4x8(unsigned char *src, int pitch) { in read_4x8()
H A Dvp8_loopfilter_neon.c127 void vp8_loop_filter_horizontal_edge_y_neon(unsigned char *src, int pitch, in vp8_loop_filter_horizontal_edge_y_neon()
169 void vp8_loop_filter_horizontal_edge_uv_neon(unsigned char *u, int pitch, in vp8_loop_filter_horizontal_edge_uv_neon()
249 static INLINE void write_4x8(unsigned char *dst, int pitch, in write_4x8()
317 void vp8_loop_filter_vertical_edge_y_neon(unsigned char *src, int pitch, in vp8_loop_filter_vertical_edge_y_neon()
427 void vp8_loop_filter_vertical_edge_uv_neon(unsigned char *u, int pitch, in vp8_loop_filter_vertical_edge_uv_neon()
/aosp_15_r20/external/pdfium/core/fxge/
H A Dcalculate_pitch.cpp16 FX_SAFE_UINT32 pitch = bpc; in CalculatePitch8Safely() local
25 FX_SAFE_UINT32 pitch = bpp; in CalculatePitch32Safely() local
46 FX_SAFE_UINT32 pitch = CalculatePitch8Safely(bpc, components, width); in CalculatePitch8() local
53 FX_SAFE_UINT32 pitch = CalculatePitch32Safely(bpp, width); in CalculatePitch32() local
/aosp_15_r20/external/libaom/aom_dsp/
H A Dloopfilter.c170 void aom_lpf_vertical_4_c(uint8_t *s, int pitch, const uint8_t *blimit, in aom_lpf_vertical_4_c()
186 void aom_lpf_vertical_4_dual_c(uint8_t *s, int pitch, const uint8_t *blimit0, in aom_lpf_vertical_4_dual_c()
194 void aom_lpf_vertical_4_quad_c(uint8_t *s, int pitch, const uint8_t *blimit0, in aom_lpf_vertical_4_quad_c()
313 void aom_lpf_vertical_6_c(uint8_t *s, int pitch, const uint8_t *blimit, in aom_lpf_vertical_6_c()
329 void aom_lpf_vertical_6_dual_c(uint8_t *s, int pitch, const uint8_t *blimit0, in aom_lpf_vertical_6_dual_c()
337 void aom_lpf_vertical_6_quad_c(uint8_t *s, int pitch, const uint8_t *blimit0, in aom_lpf_vertical_6_quad_c()
345 void aom_lpf_vertical_8_c(uint8_t *s, int pitch, const uint8_t *blimit, in aom_lpf_vertical_8_c()
362 void aom_lpf_vertical_8_dual_c(uint8_t *s, int pitch, const uint8_t *blimit0, in aom_lpf_vertical_8_dual_c()
370 void aom_lpf_vertical_8_quad_c(uint8_t *s, int pitch, const uint8_t *blimit0, in aom_lpf_vertical_8_quad_c()
499 void aom_lpf_vertical_14_dual_c(uint8_t *s, int pitch, const uint8_t *blimit0, in aom_lpf_vertical_14_dual_c()
[all …]
/aosp_15_r20/device/google/trout/product_files/etc/automotive/evs/
Dconfig_override.json31 "pitch" : -10, number
42 "pitch" : -10, number
53 "pitch" : -10, number
64 "pitch" : -10, number
/aosp_15_r20/external/libjpeg-turbo/
H A Dturbojpeg.c703 int width, int pitch, int height, int pixelFormat,
772 int pitch, int height, int pixelSize,
796 int width, int pitch, int height,
955 int width, int pitch, int height, int pixelFormat,
995 int pitch, int height, int pixelFormat,
1004 int pitch, int height, int pixelSize,
1337 int width, int pitch, int height, int pixelFormat,
1425 int width, int pitch, int height, int pixelSize,
1488 unsigned char *dstBuf, int width, int pitch,
1634 int width, int pitch, int height, int pixelFormat,
[all …]
H A Dturbojpeg-jni.c230 jint width, jint pitch, jint height, jint pf, jbyteArray dst, in TJCompressor_compress()
276 jint pitch, jint height, jint pf, jbyteArray dst, jint jpegSubsamp, in Java_org_libjpegturbo_turbojpeg_TJCompressor_compress___3BIIIIII_3BIII()
285 (JNIEnv *env, jobject obj, jbyteArray src, jint width, jint pitch, in Java_org_libjpegturbo_turbojpeg_TJCompressor_compress___3BIIII_3BIII()
419 jint width, jint pitch, jint height, jint pf, jobjectArray dstobjs, in TJCompressor_encodeYUV()
506 jint pitch, jint height, jint pf, jobjectArray dstobjs, in Java_org_libjpegturbo_turbojpeg_TJCompressor_encodeYUV___3BIIIIII_3_3B_3I_3III()
534 jint pitch, jint height, jint pf, jbyteArray dst, jint subsamp, jint flags) in TJCompressor_encodeYUV_12()
572 (JNIEnv *env, jobject obj, jbyteArray src, jint width, jint pitch, in Java_org_libjpegturbo_turbojpeg_TJCompressor_encodeYUV___3BIIII_3BII()
702 jint dstElementSize, jint x, jint y, jint width, jint pitch, jint height, in TJDecompressor_decompress()
742 jint x, jint y, jint width, jint pitch, jint height, jint pf, jint flags) in Java_org_libjpegturbo_turbojpeg_TJDecompressor_decompress___3BI_3BIIIIIII()
751 jint width, jint pitch, jint height, jint pf, jint flags) in Java_org_libjpegturbo_turbojpeg_TJDecompressor_decompress___3BI_3BIIIII()
[all …]
/aosp_15_r20/packages/services/Car/cpp/evs/apps/default/res/
Dconfig.json35 "pitch" : -10, number
49 "pitch" : -10, number
63 "pitch" : -10, number
77 "pitch" : -10, number
/aosp_15_r20/external/libvpx/vp8/common/mips/msa/
H A Dloopfilter_filters_msa.c209 static void loop_filter_horizontal_4_dual_msa(uint8_t *src, int32_t pitch, in loop_filter_horizontal_4_dual_msa()
240 static void loop_filter_vertical_4_dual_msa(uint8_t *src, int32_t pitch, in loop_filter_vertical_4_dual_msa()
287 static void mbloop_filter_horizontal_edge_y_msa(uint8_t *src, int32_t pitch, in mbloop_filter_horizontal_edge_y_msa()
310 int32_t pitch, in mbloop_filter_horizontal_edge_uv_msa()
363 static void mbloop_filter_vertical_edge_y_msa(uint8_t *src, int32_t pitch, in mbloop_filter_vertical_edge_y_msa()
429 int32_t pitch, in mbloop_filter_vertical_edge_uv_msa()
495 void vp8_loop_filter_simple_horizontal_edge_msa(uint8_t *src, int32_t pitch, in vp8_loop_filter_simple_horizontal_edge_msa()
507 void vp8_loop_filter_simple_vertical_edge_msa(uint8_t *src, int32_t pitch, in vp8_loop_filter_simple_vertical_edge_msa()
540 int32_t pitch, in loop_filter_horizontal_edge_uv_msa()
583 int32_t pitch, in loop_filter_vertical_edge_uv_msa()
/aosp_15_r20/external/libvpx/vpx_dsp/mips/
H A Dloopfilter_16_msa.c15 static int32_t hz_lpf_t4_and_t8_16w(uint8_t *src, int32_t pitch, in hz_lpf_t4_and_t8_16w()
82 static void hz_lpf_t16_16w(uint8_t *src, int32_t pitch, uint8_t *filter48) { in hz_lpf_t16_16w()
408 static void mb_lpf_horizontal_edge_dual(uint8_t *src, int32_t pitch, in mb_lpf_horizontal_edge_dual()
426 static void mb_lpf_horizontal_edge(uint8_t *src, int32_t pitch, in mb_lpf_horizontal_edge()
649 void vpx_lpf_horizontal_16_msa(uint8_t *src, int32_t pitch, in vpx_lpf_horizontal_16_msa()
656 void vpx_lpf_horizontal_16_dual_msa(uint8_t *src, int32_t pitch, in vpx_lpf_horizontal_16_dual_msa()
825 static int32_t vt_lpf_t16_8w(uint8_t *src, uint8_t *src_org, int32_t pitch, in vt_lpf_t16_8w()
1045 void vpx_lpf_vertical_16_msa(uint8_t *src, int32_t pitch, in vpx_lpf_vertical_16_msa()
1070 uint8_t *src_org, int32_t pitch, in vt_lpf_t4_and_t8_16w()
1146 static int32_t vt_lpf_t16_16w(uint8_t *src, uint8_t *src_org, int32_t pitch, in vt_lpf_t16_16w()
[all …]
H A Dloopfilter_4_msa.c14 void vpx_lpf_horizontal_4_msa(uint8_t *src, int32_t pitch, in vpx_lpf_horizontal_4_msa()
40 void vpx_lpf_horizontal_4_dual_msa(uint8_t *src, int32_t pitch, in vpx_lpf_horizontal_4_dual_msa()
72 void vpx_lpf_vertical_4_msa(uint8_t *src, int32_t pitch, in vpx_lpf_vertical_4_msa()
100 void vpx_lpf_vertical_4_dual_msa(uint8_t *src, int32_t pitch, in vpx_lpf_vertical_4_dual_msa()
/aosp_15_r20/external/libvpx/vp8/encoder/mips/mmi/
H A Ddct_mmi.c46 void vp8_short_fdct4x4_mmi(int16_t *input, int16_t *output, int pitch) { in vp8_short_fdct4x4_mmi()
230 void vp8_short_fdct8x4_mmi(int16_t *input, int16_t *output, int pitch) { in vp8_short_fdct8x4_mmi()
235 void vp8_short_walsh4x4_mmi(int16_t *input, int16_t *output, int pitch) { in vp8_short_walsh4x4_mmi()
/aosp_15_r20/external/libopus/dnn/torch/neural-pitch/
H A Drun_crepe.py58 _, pitch, confidence, _ = crepe.predict(chunk, 16000, center=True, viterbi=True,verbose=0) variable
59 pitch = pitch[:chunk_size_frames] variable
66 pitch = np.reshape(pitch, (-1, 1)) variable
/aosp_15_r20/external/libvpx/vp8/encoder/
H A Ddct.c15 void vp8_short_fdct4x4_c(short *input, short *output, int pitch) { in vp8_short_fdct4x4_c()
55 void vp8_short_fdct8x4_c(short *input, short *output, int pitch) { in vp8_short_fdct8x4_c()
60 void vp8_short_walsh4x4_c(short *input, short *output, int pitch) { in vp8_short_walsh4x4_c()
/aosp_15_r20/external/libvpx/vp8/common/loongarch/
H A Dloopfilter_filters_lsx.c154 static void loop_filter_horizontal_4_dual_lsx(uint8_t *src, int32_t pitch, in loop_filter_horizontal_4_dual_lsx()
197 static void loop_filter_vertical_4_dual_lsx(uint8_t *src, int32_t pitch, in loop_filter_vertical_4_dual_lsx()
297 int32_t pitch, in loop_filter_horizontal_edge_uv_lsx()
349 int32_t pitch, in loop_filter_vertical_edge_uv_lsx()
426 uint8_t *src, int32_t pitch, const uint8_t b_limit_in, in mbloop_filter_horizontal_edge_y_lsx()
460 uint8_t *src_u, uint8_t *src_v, int32_t pitch, const uint8_t b_limit_in, in mbloop_filter_horizontal_edge_uv_lsx()
517 int32_t pitch, in mbloop_filter_vertical_edge_y_lsx()
598 uint8_t *src_u, uint8_t *src_v, int32_t pitch, const uint8_t b_limit_in, in mbloop_filter_vertical_edge_uv_lsx()
/aosp_15_r20/external/swiftshader/src/Pipeline/
H A DPixelRoutine.cpp378 Int pitch = *Pointer<Int>(data + OFFSET(DrawData, stencilPitchB)); in stencilTest() local
455 Int pitch = *Pointer<Int>(data + OFFSET(DrawData, depthPitchB)); in readDepth32F() local
470 Int pitch = *Pointer<Int>(data + OFFSET(DrawData, depthPitchB)); in readDepth16() local
579 Int pitch = *Pointer<Int>(data + OFFSET(DrawData, depthPitchB)); in depthBoundsTest16() local
600 Int pitch = *Pointer<Int>(data + OFFSET(DrawData, depthPitchB)); in depthBoundsTest32F() local
665 Int pitch = *Pointer<Int>(data + OFFSET(DrawData, depthPitchB)); in writeDepth32F() local
692 Int pitch = *Pointer<Int>(data + OFFSET(DrawData, depthPitchB)); in writeDepth16() local
783 Int pitch = *Pointer<Int>(data + OFFSET(DrawData, stencilPitchB)); in writeStencil() local
/aosp_15_r20/external/intel-media-driver/media_driver/linux/common/cm/hal/
H A Dcm_surface_manager.cpp112 uint32_t pitch = 0; in CreateSurface2DFromMosResource() local
297 …Info( MOS_RESOURCE * mosResource, uint32_t &width, uint32_t &height, uint32_t &pitch, CM_SURFACE_F… in GetSurfaceInfo()
323 uint32_t pitch = 0; in UpdateSurface2D() local
/aosp_15_r20/frameworks/av/media/module/codecs/m4v_h263/enc/src/
H A Dmotion_comp.cpp107 Int height, pitch, pitch_uv, height_uv; in getMotionCompensatedMB() local
1717 void Copy_MB_from_Vop(UChar *comp, Int yChan[][NCOEFF_BLOCK], Int pitch) in Copy_MB_from_Vop()
1765 void Copy_B_from_Vop(UChar *comp, Int cChan[], Int pitch) in Copy_B_from_Vop()
1795 void Copy_MB_into_Vop(UChar *comp, Int yChan[][NCOEFF_BLOCK], Int pitch) in Copy_MB_into_Vop()
1863 void Copy_B_into_Vop(UChar *comp, Int cChan[], Int pitch) in Copy_B_into_Vop()

12345678910>>...41