/external/chromium_org/third_party/opus/src/celt/ |
vq.c | 71 int stride2=0; local 86 stride2 = 1; 88 It's basically incrementing long as (stride2+0.5)^2 < len/stride. */ 89 while ((stride2*stride2+stride2)*stride + (stride>>2) < len) 90 stride2++; 99 if (stride2) 100 exp_rotation1(X+i*len, len, stride2, s, c); 104 if (stride2) [all...] |
/external/chromium_org/third_party/mesa/src/src/egl/wayland/wayland-drm/ |
wayland-drm.c | 74 int32_t offset2, int32_t stride2) 94 buffer->stride[2] = stride2; 144 int32_t offset2, int32_t stride2) 163 offset0, stride0, offset1, stride1, offset2, stride2);
|
wayland-drm.xml | 135 <arg name="stride2" type="int"/>
|
/external/mesa3d/src/egl/wayland/wayland-drm/ |
wayland-drm.c | 74 int32_t offset2, int32_t stride2) 94 buffer->stride[2] = stride2; 144 int32_t offset2, int32_t stride2) 163 offset0, stride0, offset1, stride1, offset2, stride2);
|
wayland-drm.xml | 135 <arg name="stride2" type="int"/>
|
/external/libvpx/libvpx/vp8/common/x86/ |
mfqe_sse2.asm | 164 ; int stride2, 3 181 mov rdi, arg(3) ; stride2 196 add rdx, rdi ; src2 + stride2
|
/external/chromium_org/third_party/libwebp/enc/ |
filter.c | 251 const uint8_t* src2, int stride2, 260 src2 += ymin * stride2; 261 for (y = ymin; y <= ymax; ++y, src1 += stride1, src2 += stride2) { 309 const uint8_t* src2, int stride2, 314 VP8SSIMAccumulate(src1, stride1, src2, stride2, x, y, W, H, stats);
|
vp8enci.h | 534 const uint8_t* src2, int stride2,
|
/external/webp/src/enc/ |
filter.c | 251 const uint8_t* src2, int stride2, 260 src2 += ymin * stride2; 261 for (y = ymin; y <= ymax; ++y, src1 += stride1, src2 += stride2) { 309 const uint8_t* src2, int stride2, 314 VP8SSIMAccumulate(src1, stride1, src2, stride2, x, y, W, H, stats);
|
vp8enci.h | 534 const uint8_t* src2, int stride2,
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/ |
r300_emit.c | 836 unsigned size1, size2, offset1, offset2, stride1, stride2; local 886 stride2 = 0; 890 stride2 = vb2->stride; 895 R300_VBPNTR_SIZE1(size2) | R300_VBPNTR_STRIDE1(stride2)); [all...] |
/external/mesa3d/src/gallium/drivers/r300/ |
r300_emit.c | 836 unsigned size1, size2, offset1, offset2, stride1, stride2; local 886 stride2 = 0; 890 stride2 = vb2->stride; 895 R300_VBPNTR_SIZE1(size2) | R300_VBPNTR_STRIDE1(stride2)); [all...] |
/hardware/qcom/media/libc2dcolorconvert/ |
C2DColorConverter.cpp | 295 surfaceDef->stride2 = calcStride(format, width) / 2; 622 stride = dstSurfaceDef->stride2;
|
/hardware/qcom/display/msm8960/libcopybit/ |
copybit_c2d.cpp | 573 surfaceDef.stride2 = yuvInfo.plane2_stride; [all...] |
c2d2.h | 333 int32 stride2; /* stride for the 3. plane, ignored if YUV format is not planar */ member in struct:__anon33394 [all...] |
/hardware/qcom/display/msm8974/libcopybit/ |
copybit_c2d.cpp | 584 surfaceDef.stride2 = yuvInfo.plane2_stride; [all...] |
c2d2.h | 333 int32 stride2; /* stride for the 3. plane, ignored if YUV format is not planar */ member in struct:__anon33460 [all...] |
/hardware/qcom/display/msm8x26/libcopybit/ |
copybit_c2d.cpp | 573 surfaceDef.stride2 = yuvInfo.plane2_stride; [all...] |
c2d2.h | 333 int32 stride2; /* stride for the 3. plane, ignored if YUV format is not planar */ member in struct:__anon33531 [all...] |