HomeSort by relevance Sort by last modified time
    Searched refs:vp9_extra_bit (Results 1 - 3 of 3) sorted by null

  /external/libvpx/libvpx/vp9/encoder/
vp9_tokenize.h 61 } vp9_extra_bit; typedef in typeref:struct:__anon24830
64 extern const vp9_extra_bit vp9_extra_bits[ENTROPY_TOKENS];
66 extern const vp9_extra_bit vp9_extra_bits_high10[ENTROPY_TOKENS];
67 extern const vp9_extra_bit vp9_extra_bits_high12[ENTROPY_TOKENS];
vp9_tokenize.c 260 const vp9_extra_bit vp9_extra_bits[ENTROPY_TOKENS] = {
276 const vp9_extra_bit vp9_extra_bits_high10[ENTROPY_TOKENS] = {
290 const vp9_extra_bit vp9_extra_bits_high12[ENTROPY_TOKENS] = {
vp9_bitstream.c 130 const vp9_extra_bit *const extra_bits =
175 const vp9_extra_bit *const b = &extra_bits[t];
    [all...]

Completed in 56 milliseconds