Home
last modified time | relevance | path

Searched refs:PV_DEBLOCK (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
Dpost_filter.cpp67 combined_with_deblock_filter = filter_type & PV_DEBLOCK; in PostFilter()
73 if ((filter_type & PV_DEBLOCK) && (filter_type & PV_DERING)) in PostFilter()
79 if (filter_type & PV_DEBLOCK) in PostFilter()
105 if ((filter_type & PV_DEBLOCK) && (filter_type & PV_DERING)) in PostFilter()
111 if (filter_type & PV_DEBLOCK) in PostFilter()
135 if ((filter_type & PV_DEBLOCK) && (filter_type & PV_DERING)) in PostFilter()
141 if (filter_type & PV_DEBLOCK) in PostFilter()
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/include/
Dmp4dec_api.h54 #define PV_DEBLOCK 1 macro