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

  /external/webp/src/enc/
frame_enc.c 571 static uint64_t OneStatPass(VP8Encoder* const enc, VP8RDLevel rd_opt,
585 if (VP8Decimate(&it, &info, rd_opt)) {
620 const VP8RDLevel rd_opt = local
642 OneStatPass(enc, rd_opt, nb_mbs, percent_per_pass, &stats);
747 const VP8RDLevel rd_opt = enc->rd_opt_level_; local
752 if (!VP8Decimate(&it, &info, rd_opt) || dont_use_skip) {
781 const VP8RDLevel rd_opt = enc->rd_opt_level_; local
795 assert(rd_opt >= RD_OPT_BASIC); // otherwise, token-buffer won't be useful
820 VP8Decimate(&it, &info, rd_opt);
  /external/libaom/libaom/av1/encoder/
encodeframe.c 5709 RD_OPT *const rd_opt = &cpi->rd; local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_encodeframe.c 5852 RD_OPT *rd_opt = &cpi->rd; local
5904 RD_OPT *const rd_opt = &cpi->rd; local
    [all...]
vp9_encoder.c 3635 RD_OPT *rd_opt = &cpi->rd; local
    [all...]
vp9_rdopt.c 3153 RD_OPT *const rd_opt = &cpi->rd; local
3938 RD_OPT *const rd_opt = &cpi->rd; local
    [all...]

Completed in 327 milliseconds