OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:get_max_filter_level
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/libvpx/vp9/encoder/
vp9_picklpf.c
82
static int
get_max_filter_level
(VP9_COMP *cpi, int base_qindex) {
function
104
const int max_filter_level =
get_max_filter_level
(cpi, cm->base_qindex);
/external/libvpx/libvpx/vp8/encoder/
picklpf.c
120
static int
get_max_filter_level
(VP8_COMP *cpi, int base_qindex)
function
143
int max_filter_level =
get_max_filter_level
(cpi, cm->base_qindex);
273
int max_filter_level =
get_max_filter_level
(cpi, cm->base_qindex);
Completed in 370 milliseconds