OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rd_cost0
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/libvpx/vp8/encoder/
encodemb.c
244
int
rd_cost0
;
local
318
rd_cost0
= RDCOST(rdmult, rddiv, rate0, error0);
320
if (
rd_cost0
== rd_cost1)
322
rd_cost0
= RDTRUNC(rdmult, rddiv, rate0, error0);
326
best = rd_cost1 <
rd_cost0
;
384
rd_cost0
= RDCOST(rdmult, rddiv, rate0, error0);
386
if (
rd_cost0
== rd_cost1)
388
rd_cost0
= RDTRUNC(rdmult, rddiv, rate0, error0);
392
best = rd_cost1 <
rd_cost0
;
443
rd_cost0
= RDCOST(rdmult, rddiv, rate0, error0)
[
all
...]
/external/libvpx/libvpx/vp9/encoder/
vp9_encodemb.c
94
rd_cost0
= RDCOST(rdmult, rddiv, rate0, error0);\
96
if (
rd_cost0
== rd_cost1) {\
97
rd_cost0
= RDTRUNC(rdmult, rddiv, rate0, error0);\
130
int64_t rdmult, rddiv,
rd_cost0
, rd_cost1;
local
192
best = rd_cost1 <
rd_cost0
;
247
best = rd_cost1 <
rd_cost0
;
297
best = rd_cost1 <
rd_cost0
;
Completed in 28 milliseconds