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

  /external/libvpx/libvpx/vp9/encoder/
vp9_tokenize.h 64 extern const vp9_extra_bit vp9_extra_bits[ENTROPY_TOKENS];
vp9_tokenize.c 54 // (as defined in cost element vp9_extra_bits)
260 const vp9_extra_bit vp9_extra_bits[ENTROPY_TOKENS] = { variable
vp9_bitstream.c 134 : (bit_depth == VPX_BITS_10) ? vp9_extra_bits_high10 : vp9_extra_bits;
136 vp9_extra_bits;
    [all...]

Completed in 3511 milliseconds