OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BPS
(Results
1 - 5
of
5
) sorted by null
/external/llvm/lib/Transforms/Utils/
FlattenCFG.cpp
210
BranchInst *
BPS
= dyn_cast<BranchInst>(PS->getTerminator());
211
if (
BPS
&&
BPS
->isUnconditional()) {
/external/chromium_org/third_party/libwebp/dec/
vp8i.h
95
// With this layout,
BPS
(=Bytes Per Scan-line) is one cacheline size.
96
#define
BPS
32 // this is the common stride used by yuv[]
97
#define YUV_SIZE (
BPS
* 17 +
BPS
* 9)
98
#define Y_SIZE (
BPS
* 17)
99
#define Y_OFF (
BPS
* 1 + 8)
100
#define U_OFF (Y_OFF +
BPS
* 16 +
BPS
)
/external/webp/src/dec/
vp8i.h
95
// With this layout,
BPS
(=Bytes Per Scan-line) is one cacheline size.
96
#define
BPS
32 // this is the common stride used by yuv[]
97
#define YUV_SIZE (
BPS
* 17 +
BPS
* 9)
98
#define Y_SIZE (
BPS
* 17)
99
#define Y_OFF (
BPS
* 1 + 8)
100
#define U_OFF (Y_OFF +
BPS
* 16 +
BPS
)
/external/chromium_org/third_party/libwebp/enc/
vp8enci.h
122
#define
BPS
16 // this is the common stride
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/
vp8enci.h
122
#define
BPS
16 // this is the common stride
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 156 milliseconds