Home
last modified time | relevance | path

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

/external/libaom/libaom/test/
Dcomp_avg_pred_test.h44 int height, int subpel_x_q3, int subpel_y_q3, const uint8_t *ref8,
99 uint8_t ref8[kMaxSize * kMaxSize]; in RunCheckOutput() local
106 ref8[i * w + j] = rnd_.Rand8(); in RunCheckOutput()
122 in_w, in_h, ref8 + offset_r * w + offset_c, in RunCheckOutput()
125 ref8 + offset_r * w + offset_c, in_w, &dist_wtd_comp_params); in RunCheckOutput()
144 uint8_t ref8[kMaxSize * kMaxSize]; in RunSpeedTest() local
151 ref8[i * w + j] = rnd_.Rand8(); in RunSpeedTest()
167 aom_dist_wtd_comp_avg_pred_c(output, pred8, in_w, in_h, ref8, in_w, in RunSpeedTest()
179 test_impl(output2, pred8, in_w, in_h, ref8, in_w, &dist_wtd_comp_params); in RunSpeedTest()
203 uint8_t ref8[kMaxSize * kMaxSize]; in RunCheckOutput() local
[all …]
Dcomp_mask_variance_test.cc282 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.c106 const uint8_t *ref8, int ref_stride, \
109 uint16_t *ref = CONVERT_TO_SHORTPTR(ref8); \
115 const uint8_t *src8, int src_stride, const uint8_t *ref8, \
118 uint16_t *ref = CONVERT_TO_SHORTPTR(ref8); \
126 const uint8_t *src8, int src_stride, const uint8_t *ref8, \
129 uint16_t *ref = CONVERT_TO_SHORTPTR(ref8); \
143 const uint8_t *src8, int src_stride, const uint8_t *ref8, \
147 uint16_t *ref = CONVERT_TO_SHORTPTR(ref8); \
155 const uint8_t *src8, int src_stride, const uint8_t *ref8, \
160 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.c546 const uint8_t *ref8, int ref_stride, const uint8_t *second_pred8, \
552 const uint16_t *ref = CONVERT_TO_SHORTPTR(ref8); \
568 const uint8_t *ref8, int ref_stride, const uint8_t *second_pred8, \
575 const uint16_t *ref = CONVERT_TO_SHORTPTR(ref8); \
593 const uint8_t *ref8, int ref_stride, const uint8_t *second_pred8, \
600 const uint16_t *ref = CONVERT_TO_SHORTPTR(ref8); \
620 const uint8_t *ref8, int ref_stride, const uint8_t *second_pred8, \
626 const uint16_t *ref = CONVERT_TO_SHORTPTR(ref8); \
642 const uint8_t *ref8, int ref_stride, const uint8_t *second_pred8, \
649 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.c740 static void convert_pointers(const uint8_t *const ref8[], in convert_pointers() argument
742 ref[0] = CONVERT_TO_SHORTPTR(ref8[0]); in convert_pointers()
743 ref[1] = CONVERT_TO_SHORTPTR(ref8[1]); in convert_pointers()
744 ref[2] = CONVERT_TO_SHORTPTR(ref8[2]); in convert_pointers()
745 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.c437 int width, int height, const uint8_t *ref8, in aom_highbd_comp_mask_pred_avx2() argument
442 uint16_t *ref = CONVERT_TO_SHORTPTR(ref8); in aom_highbd_comp_mask_pred_avx2()
Dvariance_sse2.c718 int width, int height, const uint8_t *ref8, in aom_highbd_comp_mask_pred_sse2() argument
724 uint16_t *ref = CONVERT_TO_SHORTPTR(ref8); in aom_highbd_comp_mask_pred_sse2()
/external/libaom/libaom/aom_dsp/
Dsad_av1.c111 const uint8_t *src8, int src_stride, const uint8_t *ref8, \
115 return highbd_masked_sad(src8, src_stride, ref8, ref_stride, \
118 return highbd_masked_sad(src8, src_stride, second_pred8, m, ref8, \
Dvariance.c857 int width, int height, const uint8_t *ref8, in aom_highbd_comp_avg_pred_c() argument
861 uint16_t *ref = CONVERT_TO_SHORTPTR(ref8); in aom_highbd_comp_avg_pred_c()
879 const uint8_t *ref8, int ref_stride, int bd, in aom_highbd_upsampled_pred_c() argument
966 const uint16_t *ref = CONVERT_TO_SHORTPTR(ref8); in aom_highbd_upsampled_pred_c()
976 aom_highbd_convolve8_horiz_c(ref8, ref_stride, comp_pred8, width, kernel, in aom_highbd_upsampled_pred_c()
981 aom_highbd_convolve8_vert_c(ref8, ref_stride, comp_pred8, width, NULL, -1, in aom_highbd_upsampled_pred_c()
993 aom_highbd_convolve8_horiz_c(ref8 - ref_stride * ((filter->taps >> 1) - 1), in aom_highbd_upsampled_pred_c()
1007 int height, int subpel_x_q3, int subpel_y_q3, const uint8_t *ref8, in aom_highbd_comp_avg_upsampled_pred_c() argument
1014 height, subpel_x_q3, subpel_y_q3, ref8, ref_stride, in aom_highbd_comp_avg_upsampled_pred_c()
1027 const uint8_t *ref8, int ref_stride, in aom_highbd_dist_wtd_comp_avg_pred_c() argument
[all …]
Daom_dsp_rtcd_defs.pl752 …asked_sad${w}x${h}", "const uint8_t *src8, int src_stride, const uint8_t *ref8, int ref_stride, co…
964 … int subpel_y_q3, const uint8_t *ref8, int ref_stride, int bd, int subpel_search";
969 …int height, int subpel_x_q3, int subpel_y_q3, const uint8_t *ref8, int ref_stride, int bd, int sub…
974 … int height, int subpel_x_q3, int subpel_y_q3, const uint8_t *ref8,
1383 …8_t *comp_pred8, const uint8_t *pred8, int width, int height, const uint8_t *ref8, int ref_stride";
1385 … *comp_pred8, const uint8_t *pred8, int width, int height, const uint8_t *ref8, int ref_stride, co…
1639 …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/libaom/libaom/av1/common/
Dwarped_motion.c517 static void highbd_warp_plane(WarpedMotionParams *wm, const uint8_t *const ref8, in highbd_warp_plane() argument
534 const uint16_t *const ref = CONVERT_TO_SHORTPTR(ref8); in highbd_warp_plane()
556 WarpedMotionParams *wm, const uint8_t *const ref8, int width, int height, in highbd_warp_error() argument
573 highbd_warp_plane(wm, ref8, width, height, stride, in highbd_warp_error()
Dreconintra.c1129 const MACROBLOCKD *xd, const uint8_t *ref8, int ref_stride, uint8_t *dst8, in build_intra_predictors_high() argument
1136 uint16_t *ref = CONVERT_TO_SHORTPTR(ref8); in build_intra_predictors_high()
/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/libvpx/libvpx/test/
Dconvolve_test.cc897 uint8_t ref8[kOutputStride * kMaxDimension]; in TEST_P() local
901 ref = ref8; in TEST_P()
976 uint8_t ref8[kOutputStride * kMaxDimension]; in TEST_P() local
980 ref = ref8; in TEST_P()
/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/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/elfutils/libdw/
Dknown-dwarf.h279 DWARF_ONE_KNOWN_DW_FORM (ref8, DW_FORM_ref8) \
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
DDwarf.def414 HANDLE_DW_FORM(0x14, ref8, 2, DWARF)