Home
last modified time | relevance | path

Searched refs:vp9_coefband_trans_4x4 (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/libvpx/vp9/common/
Dvp9_entropy.h130 DECLARE_ALIGNED(16, extern const uint8_t, vp9_coefband_trans_4x4[16]);
133 return tx_size == TX_4X4 ? vp9_coefband_trans_4x4 in get_band_translate()
Dvp9_entropy.c91 const uint8_t vp9_coefband_trans_4x4[16] = { variable