Searched defs:this_rate (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Drdopt.c884 int this_rate; local
907 this_rate = rate_to + x->intra_uv_mode_cost[xd->frame_type][xd->mode_info_context->mbmi.uv_mode];
911 this_rd = RDCOST(x->rdmult, x->rddiv, this_rate, this_distortion);
917 r = this_rate;
/external/libvpx/libvpx/vp8/encoder/
H A Drdopt.c884 int this_rate; local
907 this_rate = rate_to + x->intra_uv_mode_cost[xd->frame_type][xd->mode_info_context->mbmi.uv_mode];
911 this_rd = RDCOST(x->rdmult, x->rddiv, this_rate, this_distortion);
917 r = this_rate;
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_encodeframe.c1951 int this_rate, sum_rate = 0, best_rate = INT_MAX; local
2013 rd_pick_sb_modes(cpi, tile, mi_row, mi_col, &this_rate, &this_dist, bsize,
2015 if (this_rate != INT_MAX) {
2018 this_rate += x->partition_cost[pl][PARTITION_NONE];
2020 sum_rd = RDCOST(x->rdmult, x->rddiv, this_rate, this_dist);
2025 best_rate = this_rate;
2091 subsize, &this_rate, &this_dist, i != 3,
2094 if (this_rate == INT_MAX) {
2097 sum_rate += this_rate;
2147 rd_pick_sb_modes(cpi, tile, mi_row + mi_step, mi_col, &this_rate,
2578 int this_rate, sum_rate = 0, best_rate = INT_MAX; local
[all...]
H A Dvp9_rdopt.c74 int this_rate; member in struct:rdcost_block_args
690 args->this_rate += args->rate;
770 *rate = args.this_rate;
1249 int this_rate, this_rate_tokenonly, s; local
1282 this_rate = this_rate_tokenonly + bmode_costs[mode];
1283 this_rd = RDCOST(x->rdmult, x->rddiv, this_rate, this_distortion);
1289 *rate = this_rate;
1367 int this_rate_tokenonly, this_rate, s; local
1380 this_rate = this_rate_tokenonly +
1382 this_rd = RDCOST(x->rdmult, x->rddiv, this_rate, this_distortio
[all...]
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_encodeframe.c2177 int this_rate, sum_rate = 0, best_rate = INT_MAX; local
2249 rd_pick_sb_modes(cpi, tile, mi_row, mi_col, &this_rate, &this_dist, bsize,
2251 if (this_rate != INT_MAX) {
2254 this_rate += x->partition_cost[pl][PARTITION_NONE];
2256 sum_rd = RDCOST(x->rdmult, x->rddiv, this_rate, this_dist);
2261 best_rate = this_rate;
2312 &this_rate, &this_dist, i != 3, best_rd - sum_rd);
2314 if (this_rate == INT_MAX) {
2317 sum_rate += this_rate;
2367 rd_pick_sb_modes(cpi, tile, mi_row + mi_step, mi_col, &this_rate,
2811 int this_rate, sum_rate = 0, best_rate = INT_MAX; local
[all...]
H A Dvp9_rdopt.c74 int this_rate; member in struct:rdcost_block_args
688 args->this_rate += args->rate;
767 *rate = args.this_rate;
1246 int this_rate, this_rate_tokenonly, s; local
1279 this_rate = this_rate_tokenonly + bmode_costs[mode];
1280 this_rd = RDCOST(x->rdmult, x->rddiv, this_rate, this_distortion);
1286 *rate = this_rate;
1364 int this_rate_tokenonly, this_rate, s; local
1377 this_rate = this_rate_tokenonly +
1379 this_rd = RDCOST(x->rdmult, x->rddiv, this_rate, this_distortio
[all...]

Completed in 201 milliseconds