Home
last modified time | relevance | path

Searched refs:this_rd_thresh (Results 1 – 2 of 2) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Drdopt.c2178 int this_rd_thresh; in vp8_rd_pick_inter_mode() local
2181 this_rd_thresh = (vp8_ref_frame_order[mode_index] == 1) ? in vp8_rd_pick_inter_mode()
2183 this_rd_thresh = (vp8_ref_frame_order[mode_index] == 2) ? in vp8_rd_pick_inter_mode()
2184 x->rd_threshes[THR_NEW2] : this_rd_thresh; in vp8_rd_pick_inter_mode()
2188 … &rate, &rd.rate_y, &distortion, this_rd_thresh) ; in vp8_rd_pick_inter_mode()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_rdopt.c4020 int64_t this_rd_thresh; in vp9_rd_pick_inter_mode_sub8x8() local
4034 this_rd_thresh = (ref_frame == LAST_FRAME) ? in vp9_rd_pick_inter_mode_sub8x8()
4037 this_rd_thresh = (ref_frame == GOLDEN_FRAME) ? in vp9_rd_pick_inter_mode_sub8x8()
4038 cpi->rd_thresh_sub8x8[segment_id][bsize][THR_GOLD] : this_rd_thresh; in vp9_rd_pick_inter_mode_sub8x8()
4069 (int)this_rd_thresh, seg_mvs, in vp9_rd_pick_inter_mode_sub8x8()
4136 (int)this_rd_thresh, seg_mvs, in vp9_rd_pick_inter_mode_sub8x8()