OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:total_rd
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/libvpx/vp8/encoder/
rdopt.c
716
int64_t
total_rd
= 0;
local
747
total_rd
+= rd_pick_intra4x4block(
758
if(
total_rd
>= (int64_t)best_rd)
762
if(
total_rd
>= (int64_t)best_rd)
[
all
...]
/external/libvpx/libvpx/vp9/encoder/
vp9_rdopt.c
1164
int64_t
total_rd
= 0;
local
[
all
...]
Completed in 35 milliseconds