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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dac3enc_template.c197 for (bnd = 0; bnd < s->num_cpl_bands; bnd++) {
228 for (bnd = 0; bnd < s->num_cpl_bands; bnd++) {
232 coord_diff /= s->num_cpl_bands;
243 for (bnd = 0; bnd < s->num_cpl_bands; bnd++) {
297 for (bnd = 1; bnd < s->num_cpl_bands; bnd++) {
306 for (bnd = 0; bnd < s->num_cpl_bands; bnd++) {
313 for (bnd = 0; bnd < s->num_cpl_bands; bnd++) {
H A Dac3dec.h108 int num_cpl_bands; ///< number of coupling bands (ncplbnd) member in struct:__anon1853
H A Dac3enc.h208 int num_cpl_bands; ///< number of coupling bands (ncplbnd) member in struct:AC3EncodeContext
H A Dac3dec.c397 for (band = 0; band < s->num_cpl_bands; band++) {
945 &s->num_cpl_bands, s->cpl_band_sizes);
977 for (bnd = 0; bnd < s->num_cpl_bands; bnd++) {
998 for (bnd = 0; bnd < s->num_cpl_bands; bnd++) {
H A Dac3enc.c889 frame_bits += (4 + 4) * s->num_cpl_bands;
1450 for (bnd = 0; bnd < s->num_cpl_bands; bnd++) {
2288 s->num_cpl_bands = 1;
2294 s->num_cpl_bands++;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dac3enc_template.c202 for (bnd = 0; bnd < s->num_cpl_bands; bnd++) {
233 for (bnd = 0; bnd < s->num_cpl_bands; bnd++) {
237 coord_diff /= s->num_cpl_bands;
248 for (bnd = 0; bnd < s->num_cpl_bands; bnd++) {
302 for (bnd = 1; bnd < s->num_cpl_bands; bnd++) {
311 for (bnd = 0; bnd < s->num_cpl_bands; bnd++) {
318 for (bnd = 0; bnd < s->num_cpl_bands; bnd++) {
H A Dac3dec.h123 int num_cpl_bands; ///< number of coupling bands (ncplbnd) member in struct:AC3DecodeContext
H A Dac3enc.h215 int num_cpl_bands; ///< number of coupling bands (ncplbnd) member in struct:AC3EncodeContext
H A Dac3dec.c446 for (band = 0; band < s->num_cpl_bands; band++) {
1018 &s->num_cpl_bands, s->cpl_band_sizes);
1050 for (bnd = 0; bnd < s->num_cpl_bands; bnd++) {
1071 for (bnd = 0; bnd < s->num_cpl_bands; bnd++) {
H A Dac3enc.c888 frame_bits += (4 + 4) * s->num_cpl_bands;
1445 for (bnd = 0; bnd < s->num_cpl_bands; bnd++) {
2298 s->num_cpl_bands = 1;
2304 s->num_cpl_bands++;

Completed in 59 milliseconds