Home
last modified time | relevance | path

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

/external/opencore/codecs_v2/video/m4v_h263/dec/src/
Dcombined_decode.cpp561 if (video->postFilterType != PV_NO_POST_PROC)
650 if (video->postFilterType != PV_NO_POST_PROC)
683 if (video->postFilterType != PV_NO_POST_PROC)
692 if (video->postFilterType != PV_NO_POST_PROC)
713 if (video->postFilterType != PV_NO_POST_PROC)
722 if (video->postFilterType != PV_NO_POST_PROC)
737 if (video->postFilterType != PV_NO_POST_PROC)
746 if (video->postFilterType != PV_NO_POST_PROC)
765 if (video->postFilterType != PV_NO_POST_PROC)
774 if (video->postFilterType != PV_NO_POST_PROC)
[all …]
Ddatapart_decode.cpp651 if (video->postFilterType != PV_NO_POST_PROC) in GetMBData_DataPart()
703 if (video->postFilterType != PV_NO_POST_PROC) in GetMBData_DataPart()
743 if (video->postFilterType != PV_NO_POST_PROC) in GetMBData_DataPart()
765 if (video->postFilterType != PV_NO_POST_PROC) in GetMBData_DataPart()
785 if (video->postFilterType != PV_NO_POST_PROC) in GetMBData_DataPart()
Dmb_motion_comp.cpp399 if (video->postFilterType != PV_NO_POST_PROC) in MBMotionComp()
597 if (video->postFilterType != PV_NO_POST_PROC) in SkippedMBMotionComp()
/external/opencore/codecs_v2/video/m4v_h263/dec/include/
Dmp4dec_api.h52 #define PV_NO_POST_PROC 0 macro