/external/libvpx/libvpx/vpx_dsp/x86/ |
D | variance_sse2.c | 42 const uint8_t *ref, int ref_stride, in get4x4var_sse2() 68 const uint8_t *ref, int ref_stride, in vpx_get8x8var_sse2() 107 const uint8_t *ref, int ref_stride, in vpx_get16x16var_sse2() 149 const unsigned char *ref, int ref_stride, in variance_sse2() 170 const unsigned char *ref, int ref_stride, in vpx_variance4x4_sse2() 178 const uint8_t *ref, int ref_stride, in vpx_variance8x4_sse2() 187 const uint8_t *ref, int ref_stride, in vpx_variance4x8_sse2() 196 const unsigned char *ref, int ref_stride, in vpx_variance8x8_sse2() 204 const unsigned char *ref, int ref_stride, in vpx_variance16x8_sse2() 213 const unsigned char *ref, int ref_stride, in vpx_variance8x16_sse2() [all …]
|
D | highbd_variance_sse2.c | 27 const uint16_t *ref, int ref_stride, in highbd_8_variance_sse2() 48 const uint16_t *ref, int ref_stride, in highbd_10_variance_sse2() 70 const uint16_t *ref, int ref_stride, in highbd_12_variance_sse2() 180 const uint8_t *ref8, int ref_stride, in vpx_highbd_8_mse16x16_sse2() 191 const uint8_t *ref8, int ref_stride, in vpx_highbd_10_mse16x16_sse2() 202 const uint8_t *ref8, int ref_stride, in vpx_highbd_12_mse16x16_sse2() 213 const uint8_t *ref8, int ref_stride, in vpx_highbd_8_mse8x8_sse2() 224 const uint8_t *ref8, int ref_stride, in vpx_highbd_10_mse8x8_sse2() 235 const uint8_t *ref8, int ref_stride, in vpx_highbd_12_mse8x8_sse2()
|
D | variance_avx2.c | 21 const uint8_t *ref, int ref_stride, in variance_avx2() 43 const uint8_t *ref, int ref_stride, in vpx_variance16x16_avx2() 52 const uint8_t *ref, int ref_stride, in vpx_mse16x16_avx2() 60 const uint8_t *ref, int ref_stride, in vpx_variance32x16_avx2() 69 const uint8_t *ref, int ref_stride, in vpx_variance32x32_avx2() 78 const uint8_t *ref, int ref_stride, in vpx_variance64x64_avx2() 87 const uint8_t *ref, int ref_stride, in vpx_variance64x32_avx2()
|
D | sad4d_avx2.c | 17 int ref_stride, in vpx_sad32x32x4d_avx2() 87 int ref_stride, in vpx_sad64x64x4d_avx2()
|
/external/libvpx/libvpx/vpx_dsp/mips/ |
D | variance_msa.c | 41 const uint8_t *ref_ptr, int32_t ref_stride, in sse_diff_4width_msa() 69 const uint8_t *ref_ptr, int32_t ref_stride, in sse_diff_8width_msa() 96 const uint8_t *ref_ptr, int32_t ref_stride, in sse_diff_16width_msa() 136 const uint8_t *ref_ptr, int32_t ref_stride, in sse_diff_32width_msa() 180 const uint8_t *ref_ptr, int32_t ref_stride, in sse_diff_32x64_msa() 226 const uint8_t *ref_ptr, int32_t ref_stride, in sse_diff_64x32_msa() 263 const uint8_t *ref_ptr, int32_t ref_stride, in sse_diff_64x64_msa() 336 const uint8_t *ref_ptr, int32_t ref_stride, in sse_4width_msa() 360 const uint8_t *ref_ptr, int32_t ref_stride, in sse_8width_msa() 383 const uint8_t *ref_ptr, int32_t ref_stride, in sse_16width_msa() [all …]
|
D | sad_msa.c | 23 const uint8_t *ref_ptr, int32_t ref_stride, in sad_4width_msa() 49 const uint8_t *ref, int32_t ref_stride, in sad_8width_msa() 70 const uint8_t *ref, int32_t ref_stride, in sad_16width_msa() 94 const uint8_t *ref, int32_t ref_stride, in sad_32width_msa() 130 const uint8_t *ref, int32_t ref_stride, in sad_64width_msa() 162 const uint8_t *ref_ptr, int32_t ref_stride, in sad_4width_x3_msa() 203 const uint8_t *ref, int32_t ref_stride, in sad_8width_x3_msa() 238 const uint8_t *ref_ptr, int32_t ref_stride, in sad_16width_x3_msa() 286 const uint8_t *ref, int32_t ref_stride, in sad_32width_x3_msa() 328 const uint8_t *ref, int32_t ref_stride, in sad_64width_x3_msa() [all …]
|
D | sub_pixel_variance_msa.c | 47 int32_t ref_stride, in avg_sse_diff_4width_msa() 83 int32_t ref_stride, in avg_sse_diff_8width_msa() 118 int32_t ref_stride, in avg_sse_diff_16width_msa() 174 int32_t ref_stride, in avg_sse_diff_32width_msa() 234 int32_t ref_stride, in avg_sse_diff_32x64_msa() 295 int32_t ref_stride, in avg_sse_diff_64x32_msa() 345 int32_t ref_stride, in avg_sse_diff_64x64_msa() 1876 int32_t ref_stride, in vpx_sub_pixel_avg_variance32x64_msa()
|
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | sad_neon.c | 21 int ref_stride) { in vpx_sad8x16_neon() 55 int ref_stride) { in vpx_sad4x4_neon() 86 int ref_stride) { in vpx_sad16x8_neon() 140 const uint8_t *ref, int ref_stride) { in vpx_sad64x64_neon() 176 const uint8_t *ref, int ref_stride) { in vpx_sad32x32_neon() 201 const uint8_t *ref, int ref_stride) { in vpx_sad16x16_neon() 220 const uint8_t *ref, int ref_stride) { in vpx_sad8x8_neon()
|
D | sad4d_neon.c | 84 const uint8_t* const ref[4], int ref_stride, in vpx_sad64x64x4d_neon() 130 const uint8_t* const ref[4], int ref_stride, in vpx_sad32x32x4d_neon() 174 const uint8_t* const ref[4], int ref_stride, in vpx_sad16x16x4d_neon()
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_reconintra.c | 115 int ref_stride, in build_intra_predictors_high() 244 int ref_stride, uint8_t *dst, int dst_stride, in build_intra_predictors() 389 const uint8_t *ref, int ref_stride, in vp9_predict_intra_block()
|
/external/webrtc/webrtc/modules/video_processing/util/ |
D | denoiser_filter_sse2.cc | 20 int ref_stride, in Get8x8varSse2() 61 int ref_stride, in VarianceSSE2() 128 int ref_stride, in Variance16x8()
|
/external/libvpx/libvpx/vpx_dsp/ |
D | sad.c | 44 int height, const uint8_t *ref, int ref_stride) { in avg_pred() 61 int ref_stride) { in highbd_avg_pred()
|
D | variance.c | 261 const uint8_t *ref, int ref_stride) { in vpx_comp_avg_pred_c() 607 int ref_stride) { in vpx_highbd_comp_avg_pred()
|
/external/webp/src/enc/ |
D | picture_psnr.c | 29 const uint8_t* ref, int ref_stride, in AccumulateLSIM()
|
/external/libvpx/libvpx/vp9/encoder/arm/neon/ |
D | vp9_avg_neon.c | 54 const int ref_stride, const int height) { in vp9_int_pro_row_neon()
|
/external/libvpx/libvpx/vp9/encoder/x86/ |
D | vp9_avg_intrin_sse2.c | 314 const int ref_stride, const int height) { in vp9_int_pro_row_sse2()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_avg.c | 133 const int ref_stride, const int height) { in vp9_int_pro_row_c()
|
D | vp9_pickmode.c | 211 const uint8_t *ref, int ref_stride, in block_variance()
|
D | vp9_mcomp.c | 1830 const int ref_stride = xd->plane[0].pre[0].stride; in vp9_int_pro_motion_estimation() local
|
/external/libvpx/libvpx/vp8/encoder/ |
D | firstpass.c | 420 int ref_stride = x->e_mbd.pre.y_stride; in zz_motion_search() local
|