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) { in vp9_dec_alloc_row_mt_mem() argument
61 const size_t dqcoeff_size = (num_sbs << DQCOEFFS_PER_SB_LOG2) * in vp9_dec_alloc_row_mt_mem()
63 row_mt_worker_data->num_sbs = num_sbs; in vp9_dec_alloc_row_mt_mem()
69 vpx_calloc(num_sbs << EOBS_PER_SB_LOG2, in vp9_dec_alloc_row_mt_mem()
73 vpx_calloc(num_sbs * PARTITIONS_PER_SB, in vp9_dec_alloc_row_mt_mem()
76 vpx_calloc(num_sbs, sizeof(*row_mt_worker_data->recon_map))); in vp9_dec_alloc_row_mt_mem()
Dvp9_decoder.h53 int num_sbs; member
131 VP9_COMMON *cm, int num_sbs);
Dvp9_decodeframe.c2368 int num_sbs = 1; in read_uncompressed_header() local
2381 num_sbs = sb_cols * sb_rows; in read_uncompressed_header()
2384 if (num_sbs > pbi->row_mt_worker_data->num_sbs) { in read_uncompressed_header()
2386 vp9_dec_alloc_row_mt_mem(pbi->row_mt_worker_data, cm, num_sbs); in read_uncompressed_header()