/external/u-boot/arch/arm/mach-imx/imx8m/ |
D | clock_slice.c | 558 static void __iomem *get_clk_root_target(enum clk_slice_type slice_type, in get_clk_root_target() argument 563 switch (slice_type) { in get_clk_root_target() 611 clk_root_target = get_clk_root_target(p->slice_type, p->slice_index); in clock_get_target_val() 634 clk_root_target = get_clk_root_target(p->slice_type, p->slice_index); in clock_set_target_val() 646 u32 slice_index, slice_type; in clock_root_enabled() local 657 slice_type = root_array[root_entry].slice_type; in clock_root_enabled() 660 if ((slice_type == IPG_CLOCK_SLICE) || in clock_root_enabled() 661 (slice_type == DRAM_SEL_CLOCK_SLICE) || in clock_root_enabled() 662 (slice_type == CORE_SEL_CLOCK_SLICE)) { in clock_root_enabled() 670 clk_root_target = get_clk_root_target(slice_type, slice_index); in clock_root_enabled() [all …]
|
/external/webrtc/webrtc/modules/rtp_rtcp/source/ |
D | h264_bitstream_parser.cc | 335 uint32_t slice_type; in ParseNonParameterSetNalu() local 336 RETURN_FALSE_ON_FAIL(slice_reader.ReadExponentialGolomb(&slice_type)); in ParseNonParameterSetNalu() 340 slice_type %= 5; in ParseNonParameterSetNalu() 387 if (slice_type == kSliceTypeB) { in ParseNonParameterSetNalu() 391 if (slice_type == kSliceTypeP || slice_type == kSliceTypeSp || in ParseNonParameterSetNalu() 392 slice_type == kSliceTypeB) { in ParseNonParameterSetNalu() 400 if (slice_type == kSliceTypeB) { in ParseNonParameterSetNalu() 417 if (slice_type % 5 != 2 && slice_type % 5 != 4) { in ParseNonParameterSetNalu() 441 if (slice_type % 5 == 1) { in ParseNonParameterSetNalu() 468 (slice_type == kSliceTypeP || slice_type == kSliceTypeSp)) || in ParseNonParameterSetNalu() [all …]
|
/external/mesa3d/src/gallium/frontends/omx/ |
D | vid_dec_h264_common.c | 492 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/libhevc/encoder/ |
D | ihevce_frame_process_utils.c | 156 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()
|
D | ihevce_entropy_interface.c | 316 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()
|
D | ihevce_frame_process_utils.h | 73 WORD32 slice_type,
|
D | ihevce_mv_pred_merge.c | 528 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()
|
D | ihevce_ipe_pass.h | 136 WORD32 slice_type,
|
D | ihevce_encode_header.h | 141 WORD32 slice_type,
|
D | ihevce_frame_process.c | 540 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 …]
|
D | ihevce_ipe_pass.c | 1005 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()
|
D | ihevce_rc_interface.c | 228 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 …]
|
D | ihevce_encode_header.c | 2940 WORD32 slice_type, in ihevce_populate_slice_header() argument 2983 ps_slice_hdr->i1_slice_type = (WORD8)slice_type; in ihevce_populate_slice_header()
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/ |
D | H264TrackImpl.java | 273 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/ |
D | picture_h264_enc.c | 89 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()
|
D | picture_hevc_enc.c | 107 if (h265->ref_pic_list1[i].picture_id != VA_INVALID_ID && h265->slice_type == 1) { in vlVaHandleVAEncSliceParameterBufferTypeHEVC()
|
/external/libhevc/decoder/ |
D | ihevcd_mv_merge.c | 824 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/v4l2_codec2/accel/ |
D | h264_parser.cc | 59 return (slice_type % 5 == kPSlice); in IsPSlice() 63 return (slice_type % 5 == kBSlice); in IsBSlice() 67 return (slice_type % 5 == kISlice); in IsISlice() 71 return (slice_type % 5 == kSPSlice); in IsSPSlice() 75 return (slice_type % 5 == kSISlice); in IsSISlice() 1427 READ_UE_OR_RETURN(&shdr->slice_type); in ParseSliceHeader() 1428 TRUE_OR_RETURN(shdr->slice_type < 10); in ParseSliceHeader()
|
D | h264_parser.h | 308 int slice_type; member
|
/external/libavc/decoder/ |
D | ih264d_thread_parse_decode.c | 217 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()
|
D | ih264d_thread_compute_bs.c | 250 (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()
|
D | ih264d_structs.h | 668 volatile UWORD32 slice_type; member
|
/external/u-boot/arch/arm/include/asm/arch-imx8m/ |
D | clock.h | 123 enum clk_slice_type slice_type; member
|
/external/python/cpython2/Python/ |
D | Python-ast.c | 283 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()
|
/external/python/cpython3/Python/ |
D | Python-ast.c | 378 static PyTypeObject *slice_type; variable 1000 slice_type = make_type("slice", &AST_type, NULL, 0); in init_types() 1001 if (!slice_type) return 0; in init_types() 1002 if (!add_attributes(slice_type, NULL, 0)) return 0; in init_types() 1003 Slice_type = make_type("Slice", slice_type, Slice_fields, 3); in init_types() 1005 ExtSlice_type = make_type("ExtSlice", slice_type, ExtSlice_fields, 1); in init_types() 1007 Index_type = make_type("Index", slice_type, Index_fields, 1); in init_types() 8905 if (PyDict_SetItemString(d, "slice", (PyObject*)slice_type) < 0) return in PyInit__ast()
|