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

  /external/libvpx/libvpx/vp9/common/
vp9_entropy.h 44 DECLARE_ALIGNED(16, extern const uint8_t, vp9_pt_energy_class[ENTROPY_TOKENS]);
vp9_entropy.c 132 const uint8_t vp9_pt_energy_class[ENTROPY_TOKENS] = { variable
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_entropy.h 44 DECLARE_ALIGNED(16, extern const uint8_t, vp9_pt_energy_class[ENTROPY_TOKENS]);
vp9_entropy.c 92 const uint8_t vp9_pt_energy_class[ENTROPY_TOKENS] = { variable
    [all...]
  /external/libvpx/libvpx/vp9/decoder/
vp9_detokenize.c 199 token_cache[scan[c]] = vp9_pt_energy_class[token];
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
vp9_detokenize.c 70 token_cache[scan[c]] = vp9_pt_energy_class[token]; \
  /external/libvpx/libvpx/vp9/encoder/
vp9_tokenize.c 528 token_cache[scan[c]] = vp9_pt_energy_class[token];
    [all...]
vp9_encodemb.c 83 token_cache[scan[idx]] = vp9_pt_energy_class[token];
140 vp9_pt_energy_class[vp9_get_token(qcoeff[scan[i]])];
    [all...]
vp9_rdopt.c 400 token_cache[0] = vp9_pt_energy_class[prev_t];
417 token_cache[rc] = vp9_pt_energy_class[t];
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_tokenize.c 273 vp9_pt_energy_class[vp9_dct_value_tokens_ptr[v].token];
vp9_encodemb.c 102 token_cache[scan[idx]] = vp9_pt_energy_class[token];
154 token_cache[scan[i]] = vp9_pt_energy_class[vp9_dct_value_tokens_ptr[
vp9_rdopt.c 586 token_cache[0] = vp9_pt_energy_class[prev_t];
601 token_cache[rc] = vp9_pt_energy_class[t];
    [all...]

Completed in 540 milliseconds