HomeSort by relevance Sort by last modified time
    Searched refs:fac_Q16 (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/opus/src/silk/
LP_variable_cutoff.c 45 const opus_int32 fac_Q16
51 if( fac_Q16 > 0 ) {
52 if( fac_Q16 < 32768 ) { /* fac_Q16 is in range of a 16-bit int */
59 fac_Q16 );
66 fac_Q16 );
68 } else { /* ( fac_Q16 - ( 1 << 16 ) ) is in range of a 16-bit int */
69 silk_assert( fac_Q16 - ( 1 << 16 ) == silk_SAT16( fac_Q16 - ( 1 << 16 ) ) );
76 fac_Q16 - ( (opus_int32)1 << 16 ) )
    [all...]
  /external/libopus/silk/
LP_variable_cutoff.c 45 const opus_int32 fac_Q16
51 if( fac_Q16 > 0 ) {
52 if( fac_Q16 < 32768 ) { /* fac_Q16 is in range of a 16-bit int */
59 fac_Q16 );
66 fac_Q16 );
68 } else { /* ( fac_Q16 - ( 1 << 16 ) ) is in range of a 16-bit int */
69 silk_assert( fac_Q16 - ( 1 << 16 ) == silk_SAT16( fac_Q16 - ( 1 << 16 ) ) );
76 fac_Q16 - ( (opus_int32)1 << 16 ) )
    [all...]

Completed in 215 milliseconds