• Home
  • Raw
  • Download

Lines Matching refs:r_idx

863         WORD32 r_idx;  in ihevcd_parse_slice_header()  local
901 for(r_idx = 0; r_idx < MAX_DPB_SIZE; r_idx++) in ihevcd_parse_slice_header()
903 ps_slice_hdr->as_ref_pic_list0[r_idx].pv_pic_buf = NULL; in ihevcd_parse_slice_header()
904 ps_slice_hdr->as_ref_pic_list0[r_idx].pv_mv_buf = NULL; in ihevcd_parse_slice_header()
906 ps_slice_hdr->as_ref_pic_list1[r_idx].pv_pic_buf = NULL; in ihevcd_parse_slice_header()
907 ps_slice_hdr->as_ref_pic_list1[r_idx].pv_mv_buf = NULL; in ihevcd_parse_slice_header()
925 WORD32 r_idx; in ihevcd_parse_slice_header() local
940 for(r_idx = 0; r_idx < ps_slice_hdr->i1_num_ref_idx_l0_active; r_idx++) in ihevcd_parse_slice_header()
942 if(NULL == ps_slice_hdr->as_ref_pic_list0[r_idx].pv_pic_buf) in ihevcd_parse_slice_header()
944 ps_slice_hdr->as_ref_pic_list0[r_idx].pv_pic_buf = (void *)ps_pic_buf_ref; in ihevcd_parse_slice_header()
945 ps_slice_hdr->as_ref_pic_list0[r_idx].pv_mv_buf = (void *)ps_mv_buf_ref; in ihevcd_parse_slice_header()
949 for(r_idx = ps_slice_hdr->i1_num_ref_idx_l0_active; r_idx < MAX_DPB_SIZE; r_idx++) in ihevcd_parse_slice_header()
951 ps_slice_hdr->as_ref_pic_list0[r_idx].pv_pic_buf = (void *)ps_pic_buf_ref; in ihevcd_parse_slice_header()
952 ps_slice_hdr->as_ref_pic_list0[r_idx].pv_mv_buf = (void *)ps_mv_buf_ref; in ihevcd_parse_slice_header()
955 for(r_idx = 0; r_idx < ps_slice_hdr->i1_num_ref_idx_l1_active; r_idx++) in ihevcd_parse_slice_header()
957 if(NULL == ps_slice_hdr->as_ref_pic_list1[r_idx].pv_pic_buf) in ihevcd_parse_slice_header()
959 ps_slice_hdr->as_ref_pic_list1[r_idx].pv_pic_buf = (void *)ps_pic_buf_ref; in ihevcd_parse_slice_header()
960 ps_slice_hdr->as_ref_pic_list1[r_idx].pv_mv_buf = (void *)ps_mv_buf_ref; in ihevcd_parse_slice_header()
964 for(r_idx = ps_slice_hdr->i1_num_ref_idx_l1_active; r_idx < MAX_DPB_SIZE; r_idx++) in ihevcd_parse_slice_header()
966 ps_slice_hdr->as_ref_pic_list1[r_idx].pv_pic_buf = (void *)ps_pic_buf_ref; in ihevcd_parse_slice_header()
967 ps_slice_hdr->as_ref_pic_list1[r_idx].pv_mv_buf = (void *)ps_mv_buf_ref; in ihevcd_parse_slice_header()