Searched refs:high_band_start (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dwma.c304 s->high_band_start[k] = (int)((block_len * 2 * high_freq) /
314 if (start < s->high_band_start[k])
315 start = s->high_band_start[k];
323 tprintf(s->avctx, "%5d: coefs_end=%d high_band_start=%d nb_high_bands=%d: ",
326 s->high_band_start[k],
H A Dwma.h84 int high_band_start[BLOCK_NB_SIZES]; ///< index of first coef in high band member in struct:WMACodecContext
H A Dwmadec.c646 (s->high_band_start[bsize]<<bsize>>esize);
669 n = s->high_band_start[bsize] -
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dwma.c266 s->high_band_start[k] = (int)((block_len * 2 * high_freq) /
276 if (start < s->high_band_start[k])
277 start = s->high_band_start[k];
285 tprintf(s->avctx, "%5d: coefs_end=%d high_band_start=%d nb_high_bands=%d: ",
288 s->high_band_start[k],
H A Dwma.h79 int high_band_start[BLOCK_NB_SIZES]; ///< index of first coef in high band member in struct:WMACodecContext
H A Dwmadec.c648 (s->high_band_start[bsize]<<bsize>>esize);
671 n = s->high_band_start[bsize] -

Completed in 65 milliseconds