Searched refs:PV_DEBLOCK (Results 1 – 2 of 2) sorted by relevance
67 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()
54 #define PV_DEBLOCK 1 macro