Searched defs:QC (Results 1 - 5 of 5) sorted by relevance

/external/libopus/silk/fixed/
H A Dwarped_autocorrelation_FIX.c34 #define QC 10 macro
60 silk_assert( 2 * QS - QC >= 0 );
70 corr_QC[ i ] += silk_RSHIFT64( silk_SMULL( tmp1_QS, state_QS[ 0 ] ), 2 * QS - QC );
74 corr_QC[ i + 1 ] += silk_RSHIFT64( silk_SMULL( tmp2_QS, state_QS[ 0 ] ), 2 * QS - QC );
77 corr_QC[ order ] += silk_RSHIFT64( silk_SMULL( tmp1_QS, state_QS[ 0 ] ), 2 * QS - QC );
81 lsh = silk_LIMIT( lsh, -12 - QC, 30 - QC );
82 *scale = -( QC + lsh );
93 silk_assert( corr_QC[ 0 ] >= 0 ); /* If breaking, decrease QC*/
/external/libopus/silk/fixed/mips/
H A Dwarped_autocorrelation_FIX_mipsr1.h37 #undef QC macro
38 #define QC 10 macro
61 val = 2 * QS - QC;
65 silk_assert( 2 * QS - QC >= 0 );
142 lsh = silk_LIMIT( lsh, -12 - QC, 30 - QC );
143 *scale = -( QC + lsh );
163 silk_assert( corr_QC[ 0 ] >= 0 ); /* If breaking, decrease QC*/
/external/clang/test/Layout/
H A Dms-x86-pack-and-align.cpp708 struct QC { struct
714 // CHECK-NEXT: 0 | struct QC
720 // CHECK-X64-NEXT: 0 | struct QC
805 sizeof(QC)+
/external/arm-neon-tests/
H A Dstm-arm-neon-ref.h551 unsigned int QC:1; member in struct:__anon489::__anon490
568 unsigned int QC:1; member in struct:__anon491::__anon492
578 # define Neon_Cumulative_Sat _afpscr_for_qc.b.QC
584 statements to preset the QC flag value, and Neon operators writing
585 to QC. */
593 return _afpscr_for_qc.b.QC;
599 _afpscr_for_qc.b.QC = x; \
607 return _afpscr_for_qc.b.QC;
613 _afpscr_for_qc.b.QC = x; \
/external/clang/lib/AST/
H A DASTDiagnostic.cpp31 QualifierCollector QC; local
34 const Type *Ty = QC.strip(QT);
201 return QC.apply(Context, QT);

Completed in 160 milliseconds