HomeSort by relevance Sort by last modified time
    Searched refs:pos4 (Results 1 - 7 of 7) 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/chromium_org/third_party/icu/source/test/intltest/
nmfmapts.cpp 123 FieldPosition pos1(0), pos2(0), pos3(0), pos4(0);
145 res6 = cur_fr->format(fL, res6, pos4, status);
dcfmapts.cpp 158 FieldPosition pos1(0), pos2(0), pos3(0), pos4(0);
174 res4 = cust2.format(fL, res4, pos4, status);
  /external/icu/icu4c/source/test/intltest/
nmfmapts.cpp 123 FieldPosition pos1(0), pos2(0), pos3(0), pos4(0);
145 res6 = cur_fr->format(fL, res6, pos4, status);
dcfmapts.cpp 164 FieldPosition pos1(0), pos2(0), pos3(0), pos4(0);
180 res4 = cust2.format(fL, res4, pos4, status);
  /bionic/tests/
stdio_test.cpp 598 fpos_t pos4; local
606 EXPECT_EQ(0, fgetpos(fp, &pos4));
618 ASSERT_EQ(6, static_cast<off_t>(pos4));
627 ASSERT_EQ(0, fsetpos(fp, &pos4));

Completed in 2113 milliseconds