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;
|