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

  /external/llvm/lib/Transforms/Utils/
FlattenCFG.cpp 212 BranchInst *BPS = dyn_cast<BranchInst>(PS->getTerminator());
213 if (BPS && BPS->isUnconditional()) {
  /external/webp/src/dec/
vp8i.h 94 // With this layout, BPS (=Bytes Per Scan-line) is one cacheline size.
95 #define BPS 32 // this is the common stride used by yuv[]
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/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 68 milliseconds