Home
last modified time | relevance | path

Searched defs:ref8 (Results 1 – 20 of 20) sorted by relevance

/aosp_15_r20/external/libvpx/vpx_dsp/x86/
H A Dhighbd_variance_sse2.c185 const uint8_t *ref8, int ref_stride, in vpx_highbd_8_mse16x16_sse2()
196 const uint8_t *ref8, int ref_stride, in vpx_highbd_10_mse16x16_sse2()
207 const uint8_t *ref8, int ref_stride, in vpx_highbd_12_mse16x16_sse2()
218 const uint8_t *ref8, int ref_stride, in vpx_highbd_8_mse8x8_sse2()
229 const uint8_t *ref8, int ref_stride, in vpx_highbd_10_mse8x8_sse2()
240 const uint8_t *ref8, int ref_stride, in vpx_highbd_12_mse8x8_sse2()
/aosp_15_r20/external/libaom/aom_dsp/x86/
H A Dhighbd_variance_sse2.c166 const uint8_t *ref8, int ref_stride, in aom_highbd_8_mse16x16_sse2()
177 const uint8_t *ref8, int ref_stride, in aom_highbd_10_mse16x16_sse2()
188 const uint8_t *ref8, int ref_stride, in aom_highbd_12_mse16x16_sse2()
199 const uint8_t *ref8, int ref_stride, in aom_highbd_8_mse8x8_sse2()
210 const uint8_t *ref8, int ref_stride, in aom_highbd_10_mse8x8_sse2()
221 const uint8_t *ref8, int ref_stride, in aom_highbd_12_mse8x8_sse2()
628 const uint8_t *ref8, int ref_stride, in aom_highbd_dist_wtd_comp_avg_pred_sse2()
H A Dhighbd_sad_avx2.c602 static void convert_pointers(const uint8_t *const ref8[], in convert_pointers()
H A Dvariance_sse2.c435 int width, int height, const uint8_t *ref8, in aom_highbd_comp_mask_pred_sse2()
H A Dhighbd_variance_avx2.c745 const uint8_t *ref8, int ref_stride, in aom_highbd_10_mse16x16_avx2()
H A Dvariance_avx2.c440 int width, int height, const uint8_t *ref8, in aom_highbd_comp_mask_pred_avx2()
/aosp_15_r20/external/libaom/test/
H A Dcomp_avg_pred_test.cc104 uint8_t ref8[kMaxSize * kMaxSize]; in RunCheckOutput() local
149 uint8_t ref8[kMaxSize * kMaxSize]; in RunSpeedTest() local
411 uint16_t ref8[kMaxSize * kMaxSize]; in RunCheckOutput() local
460 uint16_t ref8[kMaxSize * kMaxSize]; in RunSpeedTest() local
522 uint16_t ref8[kMaxSize * kMaxSize]; in RunCheckOutput() local
587 uint16_t ref8[kMaxSize * kMaxSize]; in RunSpeedTest() local
/aosp_15_r20/external/libaom/aom_dsp/arm/
H A Dhighbd_avg_pred_neon.c25 int width, int height, const uint8_t *ref8, in aom_highbd_comp_avg_pred_neon()
78 int width, int height, const uint8_t *ref8, in aom_highbd_comp_mask_pred_neon()
133 const uint8_t *ref8, int ref_stride, in aom_highbd_dist_wtd_comp_avg_pred_neon()
H A Dhighbd_sse_sve.c196 const uint8_t *ref8, int ref_stride, int width, in aom_highbd_sse_sve()
H A Dhighbd_sse_neon.c263 const uint8_t *ref8, int ref_stride, int width, in aom_highbd_sse_neon()
/aosp_15_r20/external/libaom/av1/encoder/arm/
H A Dreconinter_enc_neon.c147 const uint8_t *ref8, int ref_stride, int bd, in aom_highbd_upsampled_pred_neon()
251 int height, int subpel_x_q3, int subpel_y_q3, const uint8_t *ref8, in aom_highbd_comp_avg_upsampled_pred_neon()
264 int height, int subpel_x_q3, int subpel_y_q3, const uint8_t *ref8, in aom_highbd_dist_wtd_comp_avg_upsampled_pred_neon()
/aosp_15_r20/external/libaom/av1/encoder/x86/
H A Dreconinter_enc_sse2.c171 const uint8_t *ref8, int ref_stride, int bd, in aom_highbd_upsampled_pred_sse2()
274 int height, int subpel_x_q3, int subpel_y_q3, const uint8_t *ref8, in aom_highbd_comp_avg_upsampled_pred_sse2()
296 int height, int subpel_x_q3, int subpel_y_q3, const uint8_t *ref8, in aom_highbd_dist_wtd_comp_avg_upsampled_pred_sse2()
/aosp_15_r20/external/libaom/av1/encoder/
H A Dreconinter_enc.c543 const uint8_t *ref8, int ref_stride, int bd, in aom_highbd_upsampled_pred_c()
621 int height, int subpel_x_q3, int subpel_y_q3, const uint8_t *ref8, in aom_highbd_comp_avg_upsampled_pred_c()
642 int height, int subpel_x_q3, int subpel_y_q3, const uint8_t *ref8, in aom_highbd_dist_wtd_comp_avg_upsampled_pred_c()
668 int height, int subpel_x_q3, int subpel_y_q3, const uint8_t *ref8, in aom_highbd_comp_mask_upsampled_pred()
/aosp_15_r20/external/libaom/aom_dsp/
H A Dvariance.c669 int width, int height, const uint8_t *ref8, in aom_highbd_comp_avg_pred_c()
688 const uint8_t *ref8, int ref_stride, in aom_highbd_dist_wtd_comp_avg_pred_c()
779 int width, int height, const uint8_t *ref8, in aom_highbd_comp_mask_pred_c()
/aosp_15_r20/external/libvpx/vpx_dsp/arm/
H A Dhighbd_sse_neon.c218 const uint8_t *ref8, int ref_stride, int width, in vpx_highbd_sse_neon()
/aosp_15_r20/external/libvpx/vp9/common/
H A Dvp9_reconintra.c114 const MACROBLOCKD *xd, const uint8_t *ref8, int ref_stride, uint8_t *dst8, in build_intra_predictors_high()
/aosp_15_r20/external/libvpx/test/
H A Dconvolve_test.cc905 uint8_t ref8[kOutputStride * kMaxDimension]; in TEST_P() local
984 uint8_t ref8[kOutputStride * kMaxDimension]; in TEST_P() local
/aosp_15_r20/external/libaom/av1/common/
H A Dreconintra.c1385 const uint8_t *ref8, int ref_stride, uint8_t *dst8, int dst_stride, in highbd_build_directional_and_filter_intra_predictors()
1555 const uint8_t *ref8, int ref_stride, uint8_t *dst8, int dst_stride, in highbd_build_non_directional_intra_predictors()
/aosp_15_r20/external/libvpx/vpx_dsp/loongarch/
H A Dsad_lsx.c214 __m128i ref8, ref9, ref10, ref11, ref12, ref13, ref14, ref15; in sad_8width_x4d_lsx() local
/aosp_15_r20/external/libvpx/vpx_dsp/mips/
H A Dsad_msa.c231 v16u8 ref8, ref9, ref10, ref11, ref12, ref13, ref14, ref15; in sad_8width_x4d_msa() local