Searched refs:lsh (Results 1 – 2 of 2) sorted by relevance
/external/libopus/silk/fixed/ |
D | warped_autocorrelation_FIX.c | 47 opus_int n, i, lsh; in silk_warped_autocorrelation_FIX() local 74 lsh = silk_CLZ64( corr_QC[ 0 ] ) - 35; in silk_warped_autocorrelation_FIX() 75 lsh = silk_LIMIT( lsh, -12 - QC, 30 - QC ); in silk_warped_autocorrelation_FIX() 76 *scale = -( QC + lsh ); in silk_warped_autocorrelation_FIX() 78 if( lsh >= 0 ) { in silk_warped_autocorrelation_FIX() 80 corr[ i ] = (opus_int32)silk_CHECK_FIT32( silk_LSHIFT64( corr_QC[ i ], lsh ) ); in silk_warped_autocorrelation_FIX() 84 corr[ i ] = (opus_int32)silk_CHECK_FIT32( silk_RSHIFT64( corr_QC[ i ], -lsh ) ); in silk_warped_autocorrelation_FIX()
|
/external/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/test/data/tokenization/ |
D | namedEntities.test | 27391 "input": "&lsh", 27392 "description": "Bad named entity: lsh without a semi-colon", 27397 "&lsh" 27402 "input": "↰", 27403 "description": "Named entity: lsh; with a semi-colon",
|