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

  /external/libvpx/libvpx/vp9/encoder/
vp9_tokenize.c 27 const TOKENVALUE *vp9_dct_value_tokens_ptr; variable
157 vp9_dct_value_tokens_ptr = dct_value_tokens + DCT_MAX_VALUE;
266 vp9_dct_value_tokens_ptr[v].extra,
267 (uint8_t)vp9_dct_value_tokens_ptr[v].token,
273 vp9_pt_energy_class[vp9_dct_value_tokens_ptr[v].token];
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_tokenize.c 27 const TOKENVALUE *vp9_dct_value_tokens_ptr; variable
157 vp9_dct_value_tokens_ptr = dct_value_tokens + DCT_MAX_VALUE;
266 vp9_dct_value_tokens_ptr[v].extra,
267 (uint8_t)vp9_dct_value_tokens_ptr[v].token,
273 vp9_pt_energy_class[vp9_dct_value_tokens_ptr[v].token];
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_tokenize.c 27 const TOKENVALUE *vp9_dct_value_tokens_ptr; variable
220 vp9_dct_value_tokens_ptr = dct_value_tokens + DCT_MAX_VALUE;
338 dct_value_tokens = vp9_dct_value_tokens_ptr;
341 dct_value_tokens = vp9_dct_value_tokens_ptr;

Completed in 55 milliseconds