Home
last modified time | relevance | path

Searched refs:NUM_BMODES (Results 1 – 17 of 17) sorted by relevance

/external/opencv3/3rdparty/libwebp/enc/
Dcost.h43 extern const uint16_t VP8FixedCostsI4[NUM_BMODES][NUM_BMODES][NUM_BMODES];
Dcost.c389 const uint16_t VP8FixedCostsI4[NUM_BMODES][NUM_BMODES][NUM_BMODES] = {
Dtree.c172 static const uint8_t kBModesProba[NUM_BMODES][NUM_BMODES][NUM_BMODES - 1] = {
Dvp8enci.h46 NUM_BMODES = B_HU_PRED + 1 - B_DC_PRED, // = 10 enumerator
136 extern const int VP8I4ModeOffsets[NUM_BMODES];
Dquant.c365 const int VP8I4ModeOffsets[NUM_BMODES] = {
849 for (mode = 0; mode < NUM_BMODES; ++mode) { in PickBestIntra4()
995 for (mode = 0; mode < NUM_BMODES; ++mode) { in DistoRefine()
Danalysis.c267 : NUM_BMODES; in MBAnalyzeBestIntra4Mode()
/external/webp/src/enc/
Dcost.h60 extern const uint16_t VP8FixedCostsI4[NUM_BMODES][NUM_BMODES][NUM_BMODES];
Dtree.c167 static const uint8_t kBModesProba[NUM_BMODES][NUM_BMODES][NUM_BMODES - 1] = {
Dcost.c100 const uint16_t VP8FixedCostsI4[NUM_BMODES][NUM_BMODES][NUM_BMODES] = {
Dvp8enci.h85 extern const int VP8I4ModeOffsets[NUM_BMODES];
Dquant.c447 const int VP8I4ModeOffsets[NUM_BMODES] = {
990 for (mode = 0; mode < NUM_BMODES; ++mode) { in PickBestIntra4()
1164 for (mode = 0; mode < NUM_BMODES; ++mode) { in RefineUsingDistortion()
/external/webp/src/dec/
Dcommon.h28 NUM_BMODES = B_HU_PRED + 1 - B_DC_PRED, // = 10 enumerator
33 B_PRED = NUM_BMODES, // refined I4x4 mode
Dtree.c174 static const uint8_t kBModesProba[NUM_BMODES][NUM_BMODES][NUM_BMODES - 1] = {
/external/opencv3/3rdparty/libwebp/dec/
Dtree.c226 static const uint8_t kBModesProba[NUM_BMODES][NUM_BMODES][NUM_BMODES - 1] = {
Dvp8i.h48 NUM_BMODES = B_HU_PRED + 1 - B_DC_PRED, // = 10 enumerator
53 B_PRED = NUM_BMODES, // refined I4x4 mode
/external/opencv3/3rdparty/libwebp/dsp/
Ddec.c477 const VP8PredFunc VP8PredLuma4[NUM_BMODES] = {
/external/webp/src/dsp/
Ddec.c401 VP8PredFunc VP8PredLuma4[NUM_BMODES];