Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/common/
Dalloccommon.c132 cm->filter_type = NORMAL_LOOPFILTER; in vp8_setup_version()
144 cm->filter_type = NORMAL_LOOPFILTER; in vp8_setup_version()
157 cm->filter_type = NORMAL_LOOPFILTER; in vp8_setup_version()
172 oci->filter_type = NORMAL_LOOPFILTER; in vp8_create_common()
Dloopfilter.h30 NORMAL_LOOPFILTER = 0, enumerator
Dloopfilter.c336 if (cm->filter_type == NORMAL_LOOPFILTER) in vp8_loop_filter_frame()
496 if (cm->filter_type == NORMAL_LOOPFILTER) in vp8_loop_filter_frame_yonly()
612 if (cm->filter_type == NORMAL_LOOPFILTER) in vp8_loop_filter_partial_frame()
/external/libvpx/libvpx/vp8/decoder/
Ddecodeframe.c684 if (pc->filter_type == NORMAL_LOOPFILTER) in decode_mb_rows()
729 if (pc->filter_type == NORMAL_LOOPFILTER) in decode_mb_rows()
Dthreading.c525 if(pc->filter_type == NORMAL_LOOPFILTER) in mt_decode_mb_rows()
/external/libvpx/libvpx/vp8/encoder/
Donyx_if.c1030 cm->filter_type = NORMAL_LOOPFILTER; in vp8_set_speed_features()