Searched refs:rd_opt (Results 1 – 8 of 8) sorted by relevance
/external/webp/src/enc/ |
D | frame.c | 536 static uint64_t OneStatPass(VP8Encoder* const enc, VP8RDLevel rd_opt, in OneStatPass() argument 550 if (VP8Decimate(&it, &info, rd_opt)) { in OneStatPass() 584 const VP8RDLevel rd_opt = in StatLoop() local 606 OneStatPass(enc, rd_opt, nb_mbs, percent_per_pass, &stats); in StatLoop() 709 const VP8RDLevel rd_opt = enc->rd_opt_level_; in VP8EncLoop() local 714 if (!VP8Decimate(&it, &info, rd_opt) || dont_use_skip) { in VP8EncLoop() 743 const VP8RDLevel rd_opt = enc->rd_opt_level_; in VP8EncTokenLoop() local 757 assert(rd_opt >= RD_OPT_BASIC); // otherwise, token-buffer won't be useful in VP8EncTokenLoop() 782 VP8Decimate(&it, &info, rd_opt); in VP8EncTokenLoop()
|
D | quant.c | 1221 VP8RDLevel rd_opt) { in VP8Decimate() argument 1232 if (rd_opt > RD_OPT_NONE) { in VP8Decimate() 1233 it->do_trellis_ = (rd_opt >= RD_OPT_TRELLIS_ALL); in VP8Decimate() 1239 if (rd_opt == RD_OPT_TRELLIS) { // finish off with trellis-optim now in VP8Decimate()
|
D | vp8enci.h | 471 VP8RDLevel rd_opt);
|
/external/opencv3/3rdparty/libwebp/enc/ |
D | frame.c | 712 static int OneStatPass(VP8Encoder* const enc, float q, VP8RDLevel rd_opt, in OneStatPass() argument 725 if (VP8Decimate(&it, &info, rd_opt)) { in OneStatPass() 774 const VP8RDLevel rd_opt = (method >= 3) ? RD_OPT_BASIC : RD_OPT_NONE; in StatLoop() local 775 if (!OneStatPass(enc, q, rd_opt, nb_mbs, NULL, percent_per_pass)) { in StatLoop() 878 const VP8RDLevel rd_opt = enc->rd_opt_level_; in VP8EncLoop() local 883 if (!VP8Decimate(&it, &info, rd_opt) || dont_use_skip) { in VP8EncLoop() 916 const VP8RDLevel rd_opt = enc->rd_opt_level_; in VP8EncTokenLoop() local 924 assert(rd_opt >= RD_OPT_BASIC); // otherwise, token-buffer won't be useful in VP8EncTokenLoop() 942 VP8Decimate(&it, &info, rd_opt); in VP8EncTokenLoop()
|
D | quant.c | 1017 VP8RDLevel rd_opt) { in VP8Decimate() argument 1028 if (rd_opt > RD_OPT_NONE) { in VP8Decimate() 1029 it->do_trellis_ = (rd_opt >= RD_OPT_TRELLIS_ALL); in VP8Decimate() 1035 if (rd_opt == RD_OPT_TRELLIS) { // finish off with trellis-optim now in VP8Decimate()
|
D | vp8enci.h | 512 VP8RDLevel rd_opt);
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_rdopt.c | 2952 RD_OPT *const rd_opt = &cpi->rd; in vp9_rd_pick_inter_mode_sb() local 2992 const int *const rd_threshes = rd_opt->threshes[segment_id][bsize]; in vp9_rd_pick_inter_mode_sb() 3732 RD_OPT *const rd_opt = &cpi->rd; in vp9_rd_pick_inter_mode_sub8x8() local 3857 rd_opt->threshes[segment_id][bsize][ref_index], in vp9_rd_pick_inter_mode_sub8x8() 3975 rd_opt->threshes[segment_id][bsize][THR_LAST] : in vp9_rd_pick_inter_mode_sub8x8() 3976 rd_opt->threshes[segment_id][bsize][THR_ALTR]; in vp9_rd_pick_inter_mode_sub8x8() 3978 rd_opt->threshes[segment_id][bsize][THR_GOLD] : this_rd_thresh; in vp9_rd_pick_inter_mode_sub8x8()
|
D | vp9_encodeframe.c | 4027 RD_OPT *const rd_opt = &cpi->rd; in vp9_encode_frame() local 4039 int64_t *const mode_thrs = rd_opt->prediction_type_threshes[frame_type]; in vp9_encode_frame() 4040 int64_t *const filter_thrs = rd_opt->filter_threshes[frame_type]; in vp9_encode_frame()
|