OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:disableDeblockingFilterIdc
(Results
1 - 6
of
6
) sorted by null
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_slice_data.c
263
tmp1 = pSlice->
disableDeblockingFilterIdc
;
267
pMb->
disableDeblockingFilterIdc
= tmp1;
h264bsd_macroblock_layer.h
165
u32
disableDeblockingFilterIdc
;
h264bsd_slice_header.h
122
u32
disableDeblockingFilterIdc
;
h264bsd_conceal.c
184
pStorage->mb[i].
disableDeblockingFilterIdc
= 1;
298
pMb->
disableDeblockingFilterIdc
= 0;
h264bsd_slice_header.c
327
pSliceHeader->
disableDeblockingFilterIdc
= value;
328
if (pSliceHeader->
disableDeblockingFilterIdc
> 2)
334
if (pSliceHeader->
disableDeblockingFilterIdc
!= 1)
[
all
...]
h264bsd_deblocking.c
299
/* nothing will be filtered if
disableDeblockingFilterIdc
== 1 */
300
if (mb->
disableDeblockingFilterIdc
!= 1)
306
((mb->
disableDeblockingFilterIdc
!= 2) ||
312
((mb->
disableDeblockingFilterIdc
!= 2) ||
[
all
...]
Completed in 30 milliseconds