HomeSort by relevance Sort by last modified time
    Searched defs:dct_value_tokens (Results 1 - 2 of 2) sorted by null

  /external/libvpx/libvpx/vp8/encoder/
dct_value_tokens.h 14 static const TOKENVALUE dct_value_tokens[2048*2] = variable
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_tokenize.c 24 static TOKENVALUE dct_value_tokens[DCT_MAX_VALUE * 2]; variable
30 TOKENVALUE *const t = dct_value_tokens + DCT_MAX_VALUE;
75 vp9_dct_value_tokens_ptr = dct_value_tokens + DCT_MAX_VALUE;

Completed in 379 milliseconds