OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:silk_SUB16
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/opus/src/silk/
NLSF_del_dec_quant.c
70
res_Q10 =
silk_SUB16
( in_Q10, pred_Q10 );
79
out0_Q10 =
silk_SUB16
( out0_Q10, SILK_FIX_CONST( NLSF_QUANT_LEVEL_ADJ, 10 ) );
80
out1_Q10 =
silk_SUB16
( out1_Q10, SILK_FIX_CONST( NLSF_QUANT_LEVEL_ADJ, 10 ) );
82
out1_Q10 =
silk_SUB16
( out1_Q10, SILK_FIX_CONST( NLSF_QUANT_LEVEL_ADJ, 10 ) );
111
rate1_Q5 =
silk_SUB16
( rate0_Q5, 43 );
118
diff_Q10 =
silk_SUB16
( in_Q10, out0_Q10 );
120
diff_Q10 =
silk_SUB16
( in_Q10, out1_Q10 );
NLSF_decode.c
50
out_Q10 =
silk_SUB16
( out_Q10, SILK_FIX_CONST( NLSF_QUANT_LEVEL_ADJ, 10 ) );
MacroCount.h
524
#undef
silk_SUB16
525
static inline opus_int16
silk_SUB16
(opus_int16 a, opus_int16 b){
SigProc_FIX.h
432
#define
silk_SUB16
(a, b) ((a) - (b))
[
all
...]
MacroDebug.h
85
#undef
silk_SUB16
86
#define
silk_SUB16
(a,b) silk_SUB16_((a), (b), __FILE__, __LINE__)
93
fprintf (stderr, "
silk_SUB16
(%d, %d) in %s: line %d\n", a, b, file, line);
[
all
...]
Completed in 156 milliseconds