/external/libvpx/libvpx/vp8/encoder/ |
treewriter.h | 61 static void vp8_treed_write function 88 vp8_treed_write(w, t, p, x->value, x->Len);
|
encodemv.c | 35 vp8_treed_write(w, vp8_small_mvtree, p + MVPshort, x, 3);
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
treewriter.h | 60 static void vp8_treed_write function 87 vp8_treed_write(w, t, p, x->value, x->Len);
|
encodemv.c | 35 vp8_treed_write(w, vp8_small_mvtree, p + MVPshort, x, 3);
|