Searched defs:BPS (Results 1 - 5 of 5) sorted by relevance

/external/llvm/lib/Transforms/Utils/
H A DFlattenCFG.cpp212 BranchInst *BPS = dyn_cast<BranchInst>(PS->getTerminator()); local
213 if (BPS && BPS->isUnconditional()) {
/external/chromium_org/third_party/libwebp/dec/
H A Dvp8i.h94 // With this layout, BPS (=Bytes Per Scan-line) is one cacheline size.
95 #define BPS 32 // this is the common stride used by yuv[] macro
96 #define YUV_SIZE (BPS * 17 + BPS * 9)
97 #define Y_SIZE (BPS * 17)
98 #define Y_OFF (BPS * 1 + 8)
99 #define U_OFF (Y_OFF + BPS * 16 + BPS)
/external/webp/src/dec/
H A Dvp8i.h94 // With this layout, BPS (=Bytes Per Scan-line) is one cacheline size.
95 #define BPS 32 // this is the common stride used by yuv[] macro
96 #define YUV_SIZE (BPS * 17 + BPS * 9)
97 #define Y_SIZE (BPS * 17)
98 #define Y_OFF (BPS * 1 + 8)
99 #define U_OFF (Y_OFF + BPS * 16 + BPS)
/external/chromium_org/third_party/libwebp/enc/
H A Dvp8enci.h122 #define BPS 16 // this is the common stride macro
123 #define Y_SIZE (BPS * 16)
124 #define UV_SIZE (BPS * 8)
126 #define PRED_SIZE (6 * 16 * BPS + 12 * BPS)
140 #define I16DC16 (0 * 16 * BPS)
141 #define I16TM16 (1 * 16 * BPS)
142 #define I16VE16 (2 * 16 * BPS)
143 #define I16HE16 (3 * 16 * BPS)
145 #define C8DC8 (4 * 16 * BPS)
[all...]
/external/webp/src/enc/
H A Dvp8enci.h122 #define BPS 16 // this is the common stride macro
123 #define Y_SIZE (BPS * 16)
124 #define UV_SIZE (BPS * 8)
126 #define PRED_SIZE (6 * 16 * BPS + 12 * BPS)
140 #define I16DC16 (0 * 16 * BPS)
141 #define I16TM16 (1 * 16 * BPS)
142 #define I16VE16 (2 * 16 * BPS)
143 #define I16HE16 (3 * 16 * BPS)
145 #define C8DC8 (4 * 16 * BPS)
[all...]

Completed in 264 milliseconds