HomeSort by relevance Sort by last modified time
    Searched refs:NUM_BMODES (Results 1 - 17 of 17) sorted by null

  /external/opencv3/3rdparty/libwebp/enc/
cost.h 43 extern const uint16_t VP8FixedCostsI4[NUM_BMODES][NUM_BMODES][NUM_BMODES];
cost.c 389 const uint16_t VP8FixedCostsI4[NUM_BMODES][NUM_BMODES][NUM_BMODES] = {
tree.c 172 static const uint8_t kBModesProba[NUM_BMODES][NUM_BMODES][NUM_BMODES - 1] = {
vp8enci.h 46 NUM_BMODES = B_HU_PRED + 1 - B_DC_PRED, // = 10
136 extern const int VP8I4ModeOffsets[NUM_BMODES];
quant.c 365 const int VP8I4ModeOffsets[NUM_BMODES] = {
849 for (mode = 0; mode < NUM_BMODES; ++mode) {
    [all...]
analysis.c 267 : NUM_BMODES;
  /external/webp/src/dec/
common.h 28 NUM_BMODES = B_HU_PRED + 1 - B_DC_PRED, // = 10
33 B_PRED = NUM_BMODES, // refined I4x4 mode
tree.c 174 static const uint8_t kBModesProba[NUM_BMODES][NUM_BMODES][NUM_BMODES - 1] = {
  /external/webp/src/enc/
cost.h 60 extern const uint16_t VP8FixedCostsI4[NUM_BMODES][NUM_BMODES][NUM_BMODES];
tree.c 167 static const uint8_t kBModesProba[NUM_BMODES][NUM_BMODES][NUM_BMODES - 1] = {
cost.c 100 const uint16_t VP8FixedCostsI4[NUM_BMODES][NUM_BMODES][NUM_BMODES] = {
vp8enci.h 85 extern const int VP8I4ModeOffsets[NUM_BMODES];
quant.c 447 const int VP8I4ModeOffsets[NUM_BMODES] = {
    [all...]
  /external/opencv3/3rdparty/libwebp/dec/
vp8i.h 48 NUM_BMODES = B_HU_PRED + 1 - B_DC_PRED, // = 10
53 B_PRED = NUM_BMODES, // refined I4x4 mode
tree.c 226 static const uint8_t kBModesProba[NUM_BMODES][NUM_BMODES][NUM_BMODES - 1] = {
  /external/opencv3/3rdparty/libwebp/dsp/
dec.c 477 const VP8PredFunc VP8PredLuma4[NUM_BMODES] = {
  /external/webp/src/dsp/
dec.c 401 VP8PredFunc VP8PredLuma4[NUM_BMODES];

Completed in 1457 milliseconds