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

  /frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
q_pulse.h 49 Word16 pos4, /* (i) position of the pulse 4 */
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
q_pulse.c 151 Word16 pos4, /* (i) position of the pulse 4 */
166 /* index += quant_2p_2N1(pos3, pos4, N) << (2*N); */
167 index = vo_L_add(index, (quant_2p_2N1(pos3, pos4, N) << (N << 1)));
173 /* index += quant_2p_2N1(pos2, pos4, N) << (2*N); */
174 index = vo_L_add(index, (quant_2p_2N1(pos2, pos4, N) << (N << 1)));
180 /* index += quant_2p_2N1(pos1, pos4, N) << (2*N); */
181 index = vo_L_add(index, (quant_2p_2N1(pos1, pos4, N) << (N << 1)));
  /external/icu4c/test/intltest/
dcfmapts.cpp 137 FieldPosition pos1(0), pos2(0), pos3(0), pos4(0);
153 res4 = cust2.format(fL, res4, pos4, status);
nmfmapts.cpp 123 FieldPosition pos1(0), pos2(0), pos3(0), pos4(0);
145 res6 = cur_fr->format(fL, res6, pos4, status);
  /external/grub/netboot/
sk_g16.c 1114 pos4 = inb(SK_POS4); local
1118 "## pos0=%#hX pos1=%#hX pos2=%#hX pos3=%#hX pos4=%#hX\n",
1119 SK_NAME, text, pos0, pos1, pos2, (pos3<<14), pos4);

Completed in 87 milliseconds