HomeSort by relevance Sort by last modified time
    Searched refs:horz (Results 1 - 12 of 12) sorted by null

  /external/pixman/pixman/
pixman-filter.c 314 pixman_fixed_t *horz = NULL, *vert = NULL, *params = NULL; local
321 horz = create_1d_filter (&width, reconstruct_x, sample_x, sx, subsample_x);
324 if (!horz || !vert)
338 memcpy (params + 4, horz,
344 free (horz);
  /hardware/intel/img/psb_video/src/mrst/
psb_MPEG2MC.c 296 short horz; member in struct:_PSB_MVvalue
302 MVector[0].horz = mb_param->PMV[0][0][0]; \
305 MVector[1].horz = mb_param->PMV[0][1][0]; \
308 MVector[2].horz = mb_param->PMV[1][0][0]; \
311 MVector[3].horz = mb_param->PMV[1][1][0]; \
344 REGIO_WRITE_FIELD(cmd, MSVDX_CMDS, MOTION_VECTOR, MV_X, MVector[0].horz << 1);
351 REGIO_WRITE_FIELD(cmd, MSVDX_CMDS, MOTION_VECTOR, MV_X, MVector[1].horz << 1);
368 REGIO_WRITE_FIELD(cmd, MSVDX_CMDS, MOTION_VECTOR, MV_X, MVector[0].horz << 1);
377 REGIO_WRITE_FIELD(cmd, MSVDX_CMDS, MOTION_VECTOR, MV_X, MVector[1].horz << 1);
393 REGIO_WRITE_FIELD(cmd, MSVDX_CMDS, MOTION_VECTOR, MV_X, MVector[2].horz << 1)
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
intrinsic_blur.rs 84 float4 __attribute__((kernel)) horz(uint32_t x, uint32_t y) {
  /frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
threshold.rs 99 float4 RS_KERNEL horz(uint32_t x, uint32_t y) {
  /frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
threshold.fs 99 float4 RS_KERNEL horz(uint32_t x, uint32_t y) {
  /frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
threshold.rs 99 float4 RS_KERNEL horz(uint32_t x, uint32_t y) {
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_encodeframe.c 224 var horz[2]; member in struct:__anon17781
320 sum_2_variances(node.split[0], node.split[1], &node.part_variances->horz[0]);
321 sum_2_variances(node.split[2], node.split[3], &node.part_variances->horz[1]);
365 vt.part_variances->horz[0].variance < threshold &&
366 vt.part_variances->horz[1].variance < threshold) {
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_encodeframe.c 304 var horz[2]; member in struct:__anon29546
397 sum_2_variances(node.split[0], node.split[1], &node.part_variances->horz[0]);
398 sum_2_variances(node.split[2], node.split[3], &node.part_variances->horz[1]);
444 vt.part_variances->horz[0].variance < threshold &&
445 vt.part_variances->horz[1].variance < threshold) {
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_encodeframe.c 320 var horz[2]; member in struct:__anon40729
413 sum_2_variances(node.split[0], node.split[1], &node.part_variances->horz[0]);
414 sum_2_variances(node.split[2], node.split[3], &node.part_variances->horz[1]);
460 vt.part_variances->horz[0].variance < threshold &&
461 vt.part_variances->horz[1].variance < threshold) {
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
BaseStatusBar.java 941 final double horz = Math.max(guts.getWidth() - x, x); local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
windowsx.h16     [all...]
windowsx.h     [all...]

Completed in 481 milliseconds