Home
last modified time | relevance | path

Searched refs:vp8_subtract_b (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/
Dencodemb.h21 void vp8_subtract_b(BLOCK *be, BLOCKD *bd, int pitch);
Dencodeintra.c58 vp8_subtract_b(be, b, 16); in vp8_encode_intra4x4block()
Dencodemb.c23 void vp8_subtract_b(BLOCK *be, BLOCKD *bd, int pitch) { in vp8_subtract_b() function
Drdopt.c555 vp8_subtract_b(be, b, 16); in rd_pick_intra4x4block()
910 vp8_subtract_b(be, bd, 16); in vp8_encode_inter_mb_segment()