HomeSort by relevance Sort by last modified time
    Searched defs:x4 (Results 76 - 100 of 512) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/libvpx/libvpx/vp9/encoder/
vp9_dct.c 499 int x4 = input[3]; local
509 s4 = cospi_18_64 * x4 + cospi_14_64 * x5;
510 s5 = cospi_14_64 * x4 - cospi_18_64 * x5;
518 x4 = fdct_round_shift(s0 - s4);
528 s4 = cospi_8_64 * x4 + cospi_24_64 * x5;
529 s5 = cospi_24_64 * x4 - cospi_8_64 * x5;
537 x4 = fdct_round_shift(s4 + s6);
554 output[1] = - x4;
805 int x4 = input[11]; local
823 s4 = x4 * cospi_9_64 + x5 * cospi_23_64
    [all...]
  /external/mesa3d/src/mesa/program/
prog_noise.c 529 float x1, y1, z1, w1, x2, y2, z2, w2, x3, y3, z3, w3, x4, y4, z4, w4; local
570 x4 = x0 - 1.0f + 4.0f * G4; /* Offsets for last corner in (x,y,z,w) coords */
625 t4 = 0.6f - x4 * x4 - y4 * y4 - z4 * z4 - w4 * w4;
632 grad4(perm[ii + 1 + perm[jj + 1 + perm[kk + 1 + perm[ll + 1]]]], x4,
  /external/pdfium/fpdfsdk/src/
fpdf_flatten.cpp 315 FX_FLOAT x4 = matrix.a * rcStream.right + matrix.c * rcStream.top + matrix.e; local
318 FX_FLOAT left = FX_MIN(FX_MIN(x1, x2), FX_MIN(x3, x4));
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/mips/dspr2/
vp9_itrans16_dspr2.c 921 int x4 = input[11]; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_idct.c 321 int x4 = input[3]; local
326 if (!(x0 | x1 | x2 | x3 | x4 | x5 | x6 | x7)) {
337 s4 = cospi_18_64 * x4 + cospi_14_64 * x5;
338 s5 = cospi_14_64 * x4 - cospi_18_64 * x5;
346 x4 = dct_const_round_shift(s0 - s4);
356 s4 = cospi_8_64 * x4 + cospi_24_64 * x5;
357 s5 = cospi_24_64 * x4 - cospi_8_64 * x5;
365 x4 = dct_const_round_shift(s4 + s6);
382 output[1] = -x4;
645 int x4 = input[11] local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_dct.c 499 int x4 = input[3]; local
509 s4 = cospi_18_64 * x4 + cospi_14_64 * x5;
510 s5 = cospi_14_64 * x4 - cospi_18_64 * x5;
518 x4 = fdct_round_shift(s0 - s4);
528 s4 = cospi_8_64 * x4 + cospi_24_64 * x5;
529 s5 = cospi_24_64 * x4 - cospi_8_64 * x5;
537 x4 = fdct_round_shift(s4 + s6);
554 output[1] = - x4;
805 int x4 = input[11]; local
823 s4 = x4 * cospi_9_64 + x5 * cospi_23_64
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/x86/
vp9_loopfilter_intrin_sse2.c 1469 __m128i x0, x1, x2, x3, x4, x5, x6, x7; local
1537 __m128i x0, x1, x2, x3, x4, x5, x6, x7; local
    [all...]
  /external/clang/test/Sema/
array-init.c 25 int x4 = { 1, 2 }; // expected-warning{{excess elements in scalar initializer}} local
  /external/libvpx/libvpx/vp9/common/x86/
vp9_loopfilter_intrin_sse2.c 1469 __m128i x0, x1, x2, x3, x4, x5, x6, x7; local
1537 __m128i x0, x1, x2, x3, x4, x5, x6, x7; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/x86/
vp9_loopfilter_intrin_sse2.c 1469 __m128i x0, x1, x2, x3, x4, x5, x6, x7; local
1537 __m128i x0, x1, x2, x3, x4, x5, x6, x7; local
    [all...]
  /external/clang/test/CXX/drs/
dr0xx.cpp 716 X<Danger> x4; member in namespace:dr62
dr1xx.cpp 93 X<a4> x4; member in namespace:dr112
  /external/opencv/otherlibs/highgui/
grfmt_jpeg.cpp 668 int x4 = x0 + x1; x0 -= x1; local
671 x3 = x1 + x4; x1 -= x4;
673 x4 = (x0 + x2)*C1_847;
674 x0 = descale( x4 - x0*C2_613, fixb);
675 x2 = descale( x2*C1_082 - x4, fixb);
689 x4 = x2 + x3;
690 x2 = descale((x2-x3)*C1_414, fixb) - x4;
693 x1 = x3 + x4; x3 -= x4;
720 int x4 = x0 + x1; x0 -= x1; local
1525 int x4 = x0 + x1; x0 -= x1; local
1572 int x4 = x0 + x1; x0 -= x1; local
    [all...]
  /external/replicaisland/src/com/replica/replicaisland/
CollisionSystem.java 707 final float x4 = otherEnd.x; local
713 final float denom = (y4 - y3) * (x2 - x1) - (x4 - x3) * (y2 - y1);
715 final float uA = ((x4 - x3) * (y1 - y3) - (y4 - y3) * (x1 - x3)) / denom;
    [all...]
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
intra_est.cpp 719 /* search for i4 mode for a 4x4 block */
737 int x0, x1, x2, x3, x4, x5; local
819 //===== INTRA PREDICTION FOR 4x4 BLOCK =====
1156 x4 = P_E + P_F + 1;
1161 x3 = x4 = x5 = (P_D << 1) + 1;
1174 temp2 |= (((x3 + x4) >> 2) << 24);
1178 temp1 = (temp1 >> 8) | ((x4 >> 1) << 24); /* rotate out old value */
1181 temp2 = (temp2 >> 8) | (((x4 + x5) >> 2) << 24); /* rotate out old value */
1185 //===== LOOP OVER ALL 4x4 INTRA PREDICTION MODES =====
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
GLES11Canvas.java 330 float x4 = m[0] * x2 + m[4] * y2 + m[12]; local
333 r[2] = x4 / w4;
    [all...]
  /prebuilts/devtools/tools/lib/
rule-api.jar 
  /external/chromium_org/third_party/freetype/src/raster/
ftraster.c 1679 Long y1, y2, y3, y4, x4, ymin1, ymax1, ymin2, ymax2; local
    [all...]
  /external/chromium_org/third_party/sqlite/src/ext/rtree/
rtree.c 1740 float x4 = x2; local
    [all...]
  /external/clang/test/Analysis/
malloc.c 1154 int *x4 = x1;
1156 clang_analyzer_eval(x4 == x5); // expected-warning{{FALSE}}
1165 int *x4 = x1;
1166 if (x1 == x4) {
1153 int *x4 = x1; local
1164 int *x4 = x1; local
    [all...]
  /external/freetype/src/raster/
ftraster.c 1681 Long y1, y2, y3, y4, x4, ymin1, ymax1, ymin2, ymax2; local
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/raster/
ftraster.c 1681 Long y1, y2, y3, y4, x4, ymin1, ymax1, ymin2, ymax2; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/
armCOMM_IDCT_s.h 1034 MOV pTemp, #0x4 ;\/\/ ensure correct round variable
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
armCOMM_IDCT_s.h 1040 MOV pTemp, #0x4 ;\/\/ ensure correct round variable
    [all...]
  /external/glide/third_party/disklrucache/
disklrucache-2.0.2.jar 

Completed in 1225 milliseconds

1 2 34 5 6 7 8 91011>>