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

  /external/webp/src/enc/
cost.h 46 extern const uint16_t VP8FixedCostsI4[NUM_BMODES][NUM_BMODES][NUM_BMODES];
cost.c 384 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] = {
vp8enci.h 45 NUM_BMODES = B_HU_PRED + 1 - B_DC_PRED, // = 10
126 extern const int VP8I4ModeOffsets[NUM_BMODES];
analysis.c 257 const int max_mode = (it->enc_->method_ >= 3) ? MAX_INTRA4_MODE : NUM_BMODES;
quant.c 297 const int VP8I4ModeOffsets[NUM_BMODES] = {
776 for (mode = 0; mode < NUM_BMODES; ++mode) {
  /external/webp/src/dec/
tree.c 224 static const uint8_t kBModesProba[NUM_BMODES][NUM_BMODES][NUM_BMODES - 1] = {
vp8i.h 43 NUM_BMODES = B_HU_PRED + 1 - B_DC_PRED, // = 10
48 B_PRED = NUM_BMODES, // refined I4x4 mode
323 extern VP8PredFunc VP8PredLuma4[NUM_BMODES];
dsp.c 474 VP8PredFunc VP8PredLuma4[NUM_BMODES] = {

Completed in 101 milliseconds