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

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_subexp.c85 vp9_write_literal(w, v, l - 1);
87 vp9_write_literal(w, m + ((v - m) >> 1), l - 1);
88 vp9_write_literal(w, (v - m) & 1, 1);
93 vp9_write_literal(w, word >= test, 1);
99 vp9_write_literal(w, word, 4);
101 vp9_write_literal(w, word - 16, 4);
103 vp9_write_literal(w, word - 32, 5);
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)
H A Dvp9_encodemv.c144 vp9_write_literal(w, new_p >> 1, 7);
H A Dvp9_bitstream.c809 vp9_write_literal(w, MIN(cm->tx_mode, ALLOW_32X32), 2);
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_subexp.c85 vp9_write_literal(w, v, l - 1);
87 vp9_write_literal(w, m + ((v - m) >> 1), l - 1);
88 vp9_write_literal(w, (v - m) & 1, 1);
93 vp9_write_literal(w, word >= test, 1);
99 vp9_write_literal(w, word, 4);
101 vp9_write_literal(w, word - 16, 4);
103 vp9_write_literal(w, word - 32, 5);
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)
H A Dvp9_encodemv.c144 vp9_write_literal(w, new_p >> 1, 7);
H A Dvp9_bitstream.c807 vp9_write_literal(w, MIN(cm->tx_mode, ALLOW_32X32), 2);

Completed in 258 milliseconds