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

/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Dencodemb.c246 int rate0; local
298 rate0 = tokens[next][0].rate;
306 rate0 +=
311 rd_cost0 = RDCOST(rdmult, rddiv, rate0, error0);
315 rd_cost0 = RDTRUNC(rdmult, rddiv, rate0, error0);
323 tokens[i][0].rate = base_bits + (best ? rate1 : rate0);
330 rate0 = tokens[next][0].rate;
366 rate0 += mb->token_costs[type][band][pt][
377 rd_cost0 = RDCOST(rdmult, rddiv, rate0, error0);
381 rd_cost0 = RDTRUNC(rdmult, rddiv, rate0, error
[all...]
/external/libvpx/libvpx/vp8/encoder/
H A Dencodemb.c246 int rate0; local
305 rate0 = tokens[next][0].rate;
313 rate0 +=
318 rd_cost0 = RDCOST(rdmult, rddiv, rate0, error0);
322 rd_cost0 = RDTRUNC(rdmult, rddiv, rate0, error0);
330 tokens[i][0].rate = base_bits + (best ? rate1 : rate0);
337 rate0 = tokens[next][0].rate;
373 rate0 += mb->token_costs[type][band][pt][
384 rd_cost0 = RDCOST(rdmult, rddiv, rate0, error0);
388 rd_cost0 = RDTRUNC(rdmult, rddiv, rate0, error
[all...]
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_encodemb.c87 rd_cost0 = RDCOST(rdmult, rddiv, rate0, error0);\
90 rd_cost0 = RDTRUNC(rdmult, rddiv, rate0, error0);\
124 int rate0, rate1, error0, error1, t0, t1; local
168 rate0 = tokens[next][0].rate;
175 rate0 +=
188 tokens[i][0].rate = base_bits + (best ? rate1 : rate0);
196 rate0 = tokens[next][0].rate;
225 rate0 += mb->token_costs[tx_size][type][ref][band][!x][pt]
244 tokens[i][1].rate = base_bits + (best ? rate1 : rate0);
278 rate0
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_encodemb.c80 rd_cost0 = RDCOST(rdmult, rddiv, rate0, error0);\
83 rd_cost0 = RDTRUNC(rdmult, rddiv, rate0, error0);\
125 int rate0, rate1, error0, error1, t0, t1; local
157 rate0 = tokens[next][0].rate;
164 rate0 += mb->token_costs[tx_size][type][ref][band][0][pt]
175 tokens[i][0].rate = base_bits + (best ? rate1 : rate0);
183 rate0 = tokens[next][0].rate;
212 rate0 += mb->token_costs[tx_size][type][ref][band][!x][pt]
231 tokens[i][1].rate = base_bits + (best ? rate1 : rate0);
264 rate0
[all...]

Completed in 124 milliseconds