Searched refs:s_rplm (Results 1 – 8 of 8) sorted by relevance
/external/libavc/encoder/svc/ |
D | isvce_encode_header.c | 555 PUT_BITS(ps_bitstrm, ps_slice_hdr->s_rplm.i1_ref_pic_list_modification_flag_l0, 1, in isvce_generate_slice_header() 558 if(ps_slice_hdr->s_rplm.i1_ref_pic_list_modification_flag_l0) in isvce_generate_slice_header() 563 ps_slice_hdr->s_rplm.i1_modification_of_pic_nums_idc_l0; in isvce_generate_slice_header() 565 ps_slice_hdr->s_rplm.u4_abs_diff_pic_num_minus1_l0; in isvce_generate_slice_header() 566 UWORD8 *pu1_long_term_pic_num_l0 = ps_slice_hdr->s_rplm.u1_long_term_pic_num_l0; in isvce_generate_slice_header() 598 PUT_BITS(ps_bitstrm, ps_slice_hdr->s_rplm.i1_ref_pic_list_modification_flag_l1, 1, in isvce_generate_slice_header() 601 if(ps_slice_hdr->s_rplm.i1_ref_pic_list_modification_flag_l1) in isvce_generate_slice_header() 606 ps_slice_hdr->s_rplm.i1_modification_of_pic_nums_idc_l1; in isvce_generate_slice_header() 608 ps_slice_hdr->s_rplm.u4_abs_diff_pic_num_minus1_l1; in isvce_generate_slice_header() 609 UWORD8 *pu1_long_term_pic_num_l1 = ps_slice_hdr->s_rplm.u1_long_term_pic_num_l1; in isvce_generate_slice_header() [all …]
|
/external/libhevc/decoder/ |
D | ihevcd_ref_list.c | 430 ….pv_pic_buf = ps_slice_hdr->s_rplm.i1_ref_pic_list_modification_flag_l0 ? (void *)as_ref_pic_list… in ihevcd_ref_list() 479 ….pv_pic_buf = ps_slice_hdr->s_rplm.i1_ref_pic_list_modification_flag_l1 ? (void *)as_ref_pic_list… in ihevcd_ref_list()
|
D | ihevcd_parse_slice_header.c | 150 ps_rplm = &(ps_slice_hdr->s_rplm); in ihevcd_ref_pic_list_modification() 625 ps_slice_hdr->s_rplm.i1_ref_pic_list_modification_flag_l0 = 0; in ihevcd_parse_slice_header() 626 ps_slice_hdr->s_rplm.i1_ref_pic_list_modification_flag_l1 = 0; in ihevcd_parse_slice_header()
|
/external/libhevc/encoder/ |
D | ihevce_entropy_interface.c | 770 ps_entropy_ctxt->ps_slice_hdr->s_rplm.i4_ref_poc_l0[i]; in ihevce_entropy_encode_frame() 772 ps_entropy_ctxt->ps_slice_hdr->s_rplm.i1_list_entry_l0[i]; in ihevce_entropy_encode_frame() 782 ps_entropy_ctxt->ps_slice_hdr->s_rplm.i4_ref_poc_l1[i]; in ihevce_entropy_encode_frame() 784 ps_entropy_ctxt->ps_slice_hdr->s_rplm.i1_list_entry_l1[i]; in ihevce_entropy_encode_frame()
|
D | ihevce_encode_header.c | 493 ps_bitstrm, ps_slice_hdr->s_rplm.i1_ref_pic_list_modification_flag_l0, 1, return_status); in ref_pic_list_modification() 496 ps_slice_hdr->s_rplm.i1_ref_pic_list_modification_flag_l0); in ref_pic_list_modification() 498 if(ps_slice_hdr->s_rplm.i1_ref_pic_list_modification_flag_l0) in ref_pic_list_modification() 505 PUT_BITS(ps_bitstrm, ps_slice_hdr->s_rplm.i1_list_entry_l0[i], num_bits, return_status); in ref_pic_list_modification() 506 ENTROPY_TRACE("list_entry_l0", ps_slice_hdr->s_rplm.i1_list_entry_l0[i]); in ref_pic_list_modification() 514 … ps_bitstrm, ps_slice_hdr->s_rplm.i1_ref_pic_list_modification_flag_l1, 1, return_status); in ref_pic_list_modification() 517 ps_slice_hdr->s_rplm.i1_ref_pic_list_modification_flag_l1); in ref_pic_list_modification() 519 if(ps_slice_hdr->s_rplm.i1_ref_pic_list_modification_flag_l1) in ref_pic_list_modification() 527 ps_bitstrm, ps_slice_hdr->s_rplm.i1_list_entry_l1[i], num_bits, return_status); in ref_pic_list_modification() 528 ENTROPY_TRACE("list_entry_l1", ps_slice_hdr->s_rplm.i1_list_entry_l1[i]); in ref_pic_list_modification()
|
D | ihevce_frame_process.c | 1142 ps_slice_header->s_rplm.i1_ref_pic_list_modification_flag_l0 = 0; in ihevce_manage_ref_pics() 1143 ps_slice_header->s_rplm.i1_ref_pic_list_modification_flag_l1 = 0; in ihevce_manage_ref_pics() 1272 ps_slice_header->s_rplm.i1_ref_pic_list_modification_flag_l0 = 1; in ihevce_manage_ref_pics() 1273 ps_slice_header->s_rplm.i1_ref_pic_list_modification_flag_l1 = 1; in ihevce_manage_ref_pics() 1377 ps_slice_header->s_rplm.i1_ref_pic_list_modification_flag_l1 = 1; in ihevce_manage_ref_pics() 1378 ps_slice_header->s_rplm.i1_ref_pic_list_modification_flag_l0 = 1; in ihevce_manage_ref_pics() 1644 ps_slice_header->s_rplm.i4_ref_poc_l0[ctr] = ps_ref_list_cur->i4_poc; in ihevce_manage_ref_pics() 1645 ps_slice_header->s_rplm.i1_list_entry_l0[ctr] = i4_latest_idx; in ihevce_manage_ref_pics() 1663 ps_slice_header->s_rplm.i4_ref_poc_l1[ctr] = ps_ref_list_cur->i4_poc; in ihevce_manage_ref_pics() 1664 ps_slice_header->s_rplm.i1_list_entry_l1[ctr] = i4_latest_idx; in ihevce_manage_ref_pics()
|
/external/libavc/common/ |
D | ih264_structs.h | 1364 rplm_t s_rplm; member
|
/external/libhevc/common/ |
D | ihevc_structs.h | 3123 rplm_t s_rplm; member
|