Searched refs:BPP (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
H A Drow_any.cc23 #define YANY(NAMEANY, I420TORGB_SIMD, I420TORGB_C, UV_SHIFT, BPP, MASK) \
34 rgb_buf + n * BPP, width & MASK); \
92 #define NV2NY(NAMEANY, NV12TORGB_SIMD, NV12TORGB_C, UV_SHIFT, BPP) \
101 rgb_buf + n * BPP, width & 7); \
126 #define RGBANY(NAMEANY, ARGBTORGB_SIMD, ARGBTORGB_C, MASK, SBPP, BPP) \
132 ARGBTORGB_C(src + n * SBPP, dst + n * BPP, width & MASK); \
191 #define BAYERANY(NAMEANY, ARGBTORGB_SIMD, ARGBTORGB_C, MASK, SBPP, BPP) \
197 ARGBTORGB_C(src + n * SBPP, dst + n * BPP, selector, width & MASK); \
220 #define YANY(NAMEANY, ARGBTOY_SIMD, SBPP, BPP, NUM) \
224 dst_y + (width - NUM) * BPP, NU
[all...]
H A Drow_common.cc267 #define MAKEROWY(NAME, R, G, B, BPP) \
272 src_argb0 += BPP; \
281 uint8 ab = (src_rgb0[B] + src_rgb0[B + BPP] + \
282 src_rgb1[B] + src_rgb1[B + BPP]) >> 2; \
283 uint8 ag = (src_rgb0[G] + src_rgb0[G + BPP] + \
284 src_rgb1[G] + src_rgb1[G + BPP]) >> 2; \
285 uint8 ar = (src_rgb0[R] + src_rgb0[R + BPP] + \
286 src_rgb1[R] + src_rgb1[R + BPP]) >> 2; \
289 src_rgb0 += BPP * 2; \
290 src_rgb1 += BPP *
[all...]
/external/chromium_org/third_party/libyuv/source/
H A Drow_any.cc23 #define YANY(NAMEANY, I420TORGB_SIMD, I420TORGB_C, UV_SHIFT, BPP, MASK) \
34 rgb_buf + n * BPP, width & MASK); \
88 #define NV2NY(NAMEANY, NV12TORGB_SIMD, NV12TORGB_C, UV_SHIFT, BPP) \
97 rgb_buf + n * BPP, width & 7); \
122 #define RGBANY(NAMEANY, ARGBTORGB_SIMD, ARGBTORGB_C, MASK, SBPP, BPP) \
128 ARGBTORGB_C(src + n * SBPP, dst + n * BPP, width & MASK); \
187 #define BAYERANY(NAMEANY, ARGBTORGB_SIMD, ARGBTORGB_C, MASK, SBPP, BPP) \
193 ARGBTORGB_C(src + n * SBPP, dst + n * BPP, selector, width & MASK); \
216 #define YANY(NAMEANY, ARGBTOY_SIMD, SBPP, BPP, NUM) \
220 dst_y + (width - NUM) * BPP, NU
[all...]
H A Drow_common.cc267 #define MAKEROWY(NAME, R, G, B, BPP) \
272 src_argb0 += BPP; \
281 uint8 ab = (src_rgb0[B] + src_rgb0[B + BPP] + \
282 src_rgb1[B] + src_rgb1[B + BPP]) >> 2; \
283 uint8 ag = (src_rgb0[G] + src_rgb0[G + BPP] + \
284 src_rgb1[G] + src_rgb1[G + BPP]) >> 2; \
285 uint8 ar = (src_rgb0[R] + src_rgb0[R + BPP] + \
286 src_rgb1[R] + src_rgb1[R + BPP]) >> 2; \
289 src_rgb0 += BPP * 2; \
290 src_rgb1 += BPP *
[all...]
/external/qemu/ui/
H A Dvnchextile.h3 #define pixel_t CONCAT(uint, CONCAT(BPP, _t))
5 #define NAME CONCAT(generic_, BPP)
7 #define NAME BPP
H A Dvnc-android.c499 #define BPP 8 macro
501 #undef BPP macro
503 #define BPP 16 macro
505 #undef BPP macro
507 #define BPP 32 macro
509 #undef BPP macro
512 #define BPP 8 macro
514 #undef BPP macro
518 #define BPP 16 macro
520 #undef BPP macro
524 #define BPP macro
526 #undef BPP macro
[all...]
H A Dvnc.c491 #define BPP 8 macro
493 #undef BPP macro
495 #define BPP 16 macro
497 #undef BPP macro
499 #define BPP 32 macro
501 #undef BPP macro
504 #define BPP 8 macro
506 #undef BPP macro
510 #define BPP 16 macro
512 #undef BPP macro
516 #define BPP macro
518 #undef BPP macro
[all...]
/external/libyuv/files/source/
H A Drow_common.cc1045 #define RGBANY(NAMEANY, ARGBTORGB, BPP) \
1051 memcpy(rgb_buf, row, width * BPP); \
1067 #define YANY(NAMEANY, ARGBTOY_SSE, BPP) \
1070 ARGBTOY_SSE(src_argb + (width - 16) * BPP, dst_y + (width - 16), 16); \
1091 #define UVANY(NAMEANY, ANYTOUV_SSE, ANYTOUV_C, BPP) \
1096 ANYTOUV_C(src_argb + n * BPP, src_stride_argb, \
1120 #define UV422ANY(NAMEANY, ANYTOUV_SSE, ANYTOUV_C, BPP) \
1125 ANYTOUV_C(src_argb + n * BPP, \
/external/clang/lib/CodeGen/
H A DTargetInfo.cpp1055 llvm::Type *BPP = CGF.Int8PtrPtrTy; local
1058 llvm::Value *VAListAddrAsBPP = Builder.CreateBitCast(VAListAddr, BPP,
2780 llvm::Type *BPP = CGF.Int8PtrPtrTy;
2783 llvm::Value *VAListAddrAsBPP = Builder.CreateBitCast(VAListAddr, BPP,
3097 llvm::Type *BPP = CGF.Int8PtrPtrTy;
3100 llvm::Value *VAListAddrAsBPP = Builder.CreateBitCast(VAListAddr, BPP, "ap");
3793 llvm::Type *BPP = llvm::PointerType::getUnqual(BP); local
3796 llvm::Value *VAListAddrAsBPP = Builder.CreateBitCast(VAListAddr, BPP, "ap");
3821 Addr = Builder.CreateLoad(Builder.CreateBitCast(Addr, BPP));
4539 llvm::Type *BPP local
5372 llvm::Type *BPP = CGF.Int8PtrPtrTy; local
5605 llvm::Type *BPP = CGF.Int8PtrPtrTy; local
5831 llvm::Type *BPP = CGF.Int8PtrPtrTy; local
[all...]
/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dvideoframe_unittest.h807 #define TEST_MIRROR(FOURCC, BPP) \
811 CreateYuvSample(kWidth, kHeight, BPP)); \
840 #define TEST_ROTATE(FOURCC, BPP, ROTATE) \
844 CreateYuvSample(kWidth, kHeight, BPP)); \
/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dplanarfunctions_unittest.cc970 #define TEST_ARGB(SRC_NAME, FC_ID, BPP, BLOCK_SIZE) \
987 libyuv:: SRC_NAME##ToARGB(src_pointer, kWidth * (BPP), argb_pointer, \

Completed in 1250 milliseconds