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

  /frameworks/base/media/libstagefright/codecs/amrnb/enc/src/
cod_amr.h 151 Word16 hvec[L_SUBFR * 2]; member in struct:__anon9191
cod_amr.cpp 392 st->h1 = &st->hvec[L_SUBFR];
404 Set_zero(st->hvec, L_SUBFR); // set to zero "h1[-L_SUBFR..-1]"
490 st->h1 = &st->hvec[L_SUBFR];
505 memset(st->hvec, 0, sizeof(Word16)*L_SUBFR); /* set to zero "h1[-L_SUBFR..-1]" */
927 Set_zero(st->hvec, L_SUBFR); // set to zero "h1[-L_SUBFR..-1]"
    [all...]

Completed in 24 milliseconds