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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_encodeframe.c1579 int chosen_rate = INT_MAX; local
1766 chosen_rate = 0;
1795 chosen_rate = INT_MAX;
1800 chosen_rate += rt;
1809 chosen_rate += x->partition_cost[pl][PARTITION_NONE];
1812 if (chosen_rate < INT_MAX) {
1813 chosen_rate += x->partition_cost[pl][PARTITION_SPLIT];
1814 chosen_rd = RDCOST(x->rdmult, x->rddiv, chosen_rate, chosen_dist);
1823 chosen_rate = last_part_rate;
1831 chosen_rate
[all...]

Completed in 25 milliseconds