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

  /frameworks/av/media/libstagefright/codecs/aacdec/
hufffac.cpp 178 is_pos = 0;
219 is_pos += cw_index - MIDFAC;
220 pFactors[sfb] = is_pos;
377 Int is_pos; /* intensity stereo position */ local
446 is_pos = 0;
479 is_pos += cw_index - MIDFAC;
480 pFactors[sfb] = is_pos;
  /frameworks/av/media/libstagefright/codecs/mp3dec/src/
pvmp3_mpeg2_stereo_proc.h 100 int32 is_pos,
pvmp3_stereo_proc.h 98 int32 is_pos,
pvmp3_mpeg2_stereo_proc.cpp 51 int32 is_pos, index on table is_pos_pow_eitgh_root_of_2
162 int32 is_pos,
168 /* pow(io, ((is_pos + 1)>>1)); io = 2(1/4) (m=0), io = 2(1/8) (m=1) */
169 k[0] = is_pos_pow_eitgh_root_of_2[((is_pos+1)&(3+(m<<2)))<<(1-m)] >> ((is_pos + 1) >> (2 + m));
170 /* pow(io, (is_pos>>1)); io = 2(1/4) (m=0), io = 2(1/8) (m=1) */
171 k[1] = is_pos_pow_eitgh_root_of_2[(is_pos&(3+(m<<2)))<<(1-m)] >> (is_pos >> (2 + m));
177 if (is_pos == 0) /* 0 < is_pos < 31 *
    [all...]
pvmp3_stereo_proc.cpp 60 int32 is_pos, index to table is_ratio_factor[]
100 scalefactors of the left channel) and a stereo position is_pos[sfb],
155 * TmpFac= tan(is_pos * (PI /12));
220 int32 is_pos,
225 int32 TmpFac = is_ratio_factor[ is_pos & 7];
647 sfbTemp = 0; /* if scalefac[20] is not an intensity position, is_pos = 0 */

Completed in 5140 milliseconds