OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:shortBlocks
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/opus/src/celt/
celt_decoder.c
260
void compute_inv_mdcts(const CELTMode *mode, int
shortBlocks
, celt_sig *X,
269
if (
shortBlocks
)
271
B =
shortBlocks
;
674
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
410
static void compute_mdcts(const CELTMode *mode, int
shortBlocks
, celt_sig * OPUS_RESTRICT in,
418
if (
shortBlocks
)
420
B =
shortBlocks
;
[
all
...]
Completed in 38 milliseconds