Searched defs:vp9_write_literal (Results 1 - 1 of 1) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_writer.h90 static void vp9_write_literal(vp9_writer *w, int data, int bits) { function
97 #define vp9_write_prob(w, v) vp9_write_literal((w), (v), 8)

Completed in 66 milliseconds