HomeSort by relevance Sort by last modified time
    Searched full:vp9_write_literal (Results 1 - 5 of 5) sorted by null

  /external/libvpx/libvpx/vp9/encoder/
vp9_subexp.c 122 vp9_write_literal(w, v, l - 1);
124 vp9_write_literal(w, m + ((v - m) >> 1), l - 1);
125 vp9_write_literal(w, (v - m) & 1, 1);
140 vp9_write_literal(w, t, 1);
145 vp9_write_literal(w, word - mk, b);
vp9_boolhuff.h 107 static void vp9_write_literal(vp9_writer *w, int data, int bits) { function
vp9_treewriter.h 23 #define vp9_write_prob(w, v) vp9_write_literal((w), (v), 8)
vp9_encodemv.c 136 vp9_write_literal(w, mod_p >> 1, 7);
vp9_bitstream.c     [all...]

Completed in 584 milliseconds