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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavcodec/
H A Dwma.c297 s->coefs_end[k] = (s->frame_len - ((s->frame_len * 9) / 100)) >> k;
311 if (end > s->coefs_end[k])
312 end = s->coefs_end[k];
318 tprintf(s->avctx, "%5d: coefs_end=%d high_band_start=%d nb_high_bands=%d: ",
320 s->coefs_end[k],
H A Dwma.h84 int coefs_end[BLOCK_NB_SIZES]; ///< max number of coded coefficients member in struct:WMACodecContext
H A Dwmadec.c528 n = s->coefs_end[bsize] - s->coefs_start;
701 n = s->block_len - s->coefs_end[bsize];
715 n = s->block_len - s->coefs_end[bsize];
H A Dwmaenc.c165 v = s->coefs_end[bsize] - s->coefs_start;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavcodec/
H A Dwma.c297 s->coefs_end[k] = (s->frame_len - ((s->frame_len * 9) / 100)) >> k;
311 if (end > s->coefs_end[k])
312 end = s->coefs_end[k];
318 tprintf(s->avctx, "%5d: coefs_end=%d high_band_start=%d nb_high_bands=%d: ",
320 s->coefs_end[k],
H A Dwma.h84 int coefs_end[BLOCK_NB_SIZES]; ///< max number of coded coefficients member in struct:WMACodecContext
H A Dwmadec.c528 n = s->coefs_end[bsize] - s->coefs_start;
701 n = s->block_len - s->coefs_end[bsize];
715 n = s->block_len - s->coefs_end[bsize];
H A Dwmaenc.c165 v = s->coefs_end[bsize] - s->coefs_start;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavcodec/
H A Dwma.c297 s->coefs_end[k] = (s->frame_len - ((s->frame_len * 9) / 100)) >> k;
311 if (end > s->coefs_end[k])
312 end = s->coefs_end[k];
318 tprintf(s->avctx, "%5d: coefs_end=%d high_band_start=%d nb_high_bands=%d: ",
320 s->coefs_end[k],
H A Dwma.h84 int coefs_end[BLOCK_NB_SIZES]; ///< max number of coded coefficients member in struct:WMACodecContext
H A Dwmadec.c528 n = s->coefs_end[bsize] - s->coefs_start;
701 n = s->block_len - s->coefs_end[bsize];
715 n = s->block_len - s->coefs_end[bsize];
H A Dwmaenc.c165 v = s->coefs_end[bsize] - s->coefs_start;

Completed in 104 milliseconds