Home
last modified time | relevance | path

Searched defs:comp_pred (Results 1 – 24 of 24) sorted by relevance

/external/libvpx/vpx_dsp/x86/
Davg_pred_sse2.c18 void vpx_comp_avg_pred_sse2(uint8_t *comp_pred, const uint8_t *pred, int width, in vpx_comp_avg_pred_sse2()
/external/libaom/av1/encoder/x86/
Dreconinter_enc_sse2.c34 uint8_t *comp_pred, int width, int height, in aom_upsampled_pred_sse2()
209 uint16_t *comp_pred = CONVERT_TO_SHORTPTR(comp_pred8); in aom_highbd_upsampled_pred_sse2() local
330 const MV *const mv, uint8_t *comp_pred, const uint8_t *pred, int width, in aom_comp_avg_upsampled_pred_sse2()
351 const MV *const mv, uint8_t *comp_pred, const uint8_t *pred, int width, in aom_comp_mask_upsampled_pred_sse2()
Dreconinter_enc_ssse3.c40 const MV *const mv, uint8_t *comp_pred, const uint8_t *pred, int width, in aom_dist_wtd_comp_avg_upsampled_pred_ssse3()
/external/libvpx/vpx_dsp/loongarch/
Davg_pred_lsx.c16 void vpx_comp_avg_pred_lsx(uint8_t *comp_pred, const uint8_t *pred, int width, in vpx_comp_avg_pred_lsx()
/external/libaom/av1/encoder/
Dreconinter_enc.c426 uint8_t *comp_pred, int width, int height, in aom_upsampled_pred_c()
500 uint8_t *comp_pred, const uint8_t *pred, in aom_comp_avg_upsampled_pred_c()
520 uint8_t *comp_pred, const uint8_t *pred, in aom_comp_mask_upsampled_pred_c()
539 const MV *const mv, uint8_t *comp_pred, const uint8_t *pred, int width, in aom_dist_wtd_comp_avg_upsampled_pred_c()
605 uint16_t *comp_pred = CONVERT_TO_SHORTPTR(comp_pred8); in aom_highbd_upsampled_pred_c() local
650 uint16_t *comp_pred = CONVERT_TO_SHORTPTR(comp_pred8); in aom_highbd_comp_avg_upsampled_pred_c() local
673 uint16_t *comp_pred = CONVERT_TO_SHORTPTR(comp_pred8); in aom_highbd_dist_wtd_comp_avg_upsampled_pred_c() local
Drdopt.h243 const int comp_pred = ref_frame[1] > INTRA_FRAME; in prune_ref_by_selective_ref_frame() local
Drdopt.c4216 const int comp_pred = ref_frames[1] > INTRA_FRAME; in inter_mode_compatible_skip() local
4944 const int comp_pred = second_ref_frame > INTRA_FRAME; in skip_inter_mode() local
5050 RD_STATS *rd_stats, int comp_pred, int rdmult, in record_best_compound()
5571 const int comp_pred = search_state->best_mbmode.ref_frame[1] > INTRA_FRAME; in skip_intra_modes_in_interframe() local
5878 const int comp_pred = second_ref_frame > INTRA_FRAME; in av1_rd_pick_inter_mode() local
6170 const int comp_pred = 0; in av1_rd_pick_inter_mode_sb_seg_skip() local
Dnonrd_pickmode.c2022 int comp_pred) {
3397 int64_t *thresh_sad_pred, int *force_mv_inter_layer, int *comp_pred,
3713 int comp_pred = 0; local
Dmcomp.c2740 uint8_t *comp_pred = CONVERT_TO_BYTEPTR(comp_pred16); in setup_center_error() local
/external/libaom/aom_dsp/
Dvariance.c306 void aom_comp_avg_pred_c(uint8_t *comp_pred, const uint8_t *pred, int width, in aom_comp_avg_pred_c()
321 void aom_dist_wtd_comp_avg_pred_c(uint8_t *comp_pred, const uint8_t *pred, in aom_dist_wtd_comp_avg_pred_c()
737 uint16_t *comp_pred = CONVERT_TO_SHORTPTR(comp_pred8); in aom_highbd_comp_avg_pred_c() local
758 uint16_t *comp_pred = CONVERT_TO_SHORTPTR(comp_pred8); in aom_highbd_dist_wtd_comp_avg_pred_c() local
773 void aom_comp_mask_pred_c(uint8_t *comp_pred, const uint8_t *pred, int width, in aom_comp_mask_pred_c()
848 uint16_t *comp_pred = CONVERT_TO_SHORTPTR(comp_pred8); in aom_highbd_comp_mask_pred_c() local
/external/libaom/aom_dsp/x86/
Djnt_variance_ssse3.c47 void aom_dist_wtd_comp_avg_pred_ssse3(uint8_t *comp_pred, const uint8_t *pred, in aom_dist_wtd_comp_avg_pred_ssse3()
Dmasked_variance_intrin_ssse3.h50 static INLINE void comp_mask_pred_8_ssse3(uint8_t *comp_pred, int height, in comp_mask_pred_8_ssse3()
Dvariance_avx2.c251 uint8_t *comp_pred) { in comp_mask_pred_line_avx2()
272 void aom_comp_mask_pred_avx2(uint8_t *comp_pred, const uint8_t *pred, int width, in aom_comp_mask_pred_avx2()
354 uint16_t *comp_pred = CONVERT_TO_SHORTPTR(comp_pred8); in aom_highbd_comp_mask_pred_avx2() local
Dhighbd_variance_sse2.c640 uint16_t *comp_pred = CONVERT_TO_SHORTPTR(comp_pred8); in aom_highbd_dist_wtd_comp_avg_pred_sse2() local
Dvariance_sse2.c596 uint16_t *comp_pred = CONVERT_TO_SHORTPTR(comp_pred8); in aom_highbd_comp_mask_pred_sse2() local
Dmasked_variance_intrin_ssse3.c1029 void aom_comp_mask_pred_ssse3(uint8_t *comp_pred, const uint8_t *pred, in aom_comp_mask_pred_ssse3()
/external/libvpx/vpx_dsp/
Dvariance.c223 void vpx_comp_avg_pred_c(uint8_t *comp_pred, const uint8_t *pred, int width, in vpx_comp_avg_pred_c()
552 void vpx_highbd_comp_avg_pred_c(uint16_t *comp_pred, const uint16_t *pred, in vpx_highbd_comp_avg_pred_c()
/external/libvpx/test/
Dsad_test.cc192 const uint8_t comp_pred = ROUND_POWER_OF_TWO(tmp, 1); in ReferenceSADavg() local
198 const uint16_t comp_pred = ROUND_POWER_OF_TWO(tmp, 1); in ReferenceSADavg() local
/external/libvpx/vpx_dsp/ppc/
Dvariance_vsx.c54 void vpx_comp_avg_pred_vsx(uint8_t *comp_pred, const uint8_t *pred, int width, in vpx_comp_avg_pred_vsx()
/external/libaom/test/
Dsad_test.cc245 const uint8_t comp_pred = ROUND_POWER_OF_TWO(tmp, 1); in ReferenceSADavg() local
250 const uint16_t comp_pred = ROUND_POWER_OF_TWO(tmp, 1); in ReferenceSADavg() local
298 const uint8_t comp_pred = ROUND_POWER_OF_TWO(tmp, 4); in ReferenceDistWtdSADavg() local
304 const uint16_t comp_pred = ROUND_POWER_OF_TWO(tmp, 4); in ReferenceDistWtdSADavg() local
Dsvc_datarate_test.cc313 int multi_ref, int comp_pred, int is_key_frame, in set_layer_pattern()
/external/libvpx/vpx_dsp/arm/
Dhighbd_variance_neon.c427 void vpx_highbd_comp_avg_pred_neon(uint16_t *comp_pred, const uint16_t *pred, in vpx_highbd_comp_avg_pred_neon()
/external/libvpx/vp9/encoder/
Dvp9_rdopt.c3341 int comp_pred, i, k; in vp9_rd_pick_inter_mode_sb() local
4068 const int comp_pred = 0; in vp9_rd_pick_inter_mode_sb_seg_skip() local
4168 int comp_pred, i; in vp9_rd_pick_inter_mode_sub8x8() local
Dvp9_pickmode.c2051 int comp_pred = 0; in vp9_pick_inter_mode() local