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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dwma.c302 s->coefs_end[k] = (s->frame_len - ((s->frame_len * 9) / 100)) >> k;
316 if (end > s->coefs_end[k])
317 end = s->coefs_end[k];
323 tprintf(s->avctx, "%5d: coefs_end=%d high_band_start=%d nb_high_bands=%d: ",
325 s->coefs_end[k],
H A Dwma.h86 int coefs_end[BLOCK_NB_SIZES]; ///< max number of coded coefficients member in struct:WMACodecContext
H A Dwmadec.c529 n = s->coefs_end[bsize] - s->coefs_start;
702 n = s->block_len - s->coefs_end[bsize];
716 n = s->block_len - s->coefs_end[bsize];
H A Dwmaenc.c184 v = s->coefs_end[bsize] - s->coefs_start;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dwma.c264 s->coefs_end[k] = (s->frame_len - ((s->frame_len * 9) / 100)) >> k;
278 if (end > s->coefs_end[k])
279 end = s->coefs_end[k];
285 tprintf(s->avctx, "%5d: coefs_end=%d high_band_start=%d nb_high_bands=%d: ",
287 s->coefs_end[k],
H A Dwma.h81 int coefs_end[BLOCK_NB_SIZES]; ///< max number of coded coefficients member in struct:WMACodecContext
H A Dwmadec.c531 n = s->coefs_end[bsize] - s->coefs_start;
704 n = s->block_len - s->coefs_end[bsize];
718 n = s->block_len - s->coefs_end[bsize];
H A Dwmaenc.c184 v = s->coefs_end[bsize] - s->coefs_start;

Completed in 92 milliseconds