Home
last modified time | relevance | path

Searched refs:EIGHTTAP_SHARP (Results 1 – 4 of 4) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_filter.h33 EIGHTTAP_SHARP = 2, enumerator
Dvp9_entropymode.c334 -EIGHTTAP_SMOOTH, -EIGHTTAP_SHARP
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_encodeframe.c3252 filter_thresh[EIGHTTAP_SMOOTH] > filter_thresh[EIGHTTAP_SHARP] && in vp9_encode_frame()
3255 } else if (filter_thresh[EIGHTTAP_SHARP] > filter_thresh[EIGHTTAP] && in vp9_encode_frame()
3256 filter_thresh[EIGHTTAP_SHARP] > filter_thresh[SWITCHABLE - 1]) { in vp9_encode_frame()
3257 cm->interp_filter = EIGHTTAP_SHARP; in vp9_encode_frame()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
Dvp9_decodeframe.c596 EIGHTTAP_SHARP, in read_interp_filter()