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

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

Completed in 89 milliseconds