Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_rdopt.c2816 int64_t rs_rd; in handle_inter_mode() local
2819 rs_rd = RDCOST(x->rdmult, x->rddiv, rs, 0); in handle_inter_mode()
2825 MIN(cpi->rd_filter_cache[SWITCHABLE_FILTERS], rd + rs_rd); in handle_inter_mode()
2827 rd += rs_rd; in handle_inter_mode()
2850 MIN(cpi->rd_filter_cache[SWITCHABLE_FILTERS], rd + rs_rd); in handle_inter_mode()
2852 rd += rs_rd; in handle_inter_mode()
4061 int64_t rs_rd; in vp9_rd_pick_inter_mode_sub8x8() local
4076 rs_rd = RDCOST(x->rdmult, x->rddiv, rs, 0); in vp9_rd_pick_inter_mode_sub8x8()
4080 tmp_rd + rs_rd); in vp9_rd_pick_inter_mode_sub8x8()
4082 tmp_rd += rs_rd; in vp9_rd_pick_inter_mode_sub8x8()