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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dproresdec.c423 int max_coeffs, bits_left; local
429 max_coeffs = blocks_per_slice << 6;
432 for (pos = blocks_per_slice - 1; pos < max_coeffs;) {
449 if (pos >= max_coeffs)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dproresenc_kostya.c393 int max_coeffs, abs_level; local
395 max_coeffs = blocks_per_slice << 6;
401 for (idx = scan[i]; idx < max_coeffs; idx += 64) {
641 int max_coeffs, abs_level; local
644 max_coeffs = blocks_per_slice << 6;
650 for (idx = scan[i]; idx < max_coeffs; idx += 64) {
H A Dproresdec2.c321 int max_coeffs, i, bits_left; local
329 max_coeffs = 64 << log2_block_count;
339 if (pos >= max_coeffs) {
340 av_log(avctx, AV_LOG_ERROR, "ac tex damaged %d, %d\n", pos, max_coeffs);
H A Dproresdec_lgpl.c379 int max_coeffs, bits_left; local
385 max_coeffs = blocks_per_slice << 6;
388 for (pos = blocks_per_slice - 1; pos < max_coeffs;) {
409 if (pos >= max_coeffs)

Completed in 107 milliseconds