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

  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
idct.h 59 void idctrow0_intra(int16 *blk, PIXEL *comp, int width);
60 void idctrow1_intra(int16 *blk, PIXEL *comp, int width);
61 void idctrow2_intra(int16 *blk, PIXEL *comp, int width);
62 void idctrow3_intra(int16 *blk, PIXEL *comp, int width);
63 void idctrow4_intra(int16 *blk, PIXEL *comp, int width);
mp4lib_int.h 58 PIXEL *yChan; /* The Y component */
59 PIXEL *uChan; /* The U component */
60 PIXEL *vChan; /* The V component */
mb_motion_comp.cpp 137 PIXEL *c_comp, *c_prev;
138 PIXEL *cu_comp, *cu_prev;
139 PIXEL *cv_comp, *cv_prev;
183 /* in pixel resolution */
555 PIXEL *c_comp, *c_prev;
556 PIXEL *cu_comp, *cu_prev;
557 PIXEL *cv_comp, *cv_prev;
block_idct.cpp 124 static void idctrow_intra(int16 *blk, PIXEL *, int width);
183 static void (*const idctrowVCA_intra[10])(int16*, PIXEL *, int) =
197 static void (*const idctrowVCA2_intra[8])(int16*, PIXEL *, int) =
226 PIXEL *c_comp;
227 PIXEL *cu_comp;
228 PIXEL *cv_comp;
251 MacroBlock *mblock, PIXEL *c_comp, int comp, int width)
621 int16 *blk, PIXEL *comp, int width
mp4def.h 35 typedef uint8 PIXEL;
idct_vca.cpp 414 void idctrow0_intra(int16 *, PIXEL *, int)
419 void idctrow1_intra(int16 *blk, PIXEL *comp, int width)
448 void idctrow2_intra(int16 *blk, PIXEL *comp, int width)
505 void idctrow3_intra(int16 *blk, PIXEL *comp, int width)
578 void idctrow4_intra(int16 *blk, PIXEL *comp, int width)
pvdec_api.cpp 43 extern PIXEL IMEM_currVop_yChan[QCIF_MBS*128*3];
44 extern PIXEL IMEM_prevVop_yChan[QCIF_MBS*128*3];
303 size = (int32)sizeof(PIXEL) * video->width * video->height;
318 video->currVop->yChan = (PIXEL *) oscl_malloc(size * 3 / 2); /* Allocate memory for all VOP OKA 3/2/1*/
323 video->prevVop->yChan = (PIXEL *) oscl_malloc(size * 3 / 2); /* Allocate memory for all VOP OKA 3/2/1*/
345 video->prevEnhcVop->yChan = (PIXEL *) oscl_malloc(size * 3 / 2); /* Allocate memory for all VOP OKA 3/2/1*/
    [all...]
mp4dec_lib.h 99 void BlockIDCT_intra(MacroBlock *mblock, PIXEL *c_comp, int comp, int width_offset);
combined_decode.cpp 532 PIXEL *c_comp;
datapart_decode.cpp 625 PIXEL *c_comp;
  /external/qemu/distrib/sdl-1.2.12/src/video/gapi/
SDL_gapivideo.h 36 long cbxPitch; // number of bytes to move right one x pixel - can be negative.
37 long cbyPitch; // number of bytes to move down one y pixel - can be negative.
38 long cBPP; // # of bits in each pixel
91 #define kfPalette 0x10 // Pixel values are indexes into a palette
92 #define kfDirect 0x20 // Pixel values contain actual level information
93 #define kfDirect555 0x40 // 5 bits each for red, green and blue values in a pixel.
94 #define kfDirect565 0x80 // 5 red bits, 6 green bits and 5 blue bits per pixel
95 #define kfDirect888 0x100 // 8 bits each for red, green and blue values in a pixel.
123 typedef unsigned short PIXEL;
132 #define NUM_MODELISTS 4 /* 8, 16, 24, and 32 bits-per-pixel */
    [all...]
SDL_gapivideo.c 377 this->hidden->videoMem = (PIXEL*)0xac0755a0;
427 /* unknown pixel format, try define by BPP! */
634 SDL_SetError("Unsupported Bits Per Pixel format requested");
829 static int updateLine16to16(_THIS, PIXEL *srcPointer, PIXEL *destPointer, int width, int height, int lines)
831 PIXEL *line1, *line2;
836 SDL_memcpy(destPointer, srcPointer, width * sizeof(PIXEL));
885 // to prevent data misalignment copy only one pixel
904 if( width & 1 ) // copy the last pixel
945 static int updateLine16to4(_THIS, PIXEL *srcPointer, unsigned char *destPointer, int width, int height, int lines, int yNibble, int xNibbl (…)
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
mp4lib_int.h 42 PIXEL *yChan; /* The Y component */
43 PIXEL *uChan; /* The U component */
44 PIXEL *vChan; /* The V component */
mp4def.h 83 typedef UChar PIXEL;
mp4enc_api.cpp 746 video->currVop->yChan = (PIXEL *)M4VENC_MALLOC(sizeof(PIXEL) * (size + (size >> 1))); /* Memory for currVop Y */
764 video->prevBaseVop->yChan = (PIXEL *) M4VENC_MALLOC(sizeof(PIXEL) * (size + (size >> 1))); /* Memory for prevBaseVop Y */
781 video->nextBaseVop->yChan = (PIXEL *) M4VENC_MALLOC(sizeof(PIXEL) * (size + (size >> 1))); /* Memory for nextBaseVop Y */
798 video->prevEnhanceVop->yChan = (PIXEL *) M4VENC_MALLOC(sizeof(PIXEL) * (size + (size >> 1))); /* Memory for Previous Ehancement Y */
    [all...]
  /external/quake/quake/src/QW/client/
vid_x.c 24 typedef unsigned short PIXEL;
115 static PIXEL st2d_8to16table[256];
132 PIXEL xlib_rgb(int r,int g,int b)
134 PIXEL p;
163 PIXEL *dest;
169 dest = (PIXEL*)src;
204 dummycolour.pixel = 0;
623 colors[i].pixel = i;

Completed in 450 milliseconds