Home
last modified time | relevance | path

Searched refs:AVC_SI_SLICE (Results 1 – 3 of 3) sorted by relevance

/external/opencore/codecs_v2/video/avc_h264/enc/src/
Dheader.cpp431 … if (currPPS->entropy_coding_mode_flag && slice_type != AVC_I_SLICE && slice_type != AVC_SI_SLICE) in EncodeSliceHeader()
446 if (slice_type == AVC_SP_SLICE || slice_type == AVC_SI_SLICE) in EncodeSliceHeader()
512 if (slice_type != AVC_I_SLICE && slice_type != AVC_SI_SLICE) in ref_pic_list_reordering()
Dslice.cpp139 if (slice_type != AVC_I_SLICE && slice_type != AVC_SI_SLICE) in AVCEncodeSlice()
416 if (slice_type != AVC_I_SLICE && slice_type != AVC_SI_SLICE && currMB->mbMode != AVC_SKIP) in EncodeMB()
/external/opencore/codecs_v2/video/avc_h264/common/include/
Davcint_common.h114 AVC_SI_SLICE = 4, enumerator