Searched refs:vp8_treed_write (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/vp8/encoder/ |
D | treewriter.h | 61 static void vp8_treed_write(vp8_writer *const w, vp8_tree t, in vp8_treed_write() function 75 vp8_treed_write(w, t, p, x->value, x->Len); in vp8_write_token()
|
D | encodemv.c | 26 vp8_treed_write(w, vp8_small_mvtree, p + MVPshort, x, 3); in encode_mvcomponent()
|