OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:optimize_coefficients
(Results
1 - 4
of
4
) sorted by null
/external/libvpx/libvpx/vp8/encoder/
onyx_int.h
189
int
optimize_coefficients
;
member in struct:__anon21245
onyx_if.c
777
sf->
optimize_coefficients
= 1;
876
sf->
optimize_coefficients
= 0;
911
sf->
optimize_coefficients
= 0;
[
all
...]
/external/libvpx/libvpx/vp9/encoder/
vp9_onyx_int.h
249
int
optimize_coefficients
;
member in struct:__anon21321
vp9_onyx_if.c
724
sf->
optimize_coefficients
= !cpi->oxcf.lossless;
932
sf->
optimize_coefficients
= 0;
960
sf->
optimize_coefficients
= 0;
966
sf->
optimize_coefficients
= 0;
982
cpi->mb.optimize = cpi->sf.
optimize_coefficients
== 1 && cpi->pass != 1;
[
all
...]
Completed in 131 milliseconds