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

  /external/chromium_org/third_party/opus/src/silk/
LP_variable_cutoff.c 43 opus_int32 A_Q28[ TRANSITION_NA ],
61 for( na = 0; na < TRANSITION_NA; na++ ) {
78 for( na = 0; na < TRANSITION_NA; na++ ) {
88 silk_memcpy( A_Q28, silk_Transition_LP_A_Q28[ ind ], TRANSITION_NA * sizeof( opus_int32 ) );
92 silk_memcpy( A_Q28, silk_Transition_LP_A_Q28[ TRANSITION_INT_NUM - 1 ], TRANSITION_NA * sizeof( opus_int32 ) );
106 opus_int32 B_Q28[ TRANSITION_NB ], A_Q28[ TRANSITION_NA ], fac_Q16 = 0;
132 silk_assert( TRANSITION_NB == 3 && TRANSITION_NA == 2 );
tables_other.c 126 const opus_int32 silk_Transition_LP_A_Q28[ TRANSITION_INT_NUM ][ TRANSITION_NA ] =
define.h 218 #define TRANSITION_NA 2 /* Hardcoded in tables */
tables.h 113 extern const opus_int32 silk_Transition_LP_A_Q28[ TRANSITION_INT_NUM ][ TRANSITION_NA ]; /* 60 */
  /external/libopus/silk/
LP_variable_cutoff.c 43 opus_int32 A_Q28[ TRANSITION_NA ],
61 for( na = 0; na < TRANSITION_NA; na++ ) {
78 for( na = 0; na < TRANSITION_NA; na++ ) {
88 silk_memcpy( A_Q28, silk_Transition_LP_A_Q28[ ind ], TRANSITION_NA * sizeof( opus_int32 ) );
92 silk_memcpy( A_Q28, silk_Transition_LP_A_Q28[ TRANSITION_INT_NUM - 1 ], TRANSITION_NA * sizeof( opus_int32 ) );
106 opus_int32 B_Q28[ TRANSITION_NB ], A_Q28[ TRANSITION_NA ], fac_Q16 = 0;
132 silk_assert( TRANSITION_NB == 3 && TRANSITION_NA == 2 );
tables_other.c 126 const opus_int32 silk_Transition_LP_A_Q28[ TRANSITION_INT_NUM ][ TRANSITION_NA ] =
define.h 218 #define TRANSITION_NA 2 /* Hardcoded in tables */
tables.h 113 extern const opus_int32 silk_Transition_LP_A_Q28[ TRANSITION_INT_NUM ][ TRANSITION_NA ]; /* 60 */

Completed in 63 milliseconds