OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PV_DEBLOCK
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
post_filter.cpp
67
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/
mp4dec_api.h
47
#define
PV_DEBLOCK
1
Completed in 248 milliseconds