Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/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.c338 if (cm->filter_type == NORMAL_LOOPFILTER) in vp8_loop_filter_frame()
498 if (cm->filter_type == NORMAL_LOOPFILTER) in vp8_loop_filter_frame_yonly()
614 if (cm->filter_type == NORMAL_LOOPFILTER) in vp8_loop_filter_partial_frame()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
Ddecodeframe.c675 if (pc->filter_type == NORMAL_LOOPFILTER) in decode_mb_rows()
720 if (pc->filter_type == NORMAL_LOOPFILTER) in decode_mb_rows()
Dthreading.c525 if(pc->filter_type == NORMAL_LOOPFILTER) in mt_decode_mb_rows()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Donyx_if.c1009 cm->filter_type = NORMAL_LOOPFILTER; in vp8_set_speed_features()