/frameworks/base/media/libstagefright/codecs/avc/enc/src/ |
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 == AVC_B_SLICE [all...] |
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 == AVC_B_SLICE 778 uint slice_type = video->slice_type; local [all...] |
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; 710 if (video->slice_type == AVC_I_SLICE) 720 if (video->slice_type == AVC_I_SLICE) [all...] |
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 [all...] |
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); [all...] |
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; [all...] |
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) [all...] |
block.cpp | [all...] |
/frameworks/base/media/libstagefright/codecs/avc/common/src/ |
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/base/media/libstagefright/codecs/avc/common/include/ |
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==SP) * 659 AVCSliceType slice_type; member in struct:tagCommonObj [all...] |
/frameworks/media/libvideoeditor/vss/mcs/src/ |
M4MCS_API.c | 743 M4OSA_Int32 first_mb_in_slice, slice_type, pic_parameter_set_id, frame_num; local 869 slice_type = H264MCS_DecVLCReadExpGolombCode(p_bs); 876 NSWAVCMCS_uExpVLC(&instance->encbs, slice_type); 1295 M4OSA_Int32 first_mb_in_slice, slice_type, pic_parameter_set_id = 0, local 1753 M4OSA_Int32 first_mb_in_slice, slice_type, pic_parameter_set_id, frame_num; local [all...] |