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 40 extern const uint16_t VP8FixedCostsI4[NUM_BMODES][NUM_BMODES][NUM_BMODES];
cost.c 387 const uint16_t VP8FixedCostsI4[NUM_BMODES][NUM_BMODES][NUM_BMODES] = {
tree.c 170 static const uint8_t kBModesProba[NUM_BMODES][NUM_BMODES][NUM_BMODES - 1] = {
vp8enci.h 44 NUM_BMODES = B_HU_PRED + 1 - B_DC_PRED, // = 10
133 extern const int VP8I4ModeOffsets[NUM_BMODES];
quant.c 363 const int VP8I4ModeOffsets[NUM_BMODES] = {
847 for (mode = 0; mode < NUM_BMODES; ++mode) {
    [all...]
analysis.c 265 : NUM_BMODES;
  /external/webp/src/dec/
vp8i.h 46 NUM_BMODES = B_HU_PRED + 1 - B_DC_PRED, // = 10
51 B_PRED = NUM_BMODES, // refined I4x4 mode
tree.c 224 static const uint8_t kBModesProba[NUM_BMODES][NUM_BMODES][NUM_BMODES - 1] = {
  /external/webp/src/dsp/
dec.c 475 const VP8PredFunc VP8PredLuma4[NUM_BMODES] = {

Completed in 56 milliseconds