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

  /frameworks/av/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 */
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_pipe_wide_line.c 75 float *pos3 = v3->data[pos]; local
97 pos3[1] = pos3[1] + half_width - bias;
104 pos3[0] -= 0.5f;
111 pos3[0] += 0.5f;
120 pos3[0] = pos3[0] + half_width + bias;
127 pos3[1] -= 0.5f;
134 pos3[1] += 0.5f;
draw_pipe_wide_point.c 140 float *pos3 = v3->data[pos]; local
165 pos3[0] += right_adj;
166 pos3[1] += bot_adj;
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_wide_line.c 75 float *pos3 = v3->data[pos]; local
97 pos3[1] = pos3[1] + half_width - bias;
104 pos3[0] -= 0.5f;
111 pos3[0] += 0.5f;
120 pos3[0] = pos3[0] + half_width + bias;
127 pos3[1] -= 0.5f;
134 pos3[1] += 0.5f;
draw_pipe_wide_point.c 140 float *pos3 = v3->data[pos]; local
165 pos3[0] += right_adj;
166 pos3[1] += bot_adj;
  /frameworks/av/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...]
  /external/wpa_supplicant_8/src/ap/
eap_user_db.c 36 char *pos3 = os_strchr(start, ','); local
37 if (pos3)
38 *pos3++ = '\0';
70 if (pos3 == NULL)
72 start = pos3;
  /cts/tests/tests/graphics/src/android/graphics/cts/
PathMeasureTest.java 66 float[] pos3 = { 1f, 2f, 3f, 4f }; local
68 assertTrue(mPathMeasure.getPosTan(0f, pos3, tan3));
  /external/chromium_org/third_party/libwebp/enc/
syntax.c 305 uint64_t pos1, pos2, pos3; local
337 pos3 = VP8BitWriterPos(bw);
341 enc->pic_->stats->header_bytes[1] = (int)((pos3 - pos2 + 7) >> 3);
frame.c 472 uint64_t pos1, pos2, pos3; local
512 pos3 = VP8BitWriterPos(bw);
514 it->uv_bits_ = pos3 - pos2;
  /external/webp/src/enc/
syntax.c 305 uint64_t pos1, pos2, pos3; local
337 pos3 = VP8BitWriterPos(bw);
341 enc->pic_->stats->header_bytes[1] = (int)((pos3 - pos2 + 7) >> 3);
frame.c 472 uint64_t pos1, pos2, pos3; local
512 pos3 = VP8BitWriterPos(bw);
514 it->uv_bits_ = pos3 - pos2;
  /external/chromium_org/third_party/icu/source/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/icu4c/test/intltest/
nmfmapts.cpp 123 FieldPosition pos1(0), pos2(0), pos3(0), pos4(0);
138 res5 = cur_fr->format(fD, res5, pos3, status);
dcfmapts.cpp 143 FieldPosition pos1(0), pos2(0), pos3(0), pos4(0);
152 res3 = cust1.format(fD, res3, 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/chromium_org/v8/test/mjsunit/
array-functions-prototype-misc.js 219 assertEquals("two", a[pos+3], "pos3");
  /external/v8/test/mjsunit/
array-functions-prototype-misc.js 219 assertEquals("two", a[pos+3], "pos3");
  /external/wpa_supplicant_8/hostapd/
config_file.c 292 char *pos3 = os_strchr(start, ','); local
293 if (pos3) {
294 *pos3++ = '\0';
332 if (pos3 == NULL)
334 start = pos3;
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
ctrl_iface.c 4370 const char *pos, *pos2, *pos3; local
    [all...]
  /external/chromium_org/sync/engine/
syncer_unittest.cc 861 UniquePosition pos3; local
    [all...]
  /prebuilts/devtools/tools/lib/
sdklib.jar 

Completed in 542 milliseconds