Home
last modified time | relevance | path

Searched refs:VP8FixedCostsI4 (Results 1 – 3 of 3) sorted by relevance

/external/webp/src/enc/
Dcost.h75 extern const uint16_t VP8FixedCostsI4[NUM_BMODES][NUM_BMODES][NUM_BMODES];
Dcost.c386 const uint16_t VP8FixedCostsI4[NUM_BMODES][NUM_BMODES][NUM_BMODES] = { variable
Dquant.c928 return VP8FixedCostsI4[top][left]; in GetCostModeI4()