Searched refs:rd1 (Results 1 – 1 of 1) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | vp9_rdopt.c | 667 int64_t rd1, rd2, rd; in block_rd_txfm() local 679 rd1 = RDCOST(x->rdmult, x->rddiv, args->rate, args->dist); in block_rd_txfm() 683 rd = MIN(rd1, rd2); in block_rd_txfm() 686 (rd1 > rd2 && !xd->lossless); in block_rd_txfm() 1584 int64_t ssz, rd, rd1, rd2; in encode_inter_mb_segment() local 1598 rd1 = RDCOST(x->rdmult, x->rddiv, thisrate, thisdistortion >> 2); in encode_inter_mb_segment() 1600 rd = MIN(rd1, rd2); in encode_inter_mb_segment()
|