Home
last modified time | relevance | path

Searched refs:slice_type (Results 1 – 10 of 10) sorted by relevance

/frameworks/av/media/libstagefright/codecs/avc/enc/src/
Dheader.cpp323 int slice_type, temp, i; in EncodeSliceHeader() local
330 slice_type = video->slice_type; in EncodeSliceHeader()
334 status = ue_v(stream, sliceHdr->slice_type); in EncodeSliceHeader()
338 status = ue_v(stream, slice_type); in EncodeSliceHeader()
380 if (slice_type == AVC_B_SLICE) in EncodeSliceHeader()
390 if (slice_type == AVC_P_SLICE || slice_type == AVC_SP_SLICE || slice_type == AVC_B_SLICE) in EncodeSliceHeader()
397 if (slice_type == AVC_B_SLICE) in EncodeSliceHeader()
409 status = ref_pic_list_reordering(video, stream, sliceHdr, slice_type); in EncodeSliceHeader()
415 … if ((currPPS->weighted_pred_flag && (slice_type == AVC_P_SLICE || slice_type == AVC_SP_SLICE)) || in EncodeSliceHeader()
416 (currPPS->weighted_bipred_idc == 1 && slice_type == AVC_B_SLICE)) in EncodeSliceHeader()
[all …]
Dslice.cpp30 int CurrMbAddr, slice_type; in AVCEncodeSlice() local
32 slice_type = video->slice_type; in AVCEncodeSlice()
138 if (slice_type != AVC_I_SLICE && slice_type != AVC_SI_SLICE) in AVCEncodeSlice()
173 int slice_type; in EncodeMB() local
179 slice_type = video->slice_type; in EncodeMB()
377 if (slice_type == AVC_P_SLICE) in EncodeMB()
391 else if (slice_type == AVC_B_SLICE) in EncodeMB()
415 if (slice_type != AVC_I_SLICE && slice_type != AVC_SI_SLICE && currMB->mbMode != AVC_SKIP) in EncodeMB()
562 mb_type = InterpretMBType(currMB, video->slice_type); in EncodeMBHeader()
602 uint InterpretMBType(AVCMacroblock *currMB, int slice_type) in InterpretMBType() argument
[all …]
Dinit.cpp804 int slice_type = video->slice_type; in InitSlice() local
809 video->sliceHdr->slice_type = (AVCSliceType)slice_type; in InitSlice()
846 … if ((currPPS->weighted_pred_flag && (slice_type == AVC_P_SLICE || slice_type == AVC_SP_SLICE)) || in InitSlice()
847 (currPPS->weighted_bipred_idc == 1 && slice_type == AVC_B_SLICE)) in InitSlice()
Drate_control.cpp75 sliceHdr->slice_type = AVC_I_ALL_SLICE; in RCDetermineFrameNum()
76 video->slice_type = AVC_I_SLICE; in RCDetermineFrameNum()
123 sliceHdr->slice_type = AVC_I_ALL_SLICE; in RCDetermineFrameNum()
124 video->slice_type = AVC_I_SLICE; in RCDetermineFrameNum()
130 sliceHdr->slice_type = AVC_P_ALL_SLICE; in RCDetermineFrameNum()
131 video->slice_type = AVC_P_SLICE; in RCDetermineFrameNum()
708 if (video->slice_type == AVC_I_SLICE) in RCInitChromaQP()
718 if (video->slice_type == AVC_I_SLICE) in RCInitChromaQP()
Davcenc_lib.h195 …reordering(AVCCommonObj *video, AVCEncBitstream *stream, AVCSliceHeader *sliceHdr, int slice_type);
875 uint InterpretMBType(AVCMacroblock *currMB, int slice_type);
Dmotion_est.cpp240 int slice_type = video->slice_type; in AVCMotionEstimation() local
275 if (slice_type == AVC_I_SLICE) in AVCMotionEstimation()
440 video->sliceHdr->slice_type = AVC_I_ALL_SLICE; in AVCMotionEstimation()
441 video->slice_type = AVC_I_SLICE; in AVCMotionEstimation()
Dintra_est.cpp133 if (video->slice_type == AVC_P_SLICE) in MBIntraSearch()
141 if (intra == true || video->slice_type == AVC_I_SLICE) in MBIntraSearch()
152 if (video->slice_type == AVC_P_SLICE) in MBIntraSearch()
186 else if (video->slice_type == AVC_P_SLICE && intra == true) in MBIntraSearch()
Dblock.cpp1207 int TransQuantChromaDC(AVCEncObject *encvid, int16 *block, int slice_type, int cr) in TransQuantChromaDC() argument
1234 if (slice_type == AVC_I_SLICE) in TransQuantChromaDC()
/frameworks/av/media/libstagefright/codecs/avc/common/src/
Dreflist.cpp25 int slice_type = video->slice_type; in RefListInit() local
32 if (slice_type == AVC_I_SLICE) in RefListInit()
60 if (slice_type == AVC_P_SLICE) in RefListInit()
143 int slice_type = video->slice_type; in ReOrderList() local
145 if (slice_type != AVC_I_SLICE) in ReOrderList()
/frameworks/av/media/libstagefright/codecs/avc/common/include/
Davcint_common.h388 AVCSliceType slice_type; /* ue(v), Table 7-3, range 0..9 */ member
659 AVCSliceType slice_type; member