HomeSort by relevance Sort by last modified time
    Searched full:scan_nb (Results 1 - 1 of 1) sorted by null

  /external/libvpx/libvpx/vp9/common/
vp9_entropy.h 184 const int16_t **scan, const int16_t **scan_nb) {
187 get_scan_nb_4x4(get_tx_type_4x4(type, xd, block_idx), scan, scan_nb); local
190 get_scan_nb_8x8(get_tx_type_8x8(type, xd), scan, scan_nb); local
193 get_scan_nb_16x16(get_tx_type_16x16(type, xd), scan, scan_nb); local
197 *scan_nb = vp9_default_scan_32x32_neighbors;

Completed in 1978 milliseconds