/external/libvpx/vp8/encoder/ |
D | sad_c.c | 16 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 …]
|
D | temporal_filter.c | 170 int src_stride = b->src_stride; in vp8_temporal_filter_find_matching_mb_c() local
|
D | block.h | 47 int src_stride; member
|
D | encodemb.c | 33 int src_stride = be->src_stride; in vp8_subtract_b_c() local
|
D | pickinter.c | 95 int src_stride, in vp8_get16x16pred_error_c()
|
D | mcomp.c | 790 int src_stride = b->src_stride; in vp8_hex_search() local
|
D | firstpass.c | 414 int src_stride = b->src_stride; in zz_motion_search() local
|
/external/libyuv/files/source/ |
D | scale.cc | 69 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 …]
|
D | rotate.cc | 71 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/ |
D | x86_csystemdependent.c | 75 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/ |
D | reconinter.c | 33 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()
|
D | filter.c | 275 unsigned int src_stride, in filter_block2d_bil_first_pass()
|
/external/webp/src/dec/ |
D | io.c | 509 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/ |
D | picture.c | 278 int src_width, int src_height, int src_stride, in RescalePlane()
|