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

  /frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
q_pulse.h 30 Word32 quant_1p_N1( /* (o) return (N+1) bits */
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
q_pulse.c 31 Word32 quant_1p_N1( /* (o) return N+1 bits */
124 /* index += quant_1p_N1(pos3, N) << (2*N); */
125 index = vo_L_add(index, (quant_1p_N1(pos3, N)<<(N << 1)));
132 index = vo_L_add(index, (quant_1p_N1(pos2, N) << (N << 1)));
133 /* index += quant_1p_N1(pos2, N) <<
140 /* index += quant_1p_N1(pos1, N) << (2*N); */
141 index = vo_L_add(index, (quant_1p_N1(pos1, N) << (N << 1)));
221 /* index = quant_1p_N1(posA[0], n_1) << ((3*n_1)+1); */
223 index = L_shl(quant_1p_N1(posA[0], n_1), tmp);
236 index = vo_L_add(index, quant_1p_N1(posB[0], n_1)); /* index += quant_1p_N1(posB[0], n_1); *
    [all...]
c4t64fx.c 753 _index[track] = (Word16)(quant_1p_N1(ind[k], 4));

Completed in 506 milliseconds