• Home
  • Raw
  • Download

Lines Matching refs:r_idx

946         WORD32 r_idx;  in ihevcd_parse_slice_header()  local
984 for(r_idx = 0; r_idx < MAX_DPB_SIZE; r_idx++) in ihevcd_parse_slice_header()
986 ps_slice_hdr->as_ref_pic_list0[r_idx].pv_pic_buf = NULL; in ihevcd_parse_slice_header()
987 ps_slice_hdr->as_ref_pic_list0[r_idx].pv_mv_buf = NULL; in ihevcd_parse_slice_header()
989 ps_slice_hdr->as_ref_pic_list1[r_idx].pv_pic_buf = NULL; in ihevcd_parse_slice_header()
990 ps_slice_hdr->as_ref_pic_list1[r_idx].pv_mv_buf = NULL; in ihevcd_parse_slice_header()
1012 WORD32 r_idx; in ihevcd_parse_slice_header() local
1027 for(r_idx = 0; r_idx < ps_slice_hdr->i1_num_ref_idx_l0_active; r_idx++) in ihevcd_parse_slice_header()
1029 if(NULL == ps_slice_hdr->as_ref_pic_list0[r_idx].pv_pic_buf) in ihevcd_parse_slice_header()
1031 ps_slice_hdr->as_ref_pic_list0[r_idx].pv_pic_buf = (void *)ps_pic_buf_ref; in ihevcd_parse_slice_header()
1032 ps_slice_hdr->as_ref_pic_list0[r_idx].pv_mv_buf = (void *)ps_mv_buf_ref; in ihevcd_parse_slice_header()
1036 for(r_idx = ps_slice_hdr->i1_num_ref_idx_l0_active; r_idx < MAX_DPB_SIZE; r_idx++) in ihevcd_parse_slice_header()
1038 ps_slice_hdr->as_ref_pic_list0[r_idx].pv_pic_buf = (void *)ps_pic_buf_ref; in ihevcd_parse_slice_header()
1039 ps_slice_hdr->as_ref_pic_list0[r_idx].pv_mv_buf = (void *)ps_mv_buf_ref; in ihevcd_parse_slice_header()
1042 for(r_idx = 0; r_idx < ps_slice_hdr->i1_num_ref_idx_l1_active; r_idx++) in ihevcd_parse_slice_header()
1044 if(NULL == ps_slice_hdr->as_ref_pic_list1[r_idx].pv_pic_buf) in ihevcd_parse_slice_header()
1046 ps_slice_hdr->as_ref_pic_list1[r_idx].pv_pic_buf = (void *)ps_pic_buf_ref; in ihevcd_parse_slice_header()
1047 ps_slice_hdr->as_ref_pic_list1[r_idx].pv_mv_buf = (void *)ps_mv_buf_ref; in ihevcd_parse_slice_header()
1051 for(r_idx = ps_slice_hdr->i1_num_ref_idx_l1_active; r_idx < MAX_DPB_SIZE; r_idx++) in ihevcd_parse_slice_header()
1053 ps_slice_hdr->as_ref_pic_list1[r_idx].pv_pic_buf = (void *)ps_pic_buf_ref; in ihevcd_parse_slice_header()
1054 ps_slice_hdr->as_ref_pic_list1[r_idx].pv_mv_buf = (void *)ps_mv_buf_ref; in ihevcd_parse_slice_header()