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

  /external/chromium_org/third_party/libwebp/enc/
cost.h 42 extern const uint16_t VP8FixedCostsI16[4];
cost.c 388 const uint16_t VP8FixedCostsI16[4] = { 663, 919, 872, 919 };
quant.c 792 rd16.R += VP8FixedCostsI16[mode];
    [all...]
  /external/webp/src/enc/
cost.h 42 extern const uint16_t VP8FixedCostsI16[4];
cost.c 388 const uint16_t VP8FixedCostsI16[4] = { 663, 919, 872, 919 };
quant.c 792 rd16.R += VP8FixedCostsI16[mode];
    [all...]

Completed in 105 milliseconds