OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:get_min_filter_level
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/libvpx/vp9/encoder/
vp9_picklpf.c
74
static int
get_min_filter_level
(VP9_COMP *cpi, int base_qindex) {
function
103
const int min_filter_level =
get_min_filter_level
(cpi, cm->base_qindex);
/external/libvpx/libvpx/vp8/encoder/
picklpf.c
99
static int
get_min_filter_level
(VP8_COMP *cpi, int base_qindex)
function
142
int min_filter_level =
get_min_filter_level
(cpi, cm->base_qindex);
272
int min_filter_level =
get_min_filter_level
(cpi, cm->base_qindex);
Completed in 168 milliseconds