Home
last modified time | relevance | path

Searched refs:num_sbs (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/libvpx/vp9/decoder/
Dvp9_decoder.c59 VP9_COMMON *cm, int num_sbs, int max_threads, in vp9_dec_alloc_row_mt_mem() argument
62 const size_t dqcoeff_size = (num_sbs << DQCOEFFS_PER_SB_LOG2) * in vp9_dec_alloc_row_mt_mem()
87 row_mt_worker_data->num_sbs = num_sbs; in vp9_dec_alloc_row_mt_mem()
93 vpx_calloc(num_sbs << EOBS_PER_SB_LOG2, in vp9_dec_alloc_row_mt_mem()
97 vpx_calloc(num_sbs * PARTITIONS_PER_SB, in vp9_dec_alloc_row_mt_mem()
100 vpx_calloc(num_sbs, sizeof(*row_mt_worker_data->recon_map))); in vp9_dec_alloc_row_mt_mem()
Dvp9_decoder.h68 int num_sbs; member
165 VP9_COMMON *cm, int num_sbs, int max_threads,
Dvp9_decodeframe.c2822 int num_sbs = 1; in read_uncompressed_header() local
2839 num_sbs = sb_cols * sb_rows; in read_uncompressed_header()
2842 if (num_sbs > pbi->row_mt_worker_data->num_sbs || in read_uncompressed_header()
2845 vp9_dec_alloc_row_mt_mem(pbi->row_mt_worker_data, cm, num_sbs, in read_uncompressed_header()