HomeSort by relevance Sort by last modified time
    Searched refs:qi (Results 1 - 25 of 39) sorted by null

1 2

  /external/tremolo/Tremolo/
floor0.c 200 ogg_uint32_t qi=46341; local
208 lsp_loop_asm(&qi,&pi,&qexp,ilsp,wi,m);
211 qi=((qi*qi)>>16);
216 qi+=pi>>14;
221 qi*=(1<<14)+wi;
223 qi=(qi+pi)>>14;
226 if(qi&0xffff0000){ /* checks for 1.xxxxxxxxxxxxxxxx *
    [all...]
asm_arm.h 153 ogg_uint32_t qi=*qip,pi=*pip; local
164 "umull %0,r2,r1,%0;" //qi*=labs(ilsp[j]-wi)
191 "umull %0,r2,r1,%0;\n" //qi*=labs(ilsp[j]-wi)
202 //qi=(pi>>shift)*labs(ilsp[j]-wi);
203 //pi=(qi>>shift)*labs(ilsp[j+1]-wi);
230 : "+r"(qi),"+r"(pi),"+r"(qexp)
234 *qip=qi;
241 ogg_uint32_t qi=*qip; local
256 : "+r"(qi),"+r"(qexp)
259 *qip=qi;
    [all...]
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_buffer.c 161 uint qi,
180 ((uint32_t *)rgba[c])[qi] = sdata[c];
189 sdata[c] += ((uint32_t *)rgba[c])[qi];
190 ((uint32_t *)rgba[c])[qi] = temp;
196 sdata[c] = ((uint32_t *)rgba[c])[qi];
197 ((uint32_t *)rgba[c])[qi] = temp;
203 unsigned cmp_x = ((uint32_t *)rgba[c])[qi];
204 unsigned src_x = ((uint32_t *)rgba2[c])[qi];
207 ((uint32_t *)rgba[c])[qi] = temp;
213 sdata[c] &= ((uint32_t *)rgba[c])[qi];
    [all...]
sp_image.c 385 uint qi,
404 ((uint32_t *)rgba[c])[qi] = sdata[c];
412 sdata[c] += ((uint32_t *)rgba[c])[qi];
413 ((uint32_t *)rgba[c])[qi] = temp;
419 sdata[c] = ((uint32_t *)rgba[c])[qi];
420 ((uint32_t *)rgba[c])[qi] = temp;
426 unsigned cmp_x = ((uint32_t *)rgba[c])[qi];
427 unsigned src_x = ((uint32_t *)rgba2[c])[qi];
430 ((uint32_t *)rgba[c])[qi] = temp;
436 sdata[c] &= ((uint32_t *)rgba[c])[qi];
    [all...]
  /external/libopus/celt/
quant_bands.c 185 int qi, qi0; local
196 qi = (f+QCONST32(.5f,DB_SHIFT+7))>>(DB_SHIFT+7);
202 qi = (int)floor(.5f+f);
207 if (qi < 0 && x < decay_bound)
209 qi += (int)SHR16(SUB16(decay_bound,x), DB_SHIFT);
210 if (qi > 0)
211 qi = 0;
213 qi0 = qi;
221 qi = IMIN(1, qi);
454 int qi; local
    [all...]
  /external/wpa_supplicant_8/src/ap/
gas_serv.c 993 struct anqp_query_info *qi)
995 qi->request |= bit;
1005 struct anqp_query_info *qi)
1010 qi);
1014 hapd->conf->venue_name != NULL, qi);
1019 get_anqp_elem(hapd, info_id) != NULL, qi);
1023 hapd->conf->network_auth_type != NULL, qi);
1027 hapd->conf->roaming_consortium != NULL, qi);
1032 hapd->conf->ipaddr_type_configured, qi);
1036 hapd->conf->nai_realm_data != NULL, qi);
1489 struct anqp_query_info qi; local
    [all...]
  /external/expat/xmlwf/
xmlwin32url.cxx 375 QuitInfo *qi = (QuitInfo *)p; local
376 qi->hr = hr;
377 qi->stop = 1;
398 QuitInfo qi; local
399 qi.stop = 0;
400 qi.url = url;
403 HRESULT hr = openStream(parser, baseMoniker, url, threadQuit, &qi);
408 else if (FAILED(qi.hr)) {
409 winPerror(url, qi.hr);
413 while (!qi.stop && GetMessage (&msg, NULL, 0, 0))
    [all...]
  /external/tensorflow/tensorflow/contrib/periodic_resample/kernels/
periodic_resample_op.h 56 for (int qi = 0; qi < rank; ++qi) {
57 if (qi == adjustable_dimension) continue;
58 index += cumulative_dimensions[qi] *
59 ((*output_indices)[qi] % dimension_ceiling[qi]);
  /external/ltp/testcases/network/xinetd/
xinetd_tests.sh 101 grep -qi "fail" tst_xinetd.out && \
118 echo '' | telnet $a 2>&1 | grep -qi \
131 echo '' | telnet $a 2>&1 | grep -qi \
  /toolchain/binutils/binutils-2.27/opcodes/
h8300-dis.c 325 const struct h8_instruction *qi; local
350 for (qi = h8_instructions; qi->opcode->name; qi++)
352 const struct h8_opcode *q = qi->opcode;
602 return qi->length;
613 return qi->length;
623 return qi->length;
634 pregnames, qi->length);
642 pregnames, qi->length)
    [all...]
  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTQuaternionF.cpp 133 PVRTQUATERNIONf qi; local
148 qi.x = -qB.x;
149 qi.y = -qB.y;
150 qi.z = -qB.z;
151 qi.w = -qB.w;
153 PVRTMatrixQuaternionSlerpF(qOut, qA, qi, t);
PVRTQuaternionX.cpp 138 PVRTQUATERNIONx qi; local
153 qi.x = -qB.x;
154 qi.y = -qB.y;
155 qi.z = -qB.z;
156 qi.w = -qB.w;
158 PVRTMatrixQuaternionSlerpX(qOut, qA, qi, t);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/tools/
MatrixFit.java 91 for (int qi = 0; qi < q.length; qi++) {
94 qt[i] = q[qi][i];
  /external/eigen/unsupported/Eigen/src/MatrixFunctions/
MatrixFunction.h 138 typename std::list<Cluster>::iterator qi = matrix_function_find_cluster(i, clusters); local
139 if (qi == clusters.end()) {
143 qi = clusters.end();
144 --qi;
150 && std::find(qi->begin(), qi->end(), j) == qi->end()) {
153 qi->push_back(j);
155 qi->insert(qi->end(), qj->begin(), qj->end())
    [all...]
  /external/vulkan-validation-layers/tests/
vktestbinding.cpp 227 VkDeviceQueueCreateInfo qi = {}; local
228 qi.sType = VK_STRUCTURE_TYPE_DEVICE_QUEUE_CREATE_INFO;
229 qi.pNext = NULL;
230 qi.queueFamilyIndex = i;
231 qi.queueCount = queue_props[i].queueCount;
232 queue_priorities_.emplace_back(qi.queueCount, 0.0f);
233 qi.pQueuePriorities = queue_priorities_[i].data();
234 queue_info_.push_back(qi);
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/
vktestbinding.cpp 258 VkDeviceQueueCreateInfo qi = {}; local
259 qi.sType = VK_STRUCTURE_TYPE_DEVICE_QUEUE_CREATE_INFO;
260 qi.pNext = NULL;
261 qi.queueFamilyIndex = i;
262 qi.queueCount = queue_props[i].queueCount;
264 queue_priorities.emplace_back(qi.queueCount, 0.0f);
266 qi.pQueuePriorities = queue_priorities[i].data();
270 queue_info.push_back(qi);
  /hardware/intel/common/libva/test/decode/
tinyjpeg.c 201 int qi; local
210 qi = *stream++;
212 if (qi>>4)
214 if (qi>4)
215 error("No more 4 quantization table is supported (got %d)\n", qi);
217 memcpy(priv->Q_tables[qi&0x0F], stream, 64);
218 priv->Q_tables_valid[qi & 0x0f] = 1;
  /external/syslinux/com32/lib/jpeg/
tinyjpeg.c 504 int qi; local
514 qi = *stream++;
516 if (qi>>4)
518 if (qi>4)
519 error("No more 4 quantization table is supported (got %d)\n", qi);
521 table = priv->Q_tables[qi];
  /frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
MediaSessions.java 234 for (QueueItem qi : queue) {
235 writer.println(" " + qi);
  /external/ImageMagick/coders/
xcf.c     [all...]
  /system/extras/tests/workloads/
defs.sh 278 if grep -qi reclaim $traceout; then
  /hardware/invensense/6515/libsensors_iio/software/core/mllite/
ml_math_func.c 41 float cgcross[4], q1[4], q2[4], qi[4]; local
52 inv_q_invertf(quat, qi);
53 inv_q_multf(q1, qi, q2);
  /hardware/invensense/65xx/libsensors_iio/software/core/mllite/
ml_math_func.c 41 float cgcross[4], q1[4], q2[4], qi[4]; local
52 inv_q_invertf(quat, qi);
53 inv_q_multf(q1, qi, q2);
  /external/syslinux/gpxe/src/drivers/net/ath5k/
ath5k.c 996 struct ath5k_txq_info qi = { local
1016 qi.tqi_flags = AR5K_TXQ_FLAG_TXEOLINT_ENABLE |
1018 qnum = ath5k_hw_setup_tx_queue(ah, qtype, &qi);
    [all...]
  /external/webp/src/dsp/
dec_sse2.c 322 // Pixels 'pi' and 'qi' are int8_t on input, uint8_t on output (sign flip).
323 static WEBP_INLINE void Update2Pixels_SSE2(__m128i* const pi, __m128i* const qi,
331 *qi = _mm_subs_epi8(*qi, delta);
332 FLIP_SIGN_BIT2(*pi, *qi);
    [all...]

Completed in 1332 milliseconds

1 2