Home
last modified time | relevance | path

Searched refs:NORMAL_LOOPFILTER (Results 1 – 6 of 6) sorted by relevance

/external/libvpx/libvpx/vp8/common/
Dalloccommon.c134 cm->filter_type = NORMAL_LOOPFILTER; in vp8_setup_version()
146 cm->filter_type = NORMAL_LOOPFILTER; in vp8_setup_version()
159 cm->filter_type = NORMAL_LOOPFILTER; in vp8_setup_version()
173 oci->filter_type = NORMAL_LOOPFILTER; in vp8_create_common()
Dloopfilter.h27 typedef enum { NORMAL_LOOPFILTER = 0, SIMPLE_LOOPFILTER = 1 } LOOPFILTERTYPE; enumerator
Dvp8_loopfilter.c295 if (cm->filter_type == NORMAL_LOOPFILTER) { in vp8_loop_filter_frame()
430 if (cm->filter_type == NORMAL_LOOPFILTER) { in vp8_loop_filter_frame_yonly()
528 if (cm->filter_type == NORMAL_LOOPFILTER) { in vp8_loop_filter_partial_frame()
/external/libvpx/libvpx/vp8/decoder/
Ddecodeframe.c607 if (pc->filter_type == NORMAL_LOOPFILTER) { in decode_mb_rows()
644 if (pc->filter_type == NORMAL_LOOPFILTER) { in decode_mb_rows()
Dthreading.c488 if (pc->filter_type == NORMAL_LOOPFILTER) { in mt_decode_mb_rows()
/external/libvpx/libvpx/vp8/encoder/
Donyx_if.c1013 cm->filter_type = NORMAL_LOOPFILTER; in vp8_set_speed_features()