/external/libvpx/libvpx/vpx_dsp/ |
D | sad.c | 43 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 …]
|
D | variance.c | 259 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()
|
D | vpx_dsp_rtcd_defs.pl | 1395 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/ |
D | vp9_rdopt.c | 2961 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 …]
|
D | vp9_mcomp.c | 335 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/ |
D | sad_test.cc | 173 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/ |
D | vpx_dsp_rtcd.h | 22 void vpx_comp_avg_pred_c(uint8_t *comp_pred, const uint8_t *pred, int width, int height, const uint…
|
/external/libvpx/config/arm/ |
D | vpx_dsp_rtcd.h | 22 void vpx_comp_avg_pred_c(uint8_t *comp_pred, const uint8_t *pred, int width, int height, const uint…
|
/external/libvpx/config/mips64/ |
D | vpx_dsp_rtcd.h | 22 void vpx_comp_avg_pred_c(uint8_t *comp_pred, const uint8_t *pred, int width, int height, const uint…
|
/external/libvpx/config/generic/ |
D | vpx_dsp_rtcd.h | 22 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/ |
D | vpx_dsp_rtcd.h | 22 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/ |
D | vpx_dsp_rtcd.h | 22 void vpx_comp_avg_pred_c(uint8_t *comp_pred, const uint8_t *pred, int width, int height, const uint…
|
/external/libvpx/config/arm64/ |
D | vpx_dsp_rtcd.h | 22 void vpx_comp_avg_pred_c(uint8_t *comp_pred, const uint8_t *pred, int width, int height, const uint…
|
/external/libvpx/config/x86/ |
D | vpx_dsp_rtcd.h | 22 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/ |
D | vpx_dsp_rtcd.h | 22 void vpx_comp_avg_pred_c(uint8_t *comp_pred, const uint8_t *pred, int width, int height, const uint…
|