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

  /external/llvm/lib/Transforms/Utils/
FlattenCFG.cpp 211 BranchInst *BPS = dyn_cast<BranchInst>(PS->getTerminator());
212 if (BPS && BPS->isUnconditional()) {
  /external/webp/src/dsp/
dsp.h 24 #define BPS 32 // this is the common stride for enc/dec
229 // *dst is the destination block, with stride BPS. Boundary samples are
  /external/opencv3/3rdparty/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/opencv3/3rdparty/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...]

Completed in 743 milliseconds