Home
last modified time | relevance | path

Searched defs:src_stride (Results 1 – 14 of 14) sorted by relevance

/external/libvpx/vp8/encoder/
Dsad_c.c16 int src_stride, in vp8_sad16x16_c()
43 int src_stride, in sad_mx_n_c()
70 int src_stride, in vp8_sad8x8_c()
82 int src_stride, in vp8_sad16x8_c()
95 int src_stride, in vp8_sad8x16_c()
107 int src_stride, in vp8_sad4x4_c()
118 int src_stride, in vp8_sad16x16x3_c()
131 int src_stride, in vp8_sad16x16x8_c()
149 int src_stride, in vp8_sad16x8x3_c()
162 int src_stride, in vp8_sad16x8x8_c()
[all …]
Dtemporal_filter.c170 int src_stride = b->src_stride; in vp8_temporal_filter_find_matching_mb_c() local
Dblock.h47 int src_stride; member
Dencodemb.c33 int src_stride = be->src_stride; in vp8_subtract_b_c() local
Dpickinter.c95 int src_stride, in vp8_get16x16pred_error_c()
Dmcomp.c790 int src_stride = b->src_stride; in vp8_hex_search() local
Dfirstpass.c414 int src_stride = b->src_stride; in zz_motion_search() local
/external/libyuv/files/source/
Dscale.cc69 void ScaleRowDown2Int_NEON(const uint8* src_ptr, int src_stride, in ScaleRowDown2Int_NEON()
124 static void ScaleRowDown4Int_NEON(const uint8* src_ptr, int src_stride, in ScaleRowDown4Int_NEON()
270 static void ScaleRowDown2_SSE2(const uint8* src_ptr, int src_stride, in ScaleRowDown2_SSE2()
298 static void ScaleRowDown2Int_SSE2(const uint8* src_ptr, int src_stride, in ScaleRowDown2Int_SSE2()
342 static void ScaleRowDown4_SSE2(const uint8* src_ptr, int src_stride, in ScaleRowDown4_SSE2()
374 static void ScaleRowDown4Int_SSE2(const uint8* src_ptr, int src_stride, in ScaleRowDown4Int_SSE2()
433 static void ScaleRowDown8_SSE2(const uint8* src_ptr, int src_stride, in ScaleRowDown8_SSE2()
466 static void ScaleRowDown8Int_SSE2(const uint8* src_ptr, int src_stride, in ScaleRowDown8Int_SSE2()
539 static void ScaleRowDown34_SSSE3(const uint8* src_ptr, int src_stride, in ScaleRowDown34_SSSE3()
589 static void ScaleRowDown34_1_Int_SSSE3(const uint8* src_ptr, int src_stride, in ScaleRowDown34_1_Int_SSSE3()
[all …]
Drotate.cc71 static void TransposeWx8_SSSE3(const uint8* src, int src_stride, in TransposeWx8_SSSE3()
161 static void TransposeUVWx8_SSE2(const uint8* src, int src_stride, in TransposeUVWx8_SSE2()
289 static void TransposeWx8_SSSE3(const uint8* src, int src_stride, in TransposeWx8_SSSE3()
504 static void TransposeWx8_FAST_SSSE3(const uint8* src, int src_stride, in TransposeWx8_FAST_SSSE3()
640 static void TransposeUVWx8_SSE2(const uint8* src, int src_stride, in TransposeUVWx8_SSE2()
749 static void TransposeWx8_C(const uint8* src, int src_stride, in TransposeWx8_C()
767 static void TransposeWxH_C(const uint8* src, int src_stride, in TransposeWxH_C()
776 void TransposePlane(const uint8* src, int src_stride, in TransposePlane()
827 void RotatePlane90(const uint8* src, int src_stride, in RotatePlane90()
839 void RotatePlane270(const uint8* src, int src_stride, in RotatePlane270()
[all …]
/external/libvpx/vp8/encoder/x86/
Dx86_csystemdependent.c75 unsigned int src_stride = be->src_stride; in subtract_b_mmx() local
131 unsigned int src_stride = be->src_stride; in subtract_b_sse2() local
/external/libvpx/vp8/common/
Dreconinter.c33 int src_stride, in vp8_copy_mem16x16_c()
76 int src_stride, in vp8_copy_mem8x8_c()
106 int src_stride, in vp8_copy_mem8x4_c()
Dfilter.c275 unsigned int src_stride, in filter_block2d_bil_first_pass()
/external/webp/src/dec/
Dio.c509 static int Rescale(const uint8_t* src, int src_stride, in Rescale()
598 static int Import(const uint8_t* src, int src_stride, in Import()
/external/webp/src/enc/
Dpicture.c278 int src_width, int src_height, int src_stride, in RescalePlane()