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

  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
bits.c 36 Word16 coding_mode, /* i: coding bit-stream ratio mode */
48 if (coding_mode == MRDTX)
87 for (i = 0; i < nb_of_bits[coding_mode]; i++)
91 return (3 + nb_of_bits[coding_mode])<<1;
99 *(dataOut + 1) = nb_of_bits[coding_mode];
100 for (i = 0; i < nb_of_bits[coding_mode]; i++)
109 return (2 + nb_of_bits[coding_mode])<<1;
119 if (coding_mode == MRDTX)
121 coding_mode = MRSID;
128 if (coding_mode < 0 || coding_mode > 15 || (coding_mode > MRSID && coding_mode < 14)
    [all...]
voAMRWBEnc.c 1564 Word16 coding_mode = 0, nb_bits, allow_dtx, mode, reset_flag; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
bits.h 81 int PackBits(Word16 prms[], Word16 coding_mode, Word16 mode, Coder_State *st);

Completed in 235 milliseconds