Searched refs:vp8_cal_sad (Results 1 – 3 of 3) sorted by relevance
/external/libvpx/libvpx/vp8/encoder/ |
D | rdopt.h | 140 void vp8_cal_sad(VP8_COMP *cpi, MACROBLOCKD *xd, MACROBLOCK *x, int recon_yoffset, int near_sadidx[…
|
D | rdopt.c | 1678 void vp8_cal_sad(VP8_COMP *cpi, MACROBLOCKD *xd, MACROBLOCK *x, int recon_yoffset, int near_sadidx[… in vp8_cal_sad() function 2262 vp8_cal_sad(cpi,xd,x, recon_yoffset ,&near_sadidx[0] ); in vp8_rd_pick_inter_mode()
|
D | pickinter.c | 1123 vp8_cal_sad(cpi,xd,x, recon_yoffset ,&near_sadidx[0] ); in vp8_pick_inter_mode()
|