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

  /frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
d8_31pf.cpp 357 for (i = 0; i < NB_TRACK_MR102; i++)
367 MSBs = indx[NB_TRACK_MR102] >> 3;
369 LSBs = indx[NB_TRACK_MR102] & 0x7;
385 MSBs = indx[NB_TRACK_MR102+1] >> 3;
387 LSBs = indx[NB_TRACK_MR102+1] & 0x7;
410 MSBs = indx[NB_TRACK_MR102+2] >> 2;
412 LSBs = indx[NB_TRACK_MR102+2] & 0x3;
570 Word16 linear_signs[NB_TRACK_MR102];
585 for (j = 0; j < NB_TRACK_MR102; j++) /* NB_TRACK_MR102 = 4 *
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
c8_31pf.cpp 226 for (i = 0; i < NB_TRACK_MR102; i++)
272 pos_indx[track + NB_TRACK_MR102] = pos_index;
276 pos_indx[track + NB_TRACK_MR102] = pos_indx[track];
288 pos_indx[track + NB_TRACK_MR102] = pos_indx[track];
295 pos_indx[track + NB_TRACK_MR102] = pos_index;
581 for (i = 0; i < NB_TRACK_MR102; i++)
589 indx[NB_TRACK_MR102] =
599 indx[NB_TRACK_MR102+1] =
651 indx[NB_TRACK_MR102+2] = ib;
759 Word16 pos_max[NB_TRACK_MR102];
    [all...]
s10_8pf.cpp 974 memcpy(codvec, index, (2*NB_TRACK_MR102)*sizeof(*index));
  /frameworks/av/media/libstagefright/codecs/amrnb/common/include/
cnst.h 73 #define NB_TRACK_MR102 4 /* number of tracks mode mr102 */

Completed in 786 milliseconds