Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dwmaprodec.c200 int8_t num_sfb[WMAPRO_BLOCK_SIZES]; ///< scale factor bands per block size member
511 s->num_sfb[i] = band - 1; in decode_init()
512 if (s->num_sfb[i] <= 0) { in decode_init()
526 for (b = 0; b < s->num_sfb[i]; b++) { in decode_init()
1242 s->num_bands = s->num_sfb[s->table_idx]; in decode_subframe()