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

  /external/libvpx/vp8/common/
entropy.h 34 #define MAX_ENTROPY_TOKENS vp8_coef_tokens
entropy.c 30 DECLARE_ALIGNED(16, cuchar, vp8_prev_token_class[MAX_ENTROPY_TOKENS]) = { 0, 1, 2, 2, 2, 2, 2, 2, 2, 2, 2, 0};
  /external/libvpx/vp8/decoder/
detokenize.c 45 DECLARE_ALIGNED(16, static const TOKENEXTRABITS, vp8d_token_extra_bits2[MAX_ENTROPY_TOKENS]) =
decodframe.c 820 for (l = 0; l < MAX_ENTROPY_TOKENS - 1; l++)
  /external/libvpx/vp8/encoder/
bitstream.c     [all...]

Completed in 986 milliseconds