OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ratey
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/libvpx/vp8/encoder/
rdopt.c
669
int
ratey
;
local
682
ratey
= cost_coeffs(x, b, PLANE_TYPE_Y_WITH_DC, &tempa, &templ);
683
rate +=
ratey
;
691
*bestratey =
ratey
;
780
int rate,
ratey
;
local
798
macro_block_yrd(x, &
ratey
, &distortion);
799
rate =
ratey
+ x->mbmode_cost[xd->frame_type]
809
*rate_y =
ratey
;
[
all
...]
/external/libvpx/libvpx/vp9/encoder/
vp9_rdopt.c
1052
int
ratey
= 0;
local
[
all
...]
Completed in 26 milliseconds