HomeSort by relevance Sort by last modified time
    Searched defs:rmask (Results 1 - 14 of 14) sorted by null

  /frameworks/av/media/libstagefright/codecs/aacenc/src/
bitenc.c 337 static const Word16 rmask[] = {0,1,3,7,15}; local
339 WriteBits(hBitStream,tnsInfo.coef[i*TNS_MAX_ORDER_SHORT+k] & rmask[coefBits],coefBits);
  /external/freetype/src/pshinter/
pshrec.c 336 FT_Int rmask = 0x80 >> ( bit_pos & 7 ); local
346 if ( read[0] & rmask )
351 rmask >>= 1;
352 if ( rmask == 0 )
355 rmask = 0x80;
  /external/qemu/android/skin/
surface.c 92 Uint32 rmask, gmask, bmask, amask; local
95 rmask = gmask = bmask = 0;
98 rmask = ARGB32_R_MASK;
106 rmask, gmask, bmask, amask );
117 Uint32 rmask, gmask, bmask, amask; local
120 rmask = gmask = bmask = 0;
123 rmask = ARGB32_R_MASK;
131 rmask, gmask, bmask, amask );
  /external/aac/libAACenc/src/
bitenc.cpp 540 static const INT rmask[] = {0,1,3,7,15}; local
541 FDKwriteBits(hBitStream,tnsInfo->coef[i][j][k] & rmask[coefBits],coefBits);
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_video.c 255 vformat.Rmask, vformat.Gmask, vformat.Bmask, 0);
522 Uint32 Rmask, Gmask, Bmask;
526 Rmask = (SDL_VideoSurface->format)->Rmask;
530 Rmask = Gmask = Bmask = 0;
534 depth, Rmask, Gmask, Bmask, 0);
961 Uint32 rmask = 0x00ff0000; local
976 if ( (vf->Rmask == 0x1f) &&
978 rmask = 0xff;
987 if ( (vf->Rmask == 0xff) && (vf->Bmask == 0xff0000) )
    [all...]
SDL_blit_A.c 285 if (alpha == 128 && (df->Rmask | df->Gmask | df->Bmask) == 0x00FFFFFF) {
505 Uint32 chanmask = df->Rmask | df->Gmask | df->Bmask;
508 if (alpha == 128 && (df->Rmask | df->Gmask | df->Bmask) == 0x00FFFFFF) {
605 Uint32 chanmask = sf->Rmask | sf->Gmask | sf->Bmask;
757 Uint32 rmask = RESHIFT(srcfmt->Rshift) << (dstfmt->Rshift); local
765 amask = 0x10101010 & ((dstfmt->Rmask | dstfmt->Gmask | dstfmt->Bmask) ^ 0xFFFFFFFF);
768 ((unsigned int *)(char*)&srcvec)[0] = (rmask | gmask | bmask | amask);
950 Uint32 rgbmask = srcfmt->Rmask | srcfmt->Gmask | srcfmt->Bmask
2307 __m64 src1, dst1, src2, dst2, rmask, gmask, bmask, mm_res, mm_alpha; local
    [all...]
SDL_blit_N.c 81 ( ((r<<dstfmt->Rshift)&dstfmt->Rmask) | \
133 Uint32 rmask = RESHIFT(srcfmt->Rshift) << (dstfmt->Rshift); local
141 amask = 0x10101010 & ((dstfmt->Rmask | dstfmt->Gmask | dstfmt->Bmask) ^ 0xFFFFFFFF);
144 ((unsigned int *)(char*)&srcvec)[0] = (rmask | gmask | bmask | amask);
555 Uint32 rgbmask = srcfmt->Rmask | srcfmt->Gmask | srcfmt->Bmask;
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/macdsp/
SDL_dspvideo.c 558 vformat->Rmask = 0x00007c00;
769 UInt32 rmask = 0, gmask = 0, bmask = 0; local
858 rmask = 0x00007c00;
862 if ( ! SDL_ReallocFormat (current, bpp, rmask, gmask, bmask, 0 ) ) {
    [all...]
  /external/qemu/hw/
goldfish_fb.c 141 uint32_t rmask, gmask, bmask, amask; member in struct:__anon13761
172 pf->rbits, pf->rmask, pf->rshift, pf->rmax);
187 pf->rmask == fbc->rmask &&
  /external/qemu/
console.h 131 uint32_t rmask, gmask, bmask, amask; member in struct:PixelFormat
  /bionic/libc/kernel/common/sound/
asound.h 326 unsigned int rmask; member in struct:snd_pcm_hw_params
    [all...]
  /external/kernel-headers/original/sound/
asound.h 356 unsigned int rmask; /* W: requested masks */ member in struct:snd_pcm_hw_params
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
asound.h 345 unsigned int rmask; /* W: requested masks */ member in struct:snd_pcm_hw_params
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
asound.h 345 unsigned int rmask; /* W: requested masks */ member in struct:snd_pcm_hw_params
    [all...]

Completed in 355 milliseconds