Searched defs:rd_opt (Results 1 - 6 of 6) sorted by relevance

/external/opencv3/3rdparty/libwebp/enc/
H A Dframe.c712 static int OneStatPass(VP8Encoder* const enc, float q, VP8RDLevel rd_opt, argument
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);
H A Dquant.c1017 VP8RDLevel rd_opt) {
1028 if (rd_opt > RD_OPT_NONE) {
1029 it->do_trellis_ = (rd_opt >= RD_OPT_TRELLIS_ALL);
1035 if (rd_opt == RD_OPT_TRELLIS) { // finish off with trellis-optim now
1016 VP8Decimate(VP8EncIterator* const it, VP8ModeScore* const rd, VP8RDLevel rd_opt) argument
/external/webp/src/enc/
H A Dframe.c536 static uint64_t OneStatPass(VP8Encoder* const enc, VP8RDLevel rd_opt, argument
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);
H A Dquant.c1221 VP8RDLevel rd_opt) {
1232 if (rd_opt > RD_OPT_NONE) {
1233 it->do_trellis_ = (rd_opt >= RD_OPT_TRELLIS_ALL);
1239 if (rd_opt == RD_OPT_TRELLIS) { // finish off with trellis-optim now
1220 VP8Decimate(VP8EncIterator* const it, VP8ModeScore* const rd, VP8RDLevel rd_opt) argument
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_encodeframe.c4027 RD_OPT *const rd_opt = &cpi->rd; local
4039 int64_t *const mode_thrs = rd_opt->prediction_type_threshes[frame_type];
4040 int64_t *const filter_thrs = rd_opt->filter_threshes[frame_type];
H A Dvp9_rdopt.c2952 RD_OPT *const rd_opt = &cpi->rd; local
2992 const int *const rd_threshes = rd_opt->threshes[segment_id][bsize];
3732 RD_OPT *const rd_opt = &cpi->rd; local
3857 rd_opt->threshes[segment_id][bsize][ref_index],
3975 rd_opt->threshes[segment_id][bsize][THR_LAST] :
3976 rd_opt->threshes[segment_id][bsize][THR_ALTR];
3978 rd_opt->threshes[segment_id][bsize][THR_GOLD] : this_rd_thresh;

Completed in 166 milliseconds