Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dwmaprodec.c152 int8_t scale_factor_step; ///< scaling step for the current subframe member
1041 s->channel[c].scale_factor_step = get_bits(&s->gb, 2) + 1; in decode_scale_factors()
1042 val = 45 / s->channel[c].scale_factor_step; in decode_scale_factors()
1391 s->channel[c].scale_factor_step; in decode_subframe()