Home
last modified time | relevance | path

Searched refs:comp_pred (Results 1 – 15 of 15) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/
Dsad.c43 static INLINE void avg_pred(uint8_t *comp_pred, const uint8_t *pred, int width, in avg_pred() argument
50 comp_pred[j] = ROUND_POWER_OF_TWO(tmp, 1); in avg_pred()
52 comp_pred += width; in avg_pred()
59 static INLINE void highbd_avg_pred(uint16_t *comp_pred, const uint8_t *pred8, in highbd_avg_pred() argument
68 comp_pred[j] = ROUND_POWER_OF_TWO(tmp, 1); in highbd_avg_pred()
70 comp_pred += width; in highbd_avg_pred()
85 uint8_t comp_pred[m * n]; \
86 avg_pred(comp_pred, second_pred, m, n, ref, ref_stride); \
87 return sad(src, src_stride, comp_pred, m, m, n); \
223 uint16_t comp_pred[m * n]; \
[all …]
Dvariance.c259 void vpx_comp_avg_pred_c(uint8_t *comp_pred, const uint8_t *pred, in vpx_comp_avg_pred_c() argument
267 comp_pred[j] = ROUND_POWER_OF_TWO(tmp, 1); in vpx_comp_avg_pred_c()
269 comp_pred += width; in vpx_comp_avg_pred_c()
605 void vpx_highbd_comp_avg_pred(uint16_t *comp_pred, const uint8_t *pred8, in vpx_highbd_comp_avg_pred() argument
614 comp_pred[j] = ROUND_POWER_OF_TWO(tmp, 1); in vpx_highbd_comp_avg_pred()
616 comp_pred += width; in vpx_highbd_comp_avg_pred()
Dvpx_dsp_rtcd_defs.pl1395 add_proto qw/void vpx_comp_avg_pred/, "uint8_t *comp_pred, const uint8_t *pred, int width, int heig…
1626 …add_proto qw/void vpx_highbd_comp_avg_pred/, "uint16_t *comp_pred, const uint8_t *pred8, int width…
/external/libvpx/libvpx/vp9/encoder/
Dvp9_rdopt.c2961 int comp_pred, i, k; in vp9_rd_pick_inter_mode_sb() local
3233 comp_pred = second_ref_frame > INTRA_FRAME; in vp9_rd_pick_inter_mode_sb()
3234 if (comp_pred) { in vp9_rd_pick_inter_mode_sb()
3306 if (comp_pred) in vp9_rd_pick_inter_mode_sb()
3348 compmode_cost = vp9_cost_bit(comp_mode_p, comp_pred); in vp9_rd_pick_inter_mode_sb()
3356 if (comp_pred) { in vp9_rd_pick_inter_mode_sb()
3478 if (!comp_pred) { in vp9_rd_pick_inter_mode_sb()
3515 if (x->skip && !comp_pred) in vp9_rd_pick_inter_mode_sb()
3634 const int comp_pred = 0; in vp9_rd_pick_inter_mode_sb_seg_skip() local
3691 rate2 += vp9_cost_bit(comp_mode_p, comp_pred); in vp9_rd_pick_inter_mode_sb_seg_skip()
[all …]
Dvp9_mcomp.c335 DECLARE_ALIGNED(16, uint8_t, comp_pred[64 * 64]); in setup_center_error()
336 vpx_comp_avg_pred(comp_pred, second_pred, w, h, y + offset, y_stride); in setup_center_error()
337 besterr = vfp->vf(comp_pred, w, src, src_stride, sse1); in setup_center_error()
347 DECLARE_ALIGNED(16, uint8_t, comp_pred[64 * 64]); in setup_center_error()
348 vpx_comp_avg_pred(comp_pred, second_pred, w, h, y + offset, y_stride); in setup_center_error()
349 besterr = vfp->vf(comp_pred, w, src, src_stride, sse1); in setup_center_error()
/external/libvpx/libvpx/test/
Dsad_test.cc173 const uint8_t comp_pred = ROUND_POWER_OF_TWO(tmp, 1); in ReferenceSADavg() local
174 sad += abs(source8[h * source_stride_ + w] - comp_pred); in ReferenceSADavg()
179 const uint16_t comp_pred = ROUND_POWER_OF_TWO(tmp, 1); in ReferenceSADavg() local
180 sad += abs(source16[h * source_stride_ + w] - comp_pred); in ReferenceSADavg()
/external/libvpx/config/mips32/
Dvpx_dsp_rtcd.h22 void vpx_comp_avg_pred_c(uint8_t *comp_pred, const uint8_t *pred, int width, int height, const uint…
/external/libvpx/config/arm/
Dvpx_dsp_rtcd.h22 void vpx_comp_avg_pred_c(uint8_t *comp_pred, const uint8_t *pred, int width, int height, const uint…
/external/libvpx/config/mips64/
Dvpx_dsp_rtcd.h22 void vpx_comp_avg_pred_c(uint8_t *comp_pred, const uint8_t *pred, int width, int height, const uint…
/external/libvpx/config/generic/
Dvpx_dsp_rtcd.h22 void vpx_comp_avg_pred_c(uint8_t *comp_pred, const uint8_t *pred, int width, int height, const uint…
/external/libvpx/config/mips32-dspr2/
Dvpx_dsp_rtcd.h22 void vpx_comp_avg_pred_c(uint8_t *comp_pred, const uint8_t *pred, int width, int height, const uint…
/external/libvpx/config/arm-neon/
Dvpx_dsp_rtcd.h22 void vpx_comp_avg_pred_c(uint8_t *comp_pred, const uint8_t *pred, int width, int height, const uint…
/external/libvpx/config/arm64/
Dvpx_dsp_rtcd.h22 void vpx_comp_avg_pred_c(uint8_t *comp_pred, const uint8_t *pred, int width, int height, const uint…
/external/libvpx/config/x86/
Dvpx_dsp_rtcd.h22 void vpx_comp_avg_pred_c(uint8_t *comp_pred, const uint8_t *pred, int width, int height, const uint…
/external/libvpx/config/x86_64/
Dvpx_dsp_rtcd.h22 void vpx_comp_avg_pred_c(uint8_t *comp_pred, const uint8_t *pred, int width, int height, const uint…