HomeSort by relevance Sort by last modified time
    Searched refs:shortBlocks (Results 1 - 5 of 5) sorted by null

  /external/libopus/celt/
bands.h 89 * @param shortBlocks Zero for long blocks, non-zero for short blocks
103 int shortBlocks, int spread, int dual_stereo, int intensity, int *tf_res,
celt.h 210 void compute_inv_mdcts(const CELTMode *mode, int shortBlocks, celt_sig *X,
celt_decoder.c 260 void compute_inv_mdcts(const CELTMode *mode, int shortBlocks, celt_sig *X,
269 if (shortBlocks)
271 B = shortBlocks;
675 int shortBlocks;
822 shortBlocks = M;
824 shortBlocks = 0;
899 NULL, pulses, shortBlocks, spread_decision, dual_stereo, intensity, tf_res,
954 compute_inv_mdcts(mode, shortBlocks, freq, out_syn, CC, LM);
    [all...]
celt_encoder.c 419 static void compute_mdcts(const CELTMode *mode, int shortBlocks, celt_sig * OPUS_RESTRICT in,
427 if (shortBlocks)
429 B = shortBlocks;
    [all...]
bands.c     [all...]

Completed in 129 milliseconds