Lines Matching refs:fill
491 int fill, int quant)
546 fill = ff_celt_bit_interleave[fill & 0xF] | ff_celt_bit_interleave[fill >> 4] << 2;
555 fill |= fill << blocks;
580 fill = (fill & 1) | (fill << 1);
654 orig_fill = fill;
658 fill = av_mod_uintp2(fill, blocks);
663 fill &= ((1 << blocks) - 1) << blocks;
703 itheta==16384, we'll have cleared the low bits of fill. */
759 stereo ? 1.0f : (gain * mid), lowband_scratch, fill);
764 /* For a stereo split, the high bits of fill are always zero,
768 gain * side, NULL, fill >> blocks);
771 /* For a stereo split, the high bits of fill are always zero,
775 gain * side, NULL, fill >> blocks);
785 stereo ? 1.0f : (gain * mid), lowband_scratch, fill);
811 /* If there's no pulse, fill the band anyway */
813 fill &= cm_mask;
814 if (fill) {
826 cm = fill;
883 lowband_out, level, gain, lowband_scratch, fill, 0);
893 lowband_out, level, gain, lowband_scratch, fill, 1);