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

  /external/opencv3/3rdparty/libwebp/enc/
vp8enci.h 489 int VP8GetCostLuma16(VP8EncIterator* const it, const VP8ModeScore* const rd);
frame.c 345 int VP8GetCostLuma16(VP8EncIterator* const it, const VP8ModeScore* const rd) {
quant.c 791 rd16.R = VP8GetCostLuma16(it, &rd16);
    [all...]
  /external/webp/src/enc/
cost.c 232 int VP8GetCostLuma16(VP8EncIterator* const it, const VP8ModeScore* const rd) {
vp8enci.h 448 int VP8GetCostLuma16(VP8EncIterator* const it, const VP8ModeScore* const rd);
quant.c 920 rd_cur->R = VP8GetCostLuma16(it, rd_cur);
    [all...]

Completed in 589 milliseconds