Searched refs:single_rate (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_rdopt.c | 3869 int64_t single_rd, hybrid_rd, single_rate, hybrid_rate; in vp9_rd_pick_inter_mode_sb() local 3872 single_rate = rate2 - compmode_cost; in vp9_rd_pick_inter_mode_sb() 3875 single_rate = rate2; in vp9_rd_pick_inter_mode_sb() 3879 single_rd = RDCOST(x->rdmult, x->rddiv, single_rate, distortion2); in vp9_rd_pick_inter_mode_sb() 4643 int64_t single_rd, hybrid_rd, single_rate, hybrid_rate; in vp9_rd_pick_inter_mode_sub8x8() local 4646 single_rate = rate2 - compmode_cost; in vp9_rd_pick_inter_mode_sub8x8() 4649 single_rate = rate2; in vp9_rd_pick_inter_mode_sub8x8() 4653 single_rd = RDCOST(x->rdmult, x->rddiv, single_rate, distortion2); in vp9_rd_pick_inter_mode_sub8x8()
|
/external/libaom/libaom/av1/encoder/ |
D | rdopt.c | 4346 int64_t single_rd, hybrid_rd, single_rate, hybrid_rate; in record_best_compound() local 4349 single_rate = rd_stats->rate - compmode_cost; in record_best_compound() 4352 single_rate = rd_stats->rate; in record_best_compound() 4356 single_rd = RDCOST(rdmult, single_rate, rd_stats->dist); in record_best_compound()
|