Searched defs:threshes (Results 1 - 2 of 2) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_rd.h103 int threshes[MAX_SEGMENTS][BLOCK_SIZES][MAX_MODES]; member in struct:RD_OPT
H A Dvp9_encodeframe.c3986 const int64_t threshes[SWITCHABLE_FILTER_CONTEXTS], int is_alt_ref) {
3988 threshes[EIGHTTAP_SMOOTH] > threshes[EIGHTTAP] &&
3989 threshes[EIGHTTAP_SMOOTH] > threshes[EIGHTTAP_SHARP] &&
3990 threshes[EIGHTTAP_SMOOTH] > threshes[SWITCHABLE - 1]) {
3992 } else if (threshes[EIGHTTAP_SHARP] > threshes[EIGHTTAP] &&
3993 threshes[EIGHTTAP_SHAR
3985 get_interp_filter( const int64_t threshes[SWITCHABLE_FILTER_CONTEXTS], int is_alt_ref) argument
[all...]

Completed in 89 milliseconds