HomeSort by relevance Sort by last modified time
    Searched refs:opus_int8 (Results 26 - 41 of 41) sorted by null

12

  /external/chromium_org/third_party/opus/src/include/
opus_types.h 153 #define opus_int8 signed char macro
  /external/chromium_org/third_party/opus/src/silk/float/
find_LPC_FLP.c 88 psEncC->indices.NLSFInterpCoef_Q2 = (opus_int8)k;
wrappers_FLP.c 100 opus_int8 pulses[], /* O Quantized pulse signal */
176 opus_int8 cbk_index[ MAX_NB_SUBFR ], /* O Codebook index */
177 opus_int8 *periodicity_index, /* O Periodicity index */
pitch_analysis_core_FLP.c 70 opus_int8 *contourIndex, /* O Pitch contour Index */
107 const opus_int8 *Lag_CB_ptr;
462 *contourIndex = (opus_int8)CBimax;
470 *contourIndex = (opus_int8)CBimax;
504 const opus_int8 *Lag_range_ptr, *Lag_CB_ptr;
571 const opus_int8 *Lag_range_ptr, *Lag_CB_ptr;
SigProc_FLP.h 90 opus_int8 *contourIndex, /* O Pitch contour Index */
encode_frame_FLP.c 97 opus_int8 LastGainIndex_copy2;
  /external/chromium_org/third_party/opus/src/silk/
MacroCount.h 267 static inline opus_int8 silk_SAT8(opus_int64 a){
268 opus_int8 tmp;
270 tmp = (opus_int8)((a) > silk_int8_MAX ? silk_int8_MAX : \
300 static inline opus_int8 silk_ADD_POS_SAT8(opus_int64 a, opus_int64 b){
301 opus_int8 tmp;
303 tmp = (opus_int8)((((a)+(b)) & 0x80) ? silk_int8_MAX : ((a)+(b)));
331 static inline opus_int8 silk_LSHIFT8(opus_int8 a, opus_int32 shift){
332 opus_int8 ret;
372 static inline opus_int8 silk_RSHIFT8(opus_int8 a, opus_int32 shift)
    [all...]
decode_parameters.c 43 const opus_int8 *cbk_ptr_Q7;
NSQ.c 53 opus_int8 pulses[], /* O */
76 opus_int8 pulses[], /* O Quantized pulse signal */
179 opus_int8 pulses[], /* O */
339 pulses[ i ] = (opus_int8)silk_RSHIFT_ROUND( q1_Q10, 10 );
MacroDebug.h 547 static inline opus_int8 silk_LSHIFT8_(opus_int8 a, opus_int32 shift, char *file, int line){
548 opus_int8 ret;
651 static inline opus_int8 silk_RSHIFT8_(opus_int8 a, opus_int32 shift, char *file, int line){
901 static inline opus_int8 silk_CHECK_FIT8_( opus_int64 a, char *file, int line ){
902 opus_int8 ret;
903 ret = (opus_int8)a;
    [all...]
stereo_LR_to_MS.c 40 opus_int8 ix[ 2 ][ 3 ], /* O Quantization indices */
41 opus_int8 *mid_only_flag, /* O Flag: only mid signal coded */
NSQ_del_dec.c 85 opus_int8 pulses[], /* O */
114 opus_int8 pulses[], /* O Quantized pulse signal */
233 pulses[ i - decisionDelay ] = (opus_int8)silk_RSHIFT_ROUND( psDD->Q_Q10[ last_smple_idx ], 10 );
284 pulses[ i - decisionDelay ] = (opus_int8)silk_RSHIFT_ROUND( psDD->Q_Q10[ last_smple_idx ], 10 );
311 opus_int8 pulses[], /* O */
    [all...]
SigProc_FIX.h 235 opus_int8 contourIndex, /* O */
245 opus_int8 *contourIndex, /* O Pitch contour Index */
466 #define silk_LSHIFT8(a, shift) ((opus_int8)((opus_uint8)(a)<<(shift))) /* shift >= 0, shift < 8 */
    [all...]
  /external/chromium_org/third_party/opus/src/silk/fixed/
find_LPC_FIX.c 139 psEncC->indices.NLSFInterpCoef_Q2 = (opus_int8)k;
pitch_analysis_core_FIX.c 84 opus_int8 *contourIndex, /* O Pitch contour Index */
117 const opus_int8 *Lag_CB_ptr;
565 *contourIndex = (opus_int8)CBimax;
573 *contourIndex = (opus_int8)CBimax;
608 const opus_int8 *Lag_range_ptr, *Lag_CB_ptr;
679 const opus_int8 *Lag_range_ptr, *Lag_CB_ptr;
    [all...]
encode_frame_FIX.c 96 opus_int8 LastGainIndex_copy2;

Completed in 73 milliseconds

12