OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vp9_log_block_var
(Results
1 - 3
of
3
) sorted by null
/external/libvpx/libvpx/vp9/encoder/
vp9_aq_variance.h
25
double
vp9_log_block_var
(VP9_COMP *cpi, MACROBLOCK *x, BLOCK_SIZE bs);
vp9_aq_variance.c
192
double
vp9_log_block_var
(VP9_COMP *cpi, MACROBLOCK *x, BLOCK_SIZE bs) {
function
205
energy =
vp9_log_block_var
(cpi, x, bs) - energy_midpoint;
vp9_aq_complexity.c
144
logvar =
vp9_log_block_var
(cpi, mb, bs);
Completed in 800 milliseconds