Searched defs:this_rd_thresh (Results 1 - 4 of 4) sorted by path

/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Drdopt.c2173 int this_rd_thresh; local
2176 this_rd_thresh = (vp8_ref_frame_order[mode_index] == 1) ?
2178 this_rd_thresh = (vp8_ref_frame_order[mode_index] == 2) ?
2179 x->rd_threshes[THR_NEW2] : this_rd_thresh;
2183 &rate, &rd.rate_y, &distortion, this_rd_thresh) ;
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_rdopt.c3525 int64_t this_rd_thresh; local
3539 this_rd_thresh = (ref_frame == LAST_FRAME) ?
3542 this_rd_thresh = (ref_frame == GOLDEN_FRAME) ?
3543 rd_opt->threshes[segment_id][bsize][THR_GOLD] : this_rd_thresh;
3570 (int) this_rd_thresh, seg_mvs,
3635 (int) this_rd_thresh, seg_mvs, bsi, 0,
/external/libvpx/libvpx/vp8/encoder/
H A Drdopt.c2173 int this_rd_thresh; local
2176 this_rd_thresh = (vp8_ref_frame_order[mode_index] == 1) ?
2178 this_rd_thresh = (vp8_ref_frame_order[mode_index] == 2) ?
2179 x->rd_threshes[THR_NEW2] : this_rd_thresh;
2183 &rate, &rd.rate_y, &distortion, this_rd_thresh) ;
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_rdopt.c4020 int64_t this_rd_thresh; local
4034 this_rd_thresh = (ref_frame == LAST_FRAME) ?
4037 this_rd_thresh = (ref_frame == GOLDEN_FRAME) ?
4038 cpi->rd_thresh_sub8x8[segment_id][bsize][THR_GOLD] : this_rd_thresh;
4069 (int)this_rd_thresh, seg_mvs,
4136 (int)this_rd_thresh, seg_mvs,

Completed in 309 milliseconds