Searched refs:slice_type (Results 1 – 10 of 10) sorted by relevance
/frameworks/av/media/libstagefright/codecs/avc/enc/src/ |
D | header.cpp | 323 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 …]
|
D | slice.cpp | 30 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 …]
|
D | init.cpp | 804 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()
|
D | rate_control.cpp | 75 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()
|
D | avcenc_lib.h | 195 …reordering(AVCCommonObj *video, AVCEncBitstream *stream, AVCSliceHeader *sliceHdr, int slice_type); 875 uint InterpretMBType(AVCMacroblock *currMB, int slice_type);
|
D | motion_est.cpp | 240 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()
|
D | intra_est.cpp | 133 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()
|
D | block.cpp | 1207 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/ |
D | reflist.cpp | 25 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/ |
D | avcint_common.h | 388 AVCSliceType slice_type; /* ue(v), Table 7-3, range 0..9 */ member 659 AVCSliceType slice_type; member
|