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

  /frameworks/base/media/libstagefright/codecs/amrwbenc/inc/
q_pulse.h 42 Word16 pos3, /* (i) position of the pulse 3 */
48 Word16 pos3, /* (i) position of the pulse 3 */
  /frameworks/base/media/libstagefright/codecs/amrwbenc/src/
q_pulse.c 109 Word16 pos3, /* (i) position of the pulse 3 */
124 /* index += quant_1p_N1(pos3, N) << (2*N); */
125 index = vo_L_add(index, (quant_1p_N1(pos3, N)<<(N << 1)));
127 } else if (((pos1 ^ pos3) & nb_pos) == 0)
129 index = quant_2p_2N1(pos1, pos3, sub(N, 1)); /* index = quant_2p_2N1(pos1, pos3, (N-1)); */
137 index = quant_2p_2N1(pos2, pos3, (N - 1)); /* index = quant_2p_2N1(pos2, pos3, (N-1)); */
150 Word16 pos3, /* (i) position of the pulse 3 */
166 /* index += quant_2p_2N1(pos3, pos4, N) << (2*N); *
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/cts/
PathMeasureTest.java 88 float[] pos3 = { 1f, 2f, 3f, 4f }; local
90 assertTrue(mPathMeasure.getPosTan(0f, pos3, tan3));
  /external/webp/src/enc/
syntax.c 208 uint64_t pos1, pos2, pos3; local
238 pos3 = VP8BitWriterPos(bw);
242 enc->pic_->stats->header_bytes[1] = (int)((pos3 - pos2 + 7) >> 3);
frame.c 393 uint64_t pos1, pos2, pos3; local
432 pos3 = VP8BitWriterPos(bw);
434 it->uv_bits_ = pos3 - pos2;
  /external/icu4c/test/intltest/
dcfmapts.cpp 137 FieldPosition pos1(0), pos2(0), pos3(0), pos4(0);
146 res3 = cust1.format(fD, res3, pos3, status);
nmfmapts.cpp 123 FieldPosition pos1(0), pos2(0), pos3(0), pos4(0);
138 res5 = cur_fr->format(fD, res5, pos3, status);
  /external/grub/netboot/
sk_g16.c 104 * In POS3 are bits A14-A19 of the address bus. These bits can be set
1113 pos3 = inb(SK_POS3), local
1118 "## pos0=%#hX pos1=%#hX pos2=%#hX pos3=%#hX pos4=%#hX\n",
1119 SK_NAME, text, pos0, pos1, pos2, (pos3<<14), pos4);
  /external/wpa_supplicant_8/hostapd/
config_file.c 296 char *pos3 = os_strchr(start, ','); local
297 if (pos3) {
298 *pos3++ = '\0';
336 if (pos3 == NULL)
338 start = pos3;
    [all...]
  /external/v8/test/mjsunit/
array-functions-prototype-misc.js 219 assertEquals("two", a[pos+3], "pos3");

Completed in 274 milliseconds