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

  /external/chromium_org/third_party/libwebp/enc/
cost.h 75 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 386 const uint16_t VP8FixedCostsI4[NUM_BMODES][NUM_BMODES][NUM_BMODES] = {
vp8enci.h 46 NUM_BMODES = B_HU_PRED + 1 - B_DC_PRED, // = 10
136 extern const int VP8I4ModeOffsets[NUM_BMODES];
quant.c 423 const int VP8I4ModeOffsets[NUM_BMODES] = {
    [all...]
  /external/webp/src/enc/
cost.h 75 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 386 const uint16_t VP8FixedCostsI4[NUM_BMODES][NUM_BMODES][NUM_BMODES] = {
vp8enci.h 46 NUM_BMODES = B_HU_PRED + 1 - B_DC_PRED, // = 10
136 extern const int VP8I4ModeOffsets[NUM_BMODES];
quant.c 423 const int VP8I4ModeOffsets[NUM_BMODES] = {
    [all...]
  /external/chromium_org/third_party/libwebp/dec/
tree.c 174 static const uint8_t kBModesProba[NUM_BMODES][NUM_BMODES][NUM_BMODES - 1] = {
vp8i.h 47 NUM_BMODES = B_HU_PRED + 1 - B_DC_PRED, // = 10
52 B_PRED = NUM_BMODES, // refined I4x4 mode
  /external/webp/src/dec/
tree.c 174 static const uint8_t kBModesProba[NUM_BMODES][NUM_BMODES][NUM_BMODES - 1] = {
vp8i.h 47 NUM_BMODES = B_HU_PRED + 1 - B_DC_PRED, // = 10
52 B_PRED = NUM_BMODES, // refined I4x4 mode
  /external/chromium_org/third_party/libwebp/dsp/
dec.c 459 const VP8PredFunc VP8PredLuma4[NUM_BMODES] = {
  /external/webp/src/dsp/
dec.c 459 const VP8PredFunc VP8PredLuma4[NUM_BMODES] = {

Completed in 2807 milliseconds