Lines Matching defs:wideband
183 int is_wideband; /**< If wideband is present */
244 int32_t mode; /**< Mode used (0 for narrowband, 1 for wideband) */
871 int m, pitch, wideband, ol_pitch = 0, best_pitch = 40;
883 do { /* Search for next narrowband block (handle requests, skip wideband blocks) */
886 wideband = get_bits1(gb);
887 if (wideband) /* Skip wideband block (for compatibility) */ {
899 wideband = get_bits1(gb);
900 if (wideband) {
907 wideband = get_bits1(gb);
908 if (wideband) {
909 av_log(avctx, AV_LOG_ERROR, "more than two wideband layers found\n");
1225 int ret, wideband;
1241 if (st->encode_submode) { /* Check "wideband bit" */
1243 wideband = show_bits1(gb);
1245 wideband = 0;
1246 if (wideband) { /* Regular wideband frame, read the submode */
1247 wideband = get_bits1(gb);