Searched defs:comp_pred (Results 1 – 4 of 4) sorted by relevance
/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() 59 static INLINE void highbd_avg_pred(uint16_t *comp_pred, const uint8_t *pred8, in highbd_avg_pred()
|
D | variance.c | 259 void vpx_comp_avg_pred_c(uint8_t *comp_pred, const uint8_t *pred, 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()
|
/external/libvpx/libvpx/test/ |
D | sad_test.cc | 173 const uint8_t comp_pred = ROUND_POWER_OF_TWO(tmp, 1); in ReferenceSADavg() local 179 const uint16_t comp_pred = ROUND_POWER_OF_TWO(tmp, 1); in ReferenceSADavg() local
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_rdopt.c | 2961 int comp_pred, i, k; in vp9_rd_pick_inter_mode_sb() local 3634 const int comp_pred = 0; in vp9_rd_pick_inter_mode_sb_seg_skip() local 3739 int comp_pred, i; in vp9_rd_pick_inter_mode_sub8x8() local
|