HomeSort by relevance Sort by last modified time
    Searched full:planes (Results 76 - 100 of 204) sorted by null

1 2 34 5 6 7 8 9

  /external/libvpx/
y4minput.c 389 We use a resampling filter to decimate the chroma planes by two in the
456 Then we use a second resampling filter to decimate the chroma planes by two
531 Then we use another filter to decimate the planes by 2 in the vertical
798 /*No extra space required, but we need to clear the chroma planes.*/
862 /*Y4M has the planes in Y'CbCr order, which libvpx calls Y, U, and V.*/
877 _img->planes[PLANE_Y]=_y4m->dst_buf;
878 _img->planes[PLANE_U]=_y4m->dst_buf+pic_sz;
879 _img->planes[PLANE_V]=_y4m->dst_buf+pic_sz+c_sz;
vpxdec.c 73 "Flip the chroma planes in the output");
1066 buf = img->planes[VPX_PLANE_Y];
1074 buf = img->planes[flipuv?VPX_PLANE_V:VPX_PLANE_U];
1082 buf = img->planes[flipuv?VPX_PLANE_U:VPX_PLANE_V];
    [all...]
  /external/mesa3d/docs/
xlibdriver.html 172 <H2>Overlay Planes</H2>
174 Hardware overlay planes are supported by the Xlib driver. To
relnotes-6.5.1.html 68 <li>clipping of lines against user-defined clip planes was broken (6512)
relnotes-6.5.3.html 71 <li>Fixed a few bugs in software-emulated alpha planes
  /external/quake/quake/src/QW/client/
gl_model.h 203 mplane_t *planes; member in struct:__anon10395
377 mplane_t *planes; member in struct:model_s
model.h 183 mplane_t *planes; member in struct:__anon10425
343 mplane_t *planes; member in struct:model_s
gl_model.c 784 out->plane = loadmodel->planes + planenum;
870 out->plane = loadmodel->planes + p;
975 hull->planes = loadmodel->planes;
987 hull->planes = loadmodel->planes;
1026 hull->planes = loadmodel->planes;
1030 out->planenum = in->plane - loadmodel->planes;
1114 loadmodel->planes = out
    [all...]
model.c 775 out->plane = loadmodel->planes + planenum;
856 out->plane = loadmodel->planes + p;
945 hull->planes = loadmodel->planes;
957 hull->planes = loadmodel->planes;
996 hull->planes = loadmodel->planes;
1000 out->planenum = in->plane - loadmodel->planes;
1083 loadmodel->planes = out
    [all...]
  /external/quake/quake/src/WinQuake/
gl_model.h 199 mplane_t *planes; member in struct:__anon10758
374 mplane_t *planes; member in struct:model_s
model.h 172 mplane_t *planes; member in struct:__anon10785
326 mplane_t *planes; member in struct:model_s
gl_model.cpp 784 out->plane = loadmodel->planes + planenum;
870 out->plane = loadmodel->planes + p;
966 hull->planes = loadmodel->planes;
978 hull->planes = loadmodel->planes;
1017 hull->planes = loadmodel->planes;
1021 out->planenum = in->plane - loadmodel->planes;
1105 loadmodel->planes = out
    [all...]
model.cpp 793 out->plane = loadmodel->planes + planenum;
874 out->plane = loadmodel->planes + p;
963 hull->planes = loadmodel->planes;
975 hull->planes = loadmodel->planes;
1014 hull->planes = loadmodel->planes;
1018 out->planenum = in->plane - loadmodel->planes;
1101 loadmodel->planes = out
    [all...]
  /external/skia/src/images/
bmpdecoderhelper.cpp 57 GetShort(); // Planes.
72 GetShort(); // Planes.
  /external/libvpx/examples/
encoder_tmpl.c 58 nbytes = fread(img->planes[0], 1, to_read, f);
  /external/libvpx/vpx_scale/arm/neon/
vp8_vpxyv12_copyframe_func_neon.asm 93 ;Copy U & V planes
vp8_vpxyv12_copysrcframe_func_neon.asm 141 ;Copy U & V planes
  /external/qemu/android/camera/
camera-win.h 53 /* two planes -- one Y, one Cr + Cb interleaved */
  /external/qemu/distrib/sdl-1.2.12/src/video/gem/
SDL_gemvideo.h 156 8I: 8 bpp planes
  /external/qemu/distrib/sdl-1.2.12/src/video/photon/
SDL_ph_mouse.c 91 /* Copy the mask and the data to different bitmap planes */
  /external/qemu-pc-bios/vgabios/tests/lfbprof/
lfbprof.h 57 char NumberOfPlanes; /* Number of memory planes */
  /external/webkit/Source/WebCore/plugins/gtk/
gtk2xtbin.h 147 Cardinal depth; /* number of planes in window */
  /frameworks/media/libvideoeditor/vss/common/inc/
M4VIFI_Defines.h 136 #define PLANES 3
  /frameworks/media/libvideoeditor/vss/inc/
M4PTO3GPP_InternalTypes.h 208 * @param pPlaneOut (IN/OUT) Pointer to an array of 3 planes that will contain the
  /external/kernel-headers/original/linux/
fb.h 44 #define FB_TYPE_PLANES 1 /* Non interleaved planes */
45 #define FB_TYPE_INTERLEAVED_PLANES 2 /* Interleaved planes */
47 #define FB_TYPE_VGA_PLANES 4 /* EGA/VGA planes */
62 #define FB_AUX_VGA_PLANES_VGA4 0 /* 16 color planes (EGA/VGA) */
63 #define FB_AUX_VGA_PLANES_CFB4 1 /* CFB4 in planes (VGA) */
64 #define FB_AUX_VGA_PLANES_CFB8 2 /* CFB8 in planes (VGA) */
163 __u32 type_aux; /* Interleave for interleaved Planes */
    [all...]

Completed in 2399 milliseconds

1 2 34 5 6 7 8 9