Home
last modified time | relevance | path

Searched refs:num_vec_coeffs (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dwmaprodec.c162 uint16_t num_vec_coeffs; ///< number of vector coded coefficients member
952 (cur_coeff + 3 < ci->num_vec_coeffs)) { in decode_coeffs()
1317 int num_vec_coeffs = get_bits(&s->gb, num_bits) << 2; in decode_subframe() local
1318 if (num_vec_coeffs > s->subframe_len) { in decode_subframe()
1319 av_log(s->avctx, AV_LOG_ERROR, "num_vec_coeffs %d is too large\n", num_vec_coeffs); in decode_subframe()
1322 av_assert0(num_vec_coeffs + offset <= FF_ARRAY_ELEMS(s->channel[c].out)); in decode_subframe()
1323 s->channel[c].num_vec_coeffs = num_vec_coeffs; in decode_subframe()
1328 s->channel[c].num_vec_coeffs in decode_subframe()
[all...]

Completed in 3 milliseconds