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

  /frameworks/av/media/libstagefright/codecs/amrnb/common/include/
cnst.h 100 #define N_FRAME 7 /* old pitch gains in average calculation */
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
ton_stab.cpp 261 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;
ton_stab.h 97 Word16 gp[N_FRAME];

Completed in 1257 milliseconds