Home
last modified time | relevance | path

Searched refs:ref8 (Results 1 – 22 of 22) sorted by relevance

/external/libaom/libaom/test/
Dcomp_avg_pred_test.h52 int height, int subpel_x_q3, int subpel_y_q3, const uint8_t *ref8,
103 uint8_t ref8[kMaxSize * kMaxSize]; in RunCheckOutput() local
110 ref8[i * w + j] = rnd_.Rand8(); in RunCheckOutput()
126 in_w, in_h, ref8 + offset_r * w + offset_c, in RunCheckOutput()
129 ref8 + offset_r * w + offset_c, in_w, &dist_wtd_comp_params); in RunCheckOutput()
148 uint8_t ref8[kMaxSize * kMaxSize]; in RunSpeedTest() local
155 ref8[i * w + j] = rnd_.Rand8(); in RunSpeedTest()
171 aom_dist_wtd_comp_avg_pred_c(output, pred8, in_w, in_h, ref8, in_w, in RunSpeedTest()
183 test_impl(output2, pred8, in_w, in_h, ref8, in_w, &dist_wtd_comp_params); in RunSpeedTest()
207 uint8_t ref8[kMaxSize * kMaxSize]; in RunCheckOutput() local
[all …]
Dcomp_mask_variance_test.cc281 int height, const uint8_t *ref8,
/external/libvpx/libvpx/vpx_dsp/x86/
Dhighbd_variance_sse2.c94 const uint8_t *src8, int src_stride, const uint8_t *ref8, \
97 uint16_t *ref = CONVERT_TO_SHORTPTR(ref8); \
103 const uint8_t *src8, int src_stride, const uint8_t *ref8, \
106 uint16_t *ref = CONVERT_TO_SHORTPTR(ref8); \
114 const uint8_t *src8, int src_stride, const uint8_t *ref8, \
117 uint16_t *ref = CONVERT_TO_SHORTPTR(ref8); \
131 const uint8_t *src8, int src_stride, const uint8_t *ref8, \
135 uint16_t *ref = CONVERT_TO_SHORTPTR(ref8); \
143 const uint8_t *src8, int src_stride, const uint8_t *ref8, \
148 uint16_t *ref = CONVERT_TO_SHORTPTR(ref8); \
[all …]
/external/libaom/libaom/aom_dsp/x86/
Dhighbd_variance_sse2.c107 const uint8_t *ref8, int ref_stride, \
110 uint16_t *ref = CONVERT_TO_SHORTPTR(ref8); \
116 const uint8_t *src8, int src_stride, const uint8_t *ref8, \
119 uint16_t *ref = CONVERT_TO_SHORTPTR(ref8); \
127 const uint8_t *src8, int src_stride, const uint8_t *ref8, \
130 uint16_t *ref = CONVERT_TO_SHORTPTR(ref8); \
144 const uint8_t *src8, int src_stride, const uint8_t *ref8, \
148 uint16_t *ref = CONVERT_TO_SHORTPTR(ref8); \
156 const uint8_t *src8, int src_stride, const uint8_t *ref8, \
161 uint16_t *ref = CONVERT_TO_SHORTPTR(ref8); \
[all …]
Dmasked_sad_intrin_ssse3.c237 const uint8_t *src8, int src_stride, const uint8_t *ref8, \
241 return highbd_masked_sad_ssse3(src8, src_stride, ref8, ref_stride, \
244 return highbd_masked_sad_ssse3(src8, src_stride, second_pred8, m, ref8, \
250 const uint8_t *src8, int src_stride, const uint8_t *ref8, \
254 return aom_highbd_masked_sad4xh_ssse3(src8, src_stride, ref8, \
259 ref8, ref_stride, msk, msk_stride, \
Dmasked_variance_intrin_ssse3.c547 const uint8_t *ref8, int ref_stride, const uint8_t *second_pred8, \
553 const uint16_t *ref = CONVERT_TO_SHORTPTR(ref8); \
569 const uint8_t *ref8, int ref_stride, const uint8_t *second_pred8, \
576 const uint16_t *ref = CONVERT_TO_SHORTPTR(ref8); \
594 const uint8_t *ref8, int ref_stride, const uint8_t *second_pred8, \
601 const uint16_t *ref = CONVERT_TO_SHORTPTR(ref8); \
621 const uint8_t *ref8, int ref_stride, const uint8_t *second_pred8, \
627 const uint16_t *ref = CONVERT_TO_SHORTPTR(ref8); \
643 const uint8_t *ref8, int ref_stride, const uint8_t *second_pred8, \
650 const uint16_t *ref = CONVERT_TO_SHORTPTR(ref8); \
[all …]
Dhighbd_variance_avx2.c108 const uint8_t *src8, int src_stride, const uint8_t *ref8, \
113 uint16_t *ref = CONVERT_TO_SHORTPTR(ref8); \
Dsad_highbd_avx2.c564 static void convert_pointers(const uint8_t *const ref8[], in convert_pointers() argument
566 ref[0] = CONVERT_TO_SHORTPTR(ref8[0]); in convert_pointers()
567 ref[1] = CONVERT_TO_SHORTPTR(ref8[1]); in convert_pointers()
568 ref[2] = CONVERT_TO_SHORTPTR(ref8[2]); in convert_pointers()
569 ref[3] = CONVERT_TO_SHORTPTR(ref8[3]); in convert_pointers()
Dmasked_sad_intrin_avx2.c360 const uint8_t *src8, int src_stride, const uint8_t *ref8, \
363 return aom_highbd_masked_sad_avx2(src8, src_stride, ref8, ref_stride, \
Dvariance_avx2.c446 int width, int height, const uint8_t *ref8, in aom_highbd_comp_mask_pred_avx2() argument
451 uint16_t *ref = CONVERT_TO_SHORTPTR(ref8); in aom_highbd_comp_mask_pred_avx2()
Dvariance_sse2.c677 int width, int height, const uint8_t *ref8, in aom_highbd_comp_mask_pred_sse2() argument
683 uint16_t *ref = CONVERT_TO_SHORTPTR(ref8); in aom_highbd_comp_mask_pred_sse2()
/external/libaom/libaom/aom_dsp/
Dsad_av1.c124 const uint8_t *src8, int src_stride, const uint8_t *ref8, \
128 return highbd_masked_sad(src8, src_stride, ref8, ref_stride, \
131 return highbd_masked_sad(src8, src_stride, second_pred8, m, ref8, \
Dvariance.c808 int width, int height, const uint8_t *ref8, in aom_highbd_comp_avg_pred_c() argument
812 uint16_t *ref = CONVERT_TO_SHORTPTR(ref8); in aom_highbd_comp_avg_pred_c()
830 const uint8_t *ref8, int ref_stride, int bd, in aom_highbd_upsampled_pred_c() argument
867 const uint16_t *ref = CONVERT_TO_SHORTPTR(ref8); in aom_highbd_upsampled_pred_c()
877 aom_highbd_convolve8_horiz_c(ref8, ref_stride, comp_pred8, width, kernel, in aom_highbd_upsampled_pred_c()
882 aom_highbd_convolve8_vert_c(ref8, ref_stride, comp_pred8, width, NULL, -1, in aom_highbd_upsampled_pred_c()
894 aom_highbd_convolve8_horiz_c(ref8 - ref_stride * ((filter->taps >> 1) - 1), in aom_highbd_upsampled_pred_c()
908 int height, int subpel_x_q3, int subpel_y_q3, const uint8_t *ref8, in aom_highbd_comp_avg_upsampled_pred_c() argument
915 height, subpel_x_q3, subpel_y_q3, ref8, ref_stride, in aom_highbd_comp_avg_upsampled_pred_c()
928 const uint8_t *ref8, int ref_stride, in aom_highbd_dist_wtd_comp_avg_pred_c() argument
[all …]
Daom_dsp_rtcd_defs.pl794 …asked_sad${w}x${h}", "const uint8_t *src8, int src_stride, const uint8_t *ref8, int ref_stride, co…
1099 … int subpel_y_q3, const uint8_t *ref8, int ref_stride, int bd, int subpel_search";
1104 …int height, int subpel_x_q3, int subpel_y_q3, const uint8_t *ref8, int ref_stride, int bd, int sub…
1109 … int height, int subpel_x_q3, int subpel_y_q3, const uint8_t *ref8,
1521 …8_t *comp_pred8, const uint8_t *pred8, int width, int height, const uint8_t *ref8, int ref_stride";
1523 … *comp_pred8, const uint8_t *pred8, int width, int height, const uint8_t *ref8, int ref_stride, co…
1779 …t *comp_pred, const uint8_t *pred8, int width, int height, const uint8_t *ref8, int ref_stride, co…
Dvariance.h75 int height, int subpel_x_q3, int subpel_y_q3, const uint8_t *ref8,
/external/libvpx/libvpx/vp9/common/
Dvp9_reconintra.c114 const MACROBLOCKD *xd, const uint8_t *ref8, int ref_stride, uint8_t *dst8, in build_intra_predictors_high() argument
119 uint16_t *ref = CONVERT_TO_SHORTPTR(ref8); in build_intra_predictors_high()
/external/libaom/libaom/aom_dsp/mips/
Dsad_msa.c233 v16u8 ref8, ref9, ref10, ref11, ref12, ref13, ref14, ref15; in sad_8width_x4d_msa() local
251 LD_UB4(ref2_ptr, ref_stride, ref8, ref9, ref10, ref11); in sad_8width_x4d_msa()
263 PCKEV_D2_UB(ref9, ref8, ref11, ref10, ref0, ref1); in sad_8width_x4d_msa()
/external/libvpx/libvpx/test/
Dconvolve_test.cc903 uint8_t ref8[kOutputStride * kMaxDimension]; in TEST_P() local
907 ref = ref8; in TEST_P()
982 uint8_t ref8[kOutputStride * kMaxDimension]; in TEST_P() local
986 ref = ref8; in TEST_P()
/external/libvpx/libvpx/vpx_dsp/mips/
Dsad_msa.c605 v16u8 ref8, ref9, ref10, ref11, ref12, ref13, ref14, ref15; in sad_8width_x4d_msa() local
623 LD_UB4(ref2_ptr, ref_stride, ref8, ref9, ref10, ref11); in sad_8width_x4d_msa()
635 PCKEV_D2_UB(ref9, ref8, ref11, ref10, ref0, ref1); in sad_8width_x4d_msa()
/external/libaom/libaom/av1/common/
Dreconintra.c1137 const MACROBLOCKD *xd, const uint8_t *ref8, int ref_stride, uint8_t *dst8, in build_intra_predictors_high() argument
1144 uint16_t *ref = CONVERT_TO_SHORTPTR(ref8); in build_intra_predictors_high()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DDwarf.def445 HANDLE_DW_FORM(0x14, ref8, 2, DWARF)
/external/llvm-project/llvm/include/llvm/BinaryFormat/
DDwarf.def463 HANDLE_DW_FORM(0x14, ref8, 2, DWARF)