HomeSort by relevance Sort by last modified time
    Searched refs:num_neg_pics (Results 1 - 3 of 3) sorted by null

  /external/libhevc/decoder/
ihevcd_ref_list.c 97 WORD32 num_neg_pics, num_pos_pics; local
140 num_neg_pics = ps_sps->as_stref_picset[st_rps_idx].i1_num_neg_pics;
148 num_neg_pics = ps_slice_hdr->s_stref_picset.i1_num_neg_pics;
156 for(i = 0; i < num_neg_pics; i++)
170 for(i = num_neg_pics; i < num_neg_pics + num_pos_pics; i++)
ihevcd_parse_slice_header.c 407 WORD32 num_neg_pics; local
431 num_neg_pics = ps_sps->as_stref_picset[st_rps_idx].i1_num_neg_pics;
444 num_neg_pics = ps_slice_hdr->s_stref_picset.i1_num_neg_pics;
457 0, MAX_DPB_SIZE - num_neg_pics - num_pos_pics);
462 0, MAX_DPB_SIZE - num_neg_pics - num_pos_pics -
506 for(i = 0; i < num_neg_pics + num_pos_pics; i++)
    [all...]
ihevcd_parse_headers.c 379 WORD32 num_neg_pics = 0; local
440 num_neg_pics++;
451 num_neg_pics = CLIP3(num_neg_pics, 0, MAX_DPB_SIZE - 1);
452 num_pos_pics = CLIP3(num_pos_pics, 0, (MAX_DPB_SIZE - 1 - num_neg_pics));
453 num_pics = num_neg_pics + num_pos_pics;
459 ps_stref_picset->i1_num_neg_pics = num_neg_pics;
479 for(j = 0, k = num_neg_pics - 1; j < num_neg_pics >> 1; j++, k--)
    [all...]

Completed in 1026 milliseconds