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

  /external/opencv3/3rdparty/libwebp/enc/
frame.c 712 static int OneStatPass(VP8Encoder* const enc, float q, VP8RDLevel rd_opt,
725 if (VP8Decimate(&it, &info, rd_opt)) {
774 const VP8RDLevel rd_opt = (method >= 3) ? RD_OPT_BASIC : RD_OPT_NONE; local
775 if (!OneStatPass(enc, q, rd_opt, nb_mbs, NULL, percent_per_pass)) {
878 const VP8RDLevel rd_opt = enc->rd_opt_level_; local
883 if (!VP8Decimate(&it, &info, rd_opt) || dont_use_skip) {
916 const VP8RDLevel rd_opt = enc->rd_opt_level_; local
924 assert(rd_opt >= RD_OPT_BASIC); // otherwise, token-buffer won't be useful
942 VP8Decimate(&it, &info, rd_opt);
quant.c     [all...]
vp8enci.h 512 VP8RDLevel rd_opt);
  /external/webp/src/enc/
frame.c 536 static uint64_t OneStatPass(VP8Encoder* const enc, VP8RDLevel rd_opt,
550 if (VP8Decimate(&it, &info, rd_opt)) {
584 const VP8RDLevel rd_opt = local
606 OneStatPass(enc, rd_opt, nb_mbs, percent_per_pass, &stats);
709 const VP8RDLevel rd_opt = enc->rd_opt_level_; local
714 if (!VP8Decimate(&it, &info, rd_opt) || dont_use_skip) {
743 const VP8RDLevel rd_opt = enc->rd_opt_level_; local
757 assert(rd_opt >= RD_OPT_BASIC); // otherwise, token-buffer won't be useful
782 VP8Decimate(&it, &info, rd_opt);
quant.c     [all...]
vp8enci.h 471 VP8RDLevel rd_opt);
  /external/libvpx/libvpx/vp9/encoder/
vp9_rdopt.c 2952 RD_OPT *const rd_opt = &cpi->rd; local
3732 RD_OPT *const rd_opt = &cpi->rd; local
    [all...]
vp9_encodeframe.c 4027 RD_OPT *const rd_opt = &cpi->rd; local
    [all...]

Completed in 1837 milliseconds