Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/avc/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.cpp138 if (slice_type != AVC_I_SLICE && slice_type != AVC_SI_SLICE) in AVCEncodeSlice()
415 if (slice_type != AVC_I_SLICE && slice_type != AVC_SI_SLICE && currMB->mbMode != AVC_SKIP) in EncodeMB()
/frameworks/av/media/libstagefright/codecs/avc/common/include/
Davcint_common.h111 AVC_SI_SLICE = 4, enumerator