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

  /external/libvpx/libvpx/vp9/common/
vp9_entropy.h 130 DECLARE_ALIGNED(16, extern const uint8_t, vp9_coefband_trans_4x4[16]);
133 return tx_size == TX_4X4 ? vp9_coefband_trans_4x4
vp9_entropy.c 128 const uint8_t vp9_coefband_trans_4x4[16] = { variable
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_entropy.h 119 DECLARE_ALIGNED(16, extern const uint8_t, vp9_coefband_trans_4x4[16]);
122 return tx_size == TX_4X4 ? vp9_coefband_trans_4x4
vp9_entropy.c 88 const uint8_t vp9_coefband_trans_4x4[16] = { variable
    [all...]

Completed in 2092 milliseconds