Searched refs:vp8_stuff_mb (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/vp8/encoder/ |
D | tokenize.c | 22 void vp8_stuff_mb(VP8_COMP *cpi, MACROBLOCK *x, TOKENEXTRA **t); 364 vp8_stuff_mb(cpi, x, t); in vp8_tokenize_mb() 434 void vp8_stuff_mb(VP8_COMP *cpi, MACROBLOCK *x, TOKENEXTRA **t) { in vp8_stuff_mb() function
|
D | encodeframe.c | 41 extern void vp8_stuff_mb(VP8_COMP *cpi, MACROBLOCK *x, TOKENEXTRA **t); 1286 vp8_stuff_mb(cpi, x, t); in vp8cx_encode_inter_macroblock()
|