/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 */
|
/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/webp/src/enc/ |
syntax.c | 303 uint64_t pos1, pos2, pos3; local 335 pos3 = VP8BitWriterPos(bw); 339 enc->pic_->stats->header_bytes[1] = (int)((pos3 - pos2 + 7) >> 3);
|
frame.c | 470 uint64_t pos1, pos2, pos3; local 510 pos3 = VP8BitWriterPos(bw); 512 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");
|
/external/wpa_supplicant_8/wpa_supplicant/ |
ctrl_iface.c | 4279 const char *pos, *pos2, *pos3; local [all...] |
/prebuilts/devtools/tools/lib/ |
sdklib.jar | |