Searched refs:slice_type (Results 1 - 10 of 10) sorted by relevance
/frameworks/av/media/libstagefright/codecs/avc/enc/src/ |
H A D | header.cpp | 323 int slice_type, temp, i; local 330 slice_type = video->slice_type; 334 status = ue_v(stream, sliceHdr->slice_type); 338 status = ue_v(stream, slice_type); 380 if (slice_type == AVC_B_SLICE) 390 if (slice_type == AVC_P_SLICE || slice_type == AVC_SP_SLICE || slice_type == AVC_B_SLICE) 397 if (slice_type 506 ref_pic_list_reordering(AVCCommonObj *video, AVCEncBitstream *stream, AVCSliceHeader *sliceHdr, int slice_type) argument [all...] |
H A D | slice.cpp | 30 int CurrMbAddr, slice_type; local 32 slice_type = video->slice_type; 138 if (slice_type != AVC_I_SLICE && slice_type != AVC_SI_SLICE) 173 int slice_type; local 179 slice_type = video->slice_type; 377 if (slice_type == AVC_P_SLICE) 391 else if (slice_type 602 InterpretMBType(AVCMacroblock *currMB, int slice_type) argument 778 uint slice_type = video->slice_type; local [all...] |
H A D | rate_control.cpp | 75 sliceHdr->slice_type = AVC_I_ALL_SLICE; 76 video->slice_type = AVC_I_SLICE; 123 sliceHdr->slice_type = AVC_I_ALL_SLICE; 124 video->slice_type = AVC_I_SLICE; 130 sliceHdr->slice_type = AVC_P_ALL_SLICE; 131 video->slice_type = AVC_P_SLICE; 708 if (video->slice_type == AVC_I_SLICE) 718 if (video->slice_type == AVC_I_SLICE)
|
H A D | init.cpp | 50 have to be re-assigned per slice basis such as frame_num, slice_type, 808 int slice_type = video->slice_type; local 813 video->sliceHdr->slice_type = (AVCSliceType)slice_type; 816 /* sliceHdr->slice_type already set in InitFrame */ 838 sliceHdr->direct_spatial_mv_pred_flag = 0; // default if(slice_type == AVC_B_SLICE) 840 sliceHdr->num_ref_idx_active_override_flag = FALSE; /* default, if(slice_type== P,SP or B)*/ 850 if ((currPPS->weighted_pred_flag && (slice_type == AVC_P_SLICE || slice_type [all...] |
H A D | avcenc_lib.h | 192 \param "slice_type" "Value of slice_type - 5 if greater than 5." 195 AVCEnc_Status ref_pic_list_reordering(AVCCommonObj *video, AVCEncBitstream *stream, AVCSliceHeader *sliceHdr, int slice_type); 872 \param "slice_type" "Value of the slice_type." 875 uint InterpretMBType(AVCMacroblock *currMB, int slice_type);
|
H A D | motion_est.cpp | 240 int slice_type = video->slice_type; local 275 if (slice_type == AVC_I_SLICE) 440 video->sliceHdr->slice_type = AVC_I_ALL_SLICE; 441 video->slice_type = AVC_I_SLICE;
|
H A D | intra_est.cpp | 133 if (video->slice_type == AVC_P_SLICE) 141 if (intra == true || video->slice_type == AVC_I_SLICE) 152 if (video->slice_type == AVC_P_SLICE) 186 else if (video->slice_type == AVC_P_SLICE && intra == true)
|
H A D | block.cpp | 1207 int TransQuantChromaDC(AVCEncObject *encvid, int16 *block, int slice_type, int cr) argument 1234 if (slice_type == AVC_I_SLICE)
|
/frameworks/av/media/libstagefright/codecs/avc/common/src/ |
H A D | reflist.cpp | 25 int slice_type = video->slice_type; local 32 if (slice_type == AVC_I_SLICE) 60 if (slice_type == AVC_P_SLICE) 143 int slice_type = video->slice_type; local 145 if (slice_type != AVC_I_SLICE)
|
/frameworks/av/media/libstagefright/codecs/avc/common/include/ |
H A D | avcint_common.h | 388 AVCSliceType slice_type; /* ue(v), Table 7-3, range 0..9 */ member in struct:tagSliceHeader 406 /* if(slice_type == B) */ 408 /* if(slice_type == P || slice_type==SP || slice_type==B) */ 437 /* if(entropy_coding_mode_flag && slice_type!=I && slice_type!=SI) */ 440 /* if(slice_type==SP || slice_type==SI) */ 441 /* if(slice_type 659 AVCSliceType slice_type; member in struct:tagCommonObj [all...] |
Completed in 100 milliseconds