HomeSort by relevance Sort by last modified time
    Searched refs:dq (Results 51 - 67 of 67) sorted by null

1 23

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
quantize.c 186 int dq; local
192 dq = dequant_ptr[rc];
193 rounding = dq >> 1;
198 if (x >= dq)
206 dqcoeff_ptr[rc] = x * dq;
  /external/libhevc/common/x86/
ihevc_deblk_ssse3_intr.c 112 WORD32 d, dp, dq, d_sam0, d_sam3; local
175 // dq dp d3 d0
190 dq = _mm_cvtsi128_si32(mask_16x8b);
227 deq = (dq < (beta + (beta >> 1)) >> 3) ? 1 : 0;
549 WORD32 d0, d3, dp, dq, d; local
635 // dq dp d3 d0
650 dq = _mm_cvtsi128_si32(mask_16x8b);
687 deq = (dq < (beta + (beta >> 1)) >> 3) ? 1 : 0;
    [all...]
  /frameworks/native/services/sensorservice/
Fusion.cpp 468 const vec3_t dq(K[0]*e);
471 q += getF(q)*(0.5f*dq);
  /external/boringssl/src/crypto/perlasm/
x86masm.pl 21 elsif ($opcode !~ /mov[dq]$/)
125 DQ 2 dup (?)
  /external/libvpx/libvpx/vp8/common/x86/
mfqe_sse2.asm 277 dq 0, 128
279 dq 128, 0
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/
mfqe_sse2.asm 277 dq 0, 128
279 dq 128, 0
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
xmllib.py 461 dq = sq = 0
465 dq = not dq
466 elif not dq and c == "'":
468 elif sq or dq:
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
xmllib.py 461 dq = sq = 0
465 dq = not dq
466 elif not dq and c == "'":
468 elif sq or dq:
    [all...]
  /external/webp/src/dec/
vp8.c 423 int ctx, const quant_t dq, int n, int16_t* out) {
444 out[kZigzag[n]] = VP8GetSigned(br, v) * dq[n > 0];
  /external/libhevc/common/arm/
ihevc_deblk_luma_horz.s 172 add r12,r12,r9 @ r12 has the value dq
174 @ dq = dq0 + dq3@
303 @ r12 has the value of dq
ihevc_deblk_luma_vert.s 176 add r12,r12,r9 @ r12 has the value dq
178 @ dq = dq0 + dq3@
302 @ r12 has the value of dq
  /external/libpng/scripts/
options.awk 48 dq="@'" # For a single double quote
  /cts/tools/signature-tools/spec/
android.spec     [all...]
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_tex_sample.c 1717 float dq = A * (2 * U + 1) + B * V; local
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_texfilter.c 1708 GLfloat dq = A * (2 * U + 1) + B * V; local
    [all...]
  /external/v8/tools/profviz/
gnuplot-4.6.3-emscripten.js     [all...]
  /external/boringssl/src/crypto/bn/asm/
rsaz-avx2.pl     [all...]

Completed in 529 milliseconds

1 23