Home
last modified time | relevance | path

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

/external/libaom/av1/encoder/x86/
Dreconinter_enc_sse2.c169 uint8_t *comp_pred8, int width, int height, in aom_highbd_upsampled_pred_sse2() argument
199 av1_enc_build_one_inter_predictor(comp_pred8, width, mv, in aom_highbd_upsampled_pred_sse2()
209 uint16_t *comp_pred = CONVERT_TO_SHORTPTR(comp_pred8); in aom_highbd_upsampled_pred_sse2()
240 aom_highbd_convolve8_horiz(ref8, ref_stride, comp_pred8, width, kernel, 16, in aom_highbd_upsampled_pred_sse2()
245 aom_highbd_convolve8_vert(ref8, ref_stride, comp_pred8, width, NULL, -1, in aom_highbd_upsampled_pred_sse2()
266 comp_pred8, width, NULL, -1, kernel_y, 16, width, in aom_highbd_upsampled_pred_sse2()
273 const MV *const mv, uint8_t *comp_pred8, const uint8_t *pred8, int width, in aom_highbd_comp_avg_upsampled_pred_sse2() argument
276 aom_highbd_upsampled_pred(xd, cm, mi_row, mi_col, mv, comp_pred8, width, in aom_highbd_comp_avg_upsampled_pred_sse2()
280 uint16_t *comp_pred16 = CONVERT_TO_SHORTPTR(comp_pred8); in aom_highbd_comp_avg_upsampled_pred_sse2()
295 const MV *const mv, uint8_t *comp_pred8, const uint8_t *pred8, int width, in aom_highbd_dist_wtd_comp_avg_upsampled_pred_sse2() argument
[all …]
/external/libaom/av1/encoder/
Dreconinter_enc.c565 uint8_t *comp_pred8, int width, int height, in aom_highbd_upsampled_pred_c() argument
595 av1_enc_build_one_inter_predictor(comp_pred8, width, mv, in aom_highbd_upsampled_pred_c()
605 uint16_t *comp_pred = CONVERT_TO_SHORTPTR(comp_pred8); in aom_highbd_upsampled_pred_c()
614 aom_highbd_convolve8_horiz_c(ref8, ref_stride, comp_pred8, width, kernel, in aom_highbd_upsampled_pred_c()
619 aom_highbd_convolve8_vert_c(ref8, ref_stride, comp_pred8, width, NULL, -1, in aom_highbd_upsampled_pred_c()
637 MAX_SB_SIZE, comp_pred8, width, NULL, -1, kernel_y, 16, width, height, in aom_highbd_upsampled_pred_c()
644 const MV *const mv, uint8_t *comp_pred8, const uint8_t *pred8, int width, in aom_highbd_comp_avg_upsampled_pred_c() argument
650 uint16_t *comp_pred = CONVERT_TO_SHORTPTR(comp_pred8); in aom_highbd_comp_avg_upsampled_pred_c()
651 aom_highbd_upsampled_pred(xd, cm, mi_row, mi_col, mv, comp_pred8, width, in aom_highbd_comp_avg_upsampled_pred_c()
665 const MV *const mv, uint8_t *comp_pred8, const uint8_t *pred8, int width, in aom_highbd_dist_wtd_comp_avg_upsampled_pred_c() argument
[all …]
Dreconinter_enc.h29 const MV *const mv, uint8_t *comp_pred8, const uint8_t *pred8, int width,
/external/libaom/aom_dsp/
Dsad.c286 uint8_t *const comp_pred8 = CONVERT_TO_BYTEPTR(comp_pred); \
287 aom_highbd_comp_avg_pred(comp_pred8, second_pred, m, n, ref, ref_stride); \
288 return highbd_sadb(src, src_stride, comp_pred8, m, m, n); \
294 uint8_t *const comp_pred8 = CONVERT_TO_BYTEPTR(comp_pred); \
295 aom_highbd_dist_wtd_comp_avg_pred(comp_pred8, second_pred, m, n, ref, \
297 return highbd_sadb(src, src_stride, comp_pred8, m, m, n); \
Dvariance.c731 void aom_highbd_comp_avg_pred_c(uint8_t *comp_pred8, const uint8_t *pred8, in aom_highbd_comp_avg_pred_c() argument
737 uint16_t *comp_pred = CONVERT_TO_SHORTPTR(comp_pred8); in aom_highbd_comp_avg_pred_c()
750 uint8_t *comp_pred8, const uint8_t *pred8, int width, int height, in aom_highbd_dist_wtd_comp_avg_pred_c() argument
758 uint16_t *comp_pred = CONVERT_TO_SHORTPTR(comp_pred8); in aom_highbd_dist_wtd_comp_avg_pred_c()
841 void aom_highbd_comp_mask_pred_c(uint8_t *comp_pred8, const uint8_t *pred8, in aom_highbd_comp_mask_pred_c() argument
848 uint16_t *comp_pred = CONVERT_TO_SHORTPTR(comp_pred8); in aom_highbd_comp_mask_pred_c()
Daom_dsp_rtcd_defs.pl1773 …add_proto qw/void aom_highbd_comp_avg_pred/, "uint8_t *comp_pred8, const uint8_t *pred8, int width…
1775 …add_proto qw/void aom_highbd_dist_wtd_comp_avg_pred/, "uint8_t *comp_pred8, const uint8_t *pred8, …
/external/libaom/av1/common/
Dav1_rtcd_defs.pl310 … const MV *const mv, uint8_t *comp_pred8, int width, int height, int subpel_x_q3,
315 … const MV *const mv, uint8_t *comp_pred8, const uint8_t *pred8, int width,
320 … const MV *const mv, uint8_t *comp_pred8, const uint8_t *pred8, int width,
/external/libaom/config/x86/config/
Dav1_rtcd.h112 … const MV *const mv, uint8_t *comp_pred8, const uint8_t *pred8, int width,
115 … const MV *const mv, uint8_t *comp_pred8, const uint8_t *pred8, int width,
120 … const MV *const mv, uint8_t *comp_pred8, const uint8_t *pred8, int width,
124 … const MV *const mv, uint8_t *comp_pred8, const uint8_t *pred8, int width,
130 … const MV *const mv, uint8_t *comp_pred8, int width, int height, int subpel_x_q3,
133 … const MV *const mv, uint8_t *comp_pred8, int width, int height, int subpel_x_q3,
Daom_dsp_rtcd.h2295 void aom_highbd_comp_avg_pred_c(uint8_t *comp_pred8, const uint8_t *pred8, int width, int height, c…
2582 void aom_highbd_dist_wtd_comp_avg_pred_c(uint8_t *comp_pred8, const uint8_t *pred8, int width, int …
2583 void aom_highbd_dist_wtd_comp_avg_pred_sse2(uint8_t *comp_pred8, const uint8_t *pred8, int width, i…
/external/libaom/config/x86_64/config/
Dav1_rtcd.h112 … const MV *const mv, uint8_t *comp_pred8, const uint8_t *pred8, int width,
115 … const MV *const mv, uint8_t *comp_pred8, const uint8_t *pred8, int width,
120 … const MV *const mv, uint8_t *comp_pred8, const uint8_t *pred8, int width,
124 … const MV *const mv, uint8_t *comp_pred8, const uint8_t *pred8, int width,
130 … const MV *const mv, uint8_t *comp_pred8, int width, int height, int subpel_x_q3,
133 … const MV *const mv, uint8_t *comp_pred8, int width, int height, int subpel_x_q3,
Daom_dsp_rtcd.h2296 void aom_highbd_comp_avg_pred_c(uint8_t *comp_pred8, const uint8_t *pred8, int width, int height, c…
2583 void aom_highbd_dist_wtd_comp_avg_pred_c(uint8_t *comp_pred8, const uint8_t *pred8, int width, int …
2584 void aom_highbd_dist_wtd_comp_avg_pred_sse2(uint8_t *comp_pred8, const uint8_t *pred8, int width, i…
/external/libaom/config/riscv64/config/
Dav1_rtcd.h99 … const MV *const mv, uint8_t *comp_pred8, const uint8_t *pred8, int width,
104 … const MV *const mv, uint8_t *comp_pred8, const uint8_t *pred8, int width,
110 … const MV *const mv, uint8_t *comp_pred8, int width, int height, int subpel_x_q3,
Daom_dsp_rtcd.h1900 void aom_highbd_comp_avg_pred_c(uint8_t *comp_pred8, const uint8_t *pred8, int width, int height, c…
2143 void aom_highbd_dist_wtd_comp_avg_pred_c(uint8_t *comp_pred8, const uint8_t *pred8, int width, int …
/external/libaom/aom_dsp/x86/
Dvariance_sse2.c591 void aom_highbd_comp_mask_pred_sse2(uint8_t *comp_pred8, const uint8_t *pred8, in aom_highbd_comp_mask_pred_sse2() argument
596 uint16_t *comp_pred = CONVERT_TO_SHORTPTR(comp_pred8); in aom_highbd_comp_mask_pred_sse2()
Dhighbd_variance_sse2.c628 uint8_t *comp_pred8, const uint8_t *pred8, int width, int height, in aom_highbd_dist_wtd_comp_avg_pred_sse2() argument
640 uint16_t *comp_pred = CONVERT_TO_SHORTPTR(comp_pred8); in aom_highbd_dist_wtd_comp_avg_pred_sse2()
Dvariance_avx2.c347 void aom_highbd_comp_mask_pred_avx2(uint8_t *comp_pred8, const uint8_t *pred8, in aom_highbd_comp_mask_pred_avx2() argument
354 uint16_t *comp_pred = CONVERT_TO_SHORTPTR(comp_pred8); in aom_highbd_comp_mask_pred_avx2()
/external/libaom/config/arm/config/
Dav1_rtcd.h99 … const MV *const mv, uint8_t *comp_pred8, const uint8_t *pred8, int width,
104 … const MV *const mv, uint8_t *comp_pred8, const uint8_t *pred8, int width,
110 … const MV *const mv, uint8_t *comp_pred8, int width, int height, int subpel_x_q3,
Daom_dsp_rtcd.h1961 void aom_highbd_comp_avg_pred_c(uint8_t *comp_pred8, const uint8_t *pred8, int width, int height, c…
2209 void aom_highbd_dist_wtd_comp_avg_pred_c(uint8_t *comp_pred8, const uint8_t *pred8, int width, int …
/external/libaom/config/arm64/config/
Dav1_rtcd.h99 … const MV *const mv, uint8_t *comp_pred8, const uint8_t *pred8, int width,
104 … const MV *const mv, uint8_t *comp_pred8, const uint8_t *pred8, int width,
110 … const MV *const mv, uint8_t *comp_pred8, int width, int height, int subpel_x_q3,
Daom_dsp_rtcd.h1961 void aom_highbd_comp_avg_pred_c(uint8_t *comp_pred8, const uint8_t *pred8, int width, int height, c…
2209 void aom_highbd_dist_wtd_comp_avg_pred_c(uint8_t *comp_pred8, const uint8_t *pred8, int width, int …
/external/libaom/test/
Dcomp_mask_variance_test.cc285 typedef void (*highbd_comp_mask_pred_func)(uint8_t *comp_pred8,
Dcomp_avg_pred_test.h51 const MV *const mv, uint8_t *comp_pred8, const uint8_t *pred8, int width,
Dsad_test.cc261 uint8_t *const comp_pred8 = comp_pred_; in ReferenceDistWtdCompAvg() local
272 comp_pred8[h * width_ + w] = ROUND_POWER_OF_TWO(tmp, 4); in ReferenceDistWtdCompAvg()