Searched refs:N_FRAME (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/media/libstagefright/codecs/amrnb/common/include/
H A Dcnst.h100 #define N_FRAME 7 /* old pitch gains in average calculation */ macro
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
H A Dton_stab.cpp261 Set_zero(st->gp, N_FRAME); // Init Gp_Clipping
299 Set_zero(st->gp, N_FRAME); /* Init Gp_Clipping */
629 Purpose: Verify that the sum of the last (N_FRAME+1) pitch
652 for (i = 0; i < N_FRAME; i++)
699 for (i = 0; i < N_FRAME; i++)
761 Copy(&st->gp[1], &st->gp[0], N_FRAME-1);
762 st->gp[N_FRAME-1] = shr(g_pitch, 3);
795 for (i = 0; i < N_FRAME - 1; i++)
799 st->gp[N_FRAME-1] = g_pitch >> 3;
H A Dton_stab.h97 Word16 gp[N_FRAME];

Completed in 113 milliseconds