Searched refs:vp8_subtract_b (Results 1 – 4 of 4) sorted by relevance
/external/libvpx/libvpx/vp8/encoder/ |
D | encodemb.h | 21 void vp8_subtract_b(BLOCK *be, BLOCKD *bd, int pitch);
|
D | encodeintra.c | 58 vp8_subtract_b(be, b, 16); in vp8_encode_intra4x4block()
|
D | encodemb.c | 23 void vp8_subtract_b(BLOCK *be, BLOCKD *bd, int pitch) { in vp8_subtract_b() function
|
D | rdopt.c | 555 vp8_subtract_b(be, b, 16); in rd_pick_intra4x4block() 910 vp8_subtract_b(be, bd, 16); in vp8_encode_inter_mb_segment()
|