Searched refs:this_rate (Results 1 – 3 of 3) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | vp9_encodeframe.c | 2012 int this_rate, sum_rate = 0, best_rate = INT_MAX; in rd_pick_partition() local 2084 rd_pick_sb_modes(cpi, tile, mi_row, mi_col, &this_rate, &this_dist, bsize, in rd_pick_partition() 2086 if (this_rate != INT_MAX) { in rd_pick_partition() 2089 this_rate += x->partition_cost[pl][PARTITION_NONE]; in rd_pick_partition() 2091 sum_rd = RDCOST(x->rdmult, x->rddiv, this_rate, this_dist); in rd_pick_partition() 2096 best_rate = this_rate; in rd_pick_partition() 2147 &this_rate, &this_dist, i != 3, best_rd - sum_rd); in rd_pick_partition() 2149 if (this_rate == INT_MAX) { in rd_pick_partition() 2152 sum_rate += this_rate; in rd_pick_partition() 2202 rd_pick_sb_modes(cpi, tile, mi_row + mi_step, mi_col, &this_rate, in rd_pick_partition() [all …]
|
D | vp9_rdopt.c | 74 int this_rate; member 688 args->this_rate += args->rate; in block_rd_txfm() 767 *rate = args.this_rate; in txfm_rd_in_plane() 1246 int this_rate, this_rate_tokenonly, s; in rd_pick_intra_sby_mode() local 1279 this_rate = this_rate_tokenonly + bmode_costs[mode]; in rd_pick_intra_sby_mode() 1280 this_rd = RDCOST(x->rdmult, x->rddiv, this_rate, this_distortion); in rd_pick_intra_sby_mode() 1286 *rate = this_rate; in rd_pick_intra_sby_mode() 1364 int this_rate_tokenonly, this_rate, s; in rd_pick_intra_sbuv_mode() local 1377 this_rate = this_rate_tokenonly + in rd_pick_intra_sbuv_mode() 1379 this_rd = RDCOST(x->rdmult, x->rddiv, this_rate, this_distortion); in rd_pick_intra_sbuv_mode() [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
D | rdopt.c | 889 int this_rate; in rd_pick_intra_mbuv_mode() local 912 … this_rate = rate_to + x->intra_uv_mode_cost[xd->frame_type][xd->mode_info_context->mbmi.uv_mode]; in rd_pick_intra_mbuv_mode() 916 this_rd = RDCOST(x->rdmult, x->rddiv, this_rate, this_distortion); in rd_pick_intra_mbuv_mode() 922 r = this_rate; in rd_pick_intra_mbuv_mode()
|