Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dproresdec2.c480 int max_coeffs, i, bits_left; in decode_ac_coeffs() local
488 max_coeffs = 64 << log2_block_count; in decode_ac_coeffs()
498 if (pos >= max_coeffs) { in decode_ac_coeffs()
499 av_log(avctx, AV_LOG_ERROR, "ac tex damaged %d, %d\n", pos, max_coeffs); in decode_ac_coeffs()
Dproresenc_kostya.c440 int max_coeffs, abs_level; in encode_acs() local
442 max_coeffs = blocks_per_slice << 6; in encode_acs()
448 for (idx = scan[i]; idx < max_coeffs; idx += 64) { in encode_acs()
700 int max_coeffs, abs_level; in estimate_acs() local
703 max_coeffs = blocks_per_slice << 6; in estimate_acs()
709 for (idx = scan[i]; idx < max_coeffs; idx += 64) { in estimate_acs()