Searched refs:chosen_rate (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_encodeframe.c1438 int chosen_rate = INT_MAX; local
1604 chosen_rate = 0;
1630 chosen_rate = INT_MAX;
1635 chosen_rate += rt;
1644 chosen_rate += cpi->partition_cost[pl][PARTITION_NONE];
1647 if (chosen_rate < INT_MAX) {
1648 chosen_rate += cpi->partition_cost[pl][PARTITION_SPLIT];
1649 chosen_rd = RDCOST(x->rdmult, x->rddiv, chosen_rate, chosen_dist);
1658 chosen_rate = last_part_rate;
1666 chosen_rate
[all...]
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_encodeframe.c1744 int chosen_rate = INT_MAX; local
1931 chosen_rate = 0;
1960 chosen_rate = INT_MAX;
1965 chosen_rate += rt;
1974 chosen_rate += x->partition_cost[pl][PARTITION_NONE];
1977 if (chosen_rate < INT_MAX) {
1978 chosen_rate += x->partition_cost[pl][PARTITION_SPLIT];
1979 chosen_rd = RDCOST(x->rdmult, x->rddiv, chosen_rate, chosen_dist);
1988 chosen_rate = last_part_rate;
1996 chosen_rate
[all...]

Completed in 1530 milliseconds