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

  /external/opencv3/3rdparty/libwebp/enc/
frame.c 712 static int OneStatPass(VP8Encoder* const enc, float q, VP8RDLevel rd_opt,
775 if (!OneStatPass(enc, q, rd_opt, nb_mbs, NULL, percent_per_pass)) {
784 const int size = OneStatPass(enc, q, RD_OPT_BASIC, nb_mbs, &PSNR,
  /external/webp/src/enc/
frame.c 536 static uint64_t OneStatPass(VP8Encoder* const enc, VP8RDLevel rd_opt,
606 OneStatPass(enc, rd_opt, nb_mbs, percent_per_pass, &stats);

Completed in 553 milliseconds