Home
last modified time | relevance | path

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

12

/external/webrtc/common_video/h264/
Dh264_bitstream_parser.cc67 uint32_t slice_type; in ParseNonParameterSetNalu() local
68 RETURN_INV_ON_FAIL(slice_reader.ReadExponentialGolomb(&slice_type)); in ParseNonParameterSetNalu()
72 slice_type %= 5; in ParseNonParameterSetNalu()
120 if (slice_type == H264::SliceType::kB) { in ParseNonParameterSetNalu()
124 switch (slice_type) { in ParseNonParameterSetNalu()
135 if (slice_type == H264::SliceType::kB) { in ParseNonParameterSetNalu()
157 if (slice_type % 5 != 2 && slice_type % 5 != 4) { in ParseNonParameterSetNalu()
179 if (slice_type % 5 == 1) { in ParseNonParameterSetNalu()
203 if ((pps_->weighted_pred_flag && (slice_type == H264::SliceType::kP || in ParseNonParameterSetNalu()
204 slice_type == H264::SliceType::kSp)) || in ParseNonParameterSetNalu()
[all …]
/external/mesa3d/src/gallium/frontends/omx/
Dvid_dec_h264_common.c492 enum pipe_h264_slice_type slice_type) in ref_pic_list_modification() argument
496 if (slice_type != 2 && slice_type != 4) { in ref_pic_list_modification()
512 if (slice_type == 1) { in ref_pic_list_modification()
530 struct pipe_h264_sps *sps, enum pipe_h264_slice_type slice_type) in pred_weight_table() argument
563 if (slice_type == 1) { in pred_weight_table()
628 enum pipe_h264_slice_type slice_type; in slice_header() local
642 slice_type = vl_rbsp_ue(rbsp) % 5; in slice_header()
858 if (slice_type == PIPE_H264_SLICE_TYPE_B) in slice_header()
865 if (slice_type == PIPE_H264_SLICE_TYPE_P || in slice_header()
866 slice_type == PIPE_H264_SLICE_TYPE_SP || in slice_header()
[all …]
/external/perfetto/src/trace_processor/importers/proto/
Dasync_track_set_tracker.cc131 return state.slice_type == TrackState::SliceType::kTimestamp && in Scoped()
138 state.slice_type = TrackState::SliceType::kTimestamp; in Scoped()
150 return state.slice_type == TrackState::SliceType::kCookie && in GetOrCreateTrackForCookie()
158 return state.slice_type == TrackState::SliceType::kCookie && in GetOrCreateTrackForCookie()
170 state.slice_type = TrackState::SliceType::kCookie; in GetOrCreateTrackForCookie()
Dasync_track_set_tracker.h138 SliceType slice_type; member
/external/libhevc/encoder/
Dihevce_frame_process_utils.c156 WORD32 slice_type, in ihevce_get_cur_frame_qp() argument
170 if(ISLICE == slice_type) in ihevce_get_cur_frame_qp()
175 else if(PSLICE == slice_type) in ihevce_get_cur_frame_qp()
180 else if(BSLICE == slice_type) in ihevce_get_cur_frame_qp()
Dihevce_entropy_interface.c316 WORD32 slice_type = ps_curr_inp->s_slice_hdr.i1_slice_type; in ihevce_entropy_encode_frame() local
331 ((slice_type == ISLICE) && in ihevce_entropy_encode_frame()
335 ((slice_type == ISLICE) && in ihevce_entropy_encode_frame()
352 ((slice_type == ISLICE) && ((NAL_IDR_N_LP == nal_type) || (NAL_IDR_W_LP == nal_type))); in ihevce_entropy_encode_frame()
388 switch(slice_type) in ihevce_entropy_encode_frame()
807 switch(slice_type) in ihevce_entropy_encode_frame()
Dihevce_frame_process_utils.h73 WORD32 slice_type,
Dihevce_mv_pred_merge.c528 WORD32 slice_type; in ihevce_mv_pred_merge() local
560 slice_type = ps_ctxt->ps_slice_hdr->i1_slice_type; in ihevce_mv_pred_merge()
905 if(slice_type == BSLICE) in ihevce_mv_pred_merge()
978 if(slice_type == PSLICE) in ihevce_mv_pred_merge()
986 if(slice_type == PSLICE) in ihevce_mv_pred_merge()
Dihevce_ipe_pass.h136 WORD32 slice_type,
Dihevce_encode_header.h141 WORD32 slice_type,
Dihevce_frame_process.c540 WORD32 slice_type = ps_curr_out->s_slice_hdr.i1_slice_type; in ihevce_pre_enc_manage_ref_pics() local
555 if(BSLICE == slice_type) in ihevce_pre_enc_manage_ref_pics()
559 else if(PSLICE == slice_type) in ihevce_pre_enc_manage_ref_pics()
1091 WORD32 slice_type = ps_slice_header->i1_slice_type; in ihevce_manage_ref_pics() local
1129 if(BSLICE == slice_type) in ihevce_manage_ref_pics()
1133 else if(PSLICE == slice_type) in ihevce_manage_ref_pics()
1479 (curr_poc > cra_poc) ? (ref_poc_l0 >= cra_poc) : (slice_type != ISLICE); in ihevce_manage_ref_pics()
1507 (curr_poc > cra_poc) ? (ref_poc_l1 >= cra_poc) : (slice_type != ISLICE); in ihevce_manage_ref_pics()
1675 if(BSLICE == slice_type) in ihevce_manage_ref_pics()
1954 if(BSLICE == slice_type) in ihevce_manage_ref_pics()
[all …]
Dihevce_ipe_pass.c1005 WORD32 slice_type, in ihevce_ipe_process() argument
1047 if(ISLICE == slice_type) in ihevce_ipe_process()
1063 slice_type, in ihevce_ipe_process()
1068 ps_ctxt->i4_slice_type = slice_type; in ihevce_ipe_process()
Dihevce_rc_interface.c228 WORD8 slice_type,
1788 WORD32 scene_type, i4_is_scd = 0, i4_frame_qp, slice_type; in ihevce_rc_pre_enc_qp_query() local
1845 slice_type = ISLICE; in ihevce_rc_pre_enc_qp_query()
1850 slice_type = PSLICE; in ihevce_rc_pre_enc_qp_query()
1855 slice_type = BSLICE; in ihevce_rc_pre_enc_qp_query()
1862 slice_type, in ihevce_rc_pre_enc_qp_query()
2089 WORD32 slice_type, index, i4_num_frames_in_cur_gop, i4_cur_est_texture_bits; in ihevce_rc_get_pic_quant() local
2130 slice_type = ISLICE; in ihevce_rc_get_pic_quant()
2135 slice_type = PSLICE; in ihevce_rc_get_pic_quant()
2140 slice_type = BSLICE; in ihevce_rc_get_pic_quant()
[all …]
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dcollection_ops_util.cc85 auto slice_type = in GetElement() local
88 loc, ArrayRef<Type>{slice_type}, in GetElement()
108 auto slice_type = in SetElement() local
111 if (element.getType() != slice_type) { in SetElement()
113 loc, ArrayRef<Type>{slice_type}, in SetElement()
275 auto slice_type = in GatherElements() local
278 loc, ArrayRef<Type>{slice_type}, in GatherElements()
Dtensor_array_ops_decomposition.cc269 auto slice_type = original_elem.getType().cast<RankedTensorType>(); in HandleTensorArrayWriteV3Op() local
271 write.getLoc(), ArrayRef<Type>{slice_type}, in HandleTensorArrayWriteV3Op()
272 ArrayRef<Value>{elem, cutil::GetR1Const(slice_type.getShape(), builder, in HandleTensorArrayWriteV3Op()
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/
DH264TrackImpl.java273 if (sh.slice_type == SliceHeader.SliceType.B) { in readSamples()
432 public SliceType slice_type; field in H264TrackImpl.SliceHeader
449 slice_type = SliceType.P; in SliceHeader()
454 slice_type = SliceType.B; in SliceHeader()
459 slice_type = SliceType.I; in SliceHeader()
464 slice_type = SliceType.SP; in SliceHeader()
469 slice_type = SliceType.SI; in SliceHeader()
500 ", slice_type=" + slice_type + in toString()
/external/mesa3d/src/gallium/frontends/va/
Dpicture_h264_enc.c89 if (h264->RefPicList1[i].picture_id != VA_INVALID_ID && h264->slice_type == 1) { in vlVaHandleVAEncSliceParameterBufferTypeH264()
96 if (h264->slice_type == 1) in vlVaHandleVAEncSliceParameterBufferTypeH264()
98 else if (h264->slice_type == 0) in vlVaHandleVAEncSliceParameterBufferTypeH264()
100 else if (h264->slice_type == 2) { in vlVaHandleVAEncSliceParameterBufferTypeH264()
Dpicture_hevc_enc.c107 if (h265->ref_pic_list1[i].picture_id != VA_INVALID_ID && h265->slice_type == 1) { in vlVaHandleVAEncSliceParameterBufferTypeHEVC()
/external/libhevc/decoder/
Dihevcd_mv_merge.c824 WORD32 slice_type; in ihevcd_mv_merge() local
826 slice_type = ps_slice_hdr->i1_slice_type; in ihevcd_mv_merge()
832 if(slice_type == BSLICE) in ihevcd_mv_merge()
903 if(slice_type == PSLICE) in ihevcd_mv_merge()
913 if(slice_type == PSLICE) in ihevcd_mv_merge()
/external/deqp/external/vulkancts/scripts/src/vk_video/
Dvulkan_video_codec_h264std_encode.h76 StdVideoH264SliceType slice_type; member
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vk_video/
Dvulkan_video_codec_h264std_encode.h76 StdVideoH264SliceType slice_type; member
/external/kernel-headers/original/uapi/linux/
Dv4l2-controls.h1399 ((slice)->slice_type == V4L2_H264_SLICE_TYPE_P || \
1400 (slice)->slice_type == V4L2_H264_SLICE_TYPE_SP)) || \
1402 (slice)->slice_type == V4L2_H264_SLICE_TYPE_B))
1491 __u8 slice_type; member
/external/libavc/decoder/
Dih264d_thread_parse_decode.c217 u1_slice_type = ps_dec->ps_decode_cur_slice->slice_type; in ih264d_decode_recon_tfr_nmb_thread()
546 && (ps_dec->ps_decode_cur_slice->slice_type != B_SLICE) in ih264d_decode_slice_thread()
Dih264d_thread_compute_bs.c250 (ps_dec->ps_computebs_cur_slice->slice_type == B_SLICE); in ih264d_compute_bs_non_mbaff_thread()
501 u1_slice_type = ps_dec->ps_computebs_cur_slice->slice_type; in ih264d_recon_deblk_slice()
/external/python/cpython2/Python/
DPython-ast.c283 static PyTypeObject *slice_type; variable
814 slice_type = make_type("slice", &AST_type, NULL, 0); in init_types()
815 if (!slice_type) return 0; in init_types()
816 if (!add_attributes(slice_type, NULL, 0)) return 0; in init_types()
817 Ellipsis_type = make_type("Ellipsis", slice_type, NULL, 0); in init_types()
819 Slice_type = make_type("Slice", slice_type, Slice_fields, 3); in init_types()
821 ExtSlice_type = make_type("ExtSlice", slice_type, ExtSlice_fields, 1); in init_types()
823 Index_type = make_type("Index", slice_type, Index_fields, 1); in init_types()
6860 if (PyDict_SetItemString(d, "slice", (PyObject*)slice_type) < 0) return; in init_ast()

12