Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/common/
Dalloccommon.c133 cm->filter_type = NORMAL_LOOPFILTER; in vp8_setup_version()
145 cm->filter_type = NORMAL_LOOPFILTER; in vp8_setup_version()
158 cm->filter_type = NORMAL_LOOPFILTER; in vp8_setup_version()
173 oci->filter_type = NORMAL_LOOPFILTER; in vp8_create_common()
Dloopfilter.h30 NORMAL_LOOPFILTER = 0, enumerator
Dvp8_loopfilter.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.c687 if (pc->filter_type == NORMAL_LOOPFILTER) in decode_mb_rows()
732 if (pc->filter_type == NORMAL_LOOPFILTER) in decode_mb_rows()
Dthreading.c528 if(pc->filter_type == NORMAL_LOOPFILTER) in mt_decode_mb_rows()
/external/libvpx/libvpx/vp8/encoder/
Donyx_if.c1035 cm->filter_type = NORMAL_LOOPFILTER; in vp8_set_speed_features()