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

  /external/libhevc/decoder/
ihevcd_utils.c 198 WORD32 max_dpb_size; local
205 max_dpb_size = ps_sps->ai1_sps_max_dec_pic_buffering[ps_sps->i1_sps_max_sub_layers - 1];
208 max_dpb_size += ps_sps->ai1_sps_max_num_reorder_pics[ps_sps->i1_sps_max_sub_layers - 1];
210 max_dpb_size++;
212 * (Wd + horz_pad) * (Ht + vert_pad) * (2 * max_dpb_size + 1)
222 size = num_samples * max_dpb_size;
457 WORD32 max_dpb_size; local
470 max_dpb_size = ps_sps->ai1_sps_max_dec_pic_buffering[ps_sps->i1_sps_max_sub_layers - 1];
473 max_dpb_size += ps_sps->ai1_sps_max_num_reorder_pics[ps_sps->i1_sps_max_sub_layers - 1];
479 max_dpb_size++
579 WORD32 max_dpb_size; local
    [all...]
ihevcd_api.c 1453 WORD32 max_dpb_size; local
    [all...]
  /external/libavc/encoder/
ih264e_utils.c 615 MIN( 1024 * max_dpb_size_bytes / ( pic_size * 3 ), MAX_DPB_SIZE );
688 * (Wd + horz_pad) * (Ht + vert_pad) * (2 * max_dpb_size + 1)
691 * ((Wd * Ht) + (horz_pad * vert_pad) + Wd * vert_pad + Ht * horz_pad) * (2 * max_dpb_size + 1)
692 * (Wd * Ht) * (2 * max_dpb_size + 1) + ((horz_pad * vert_pad) + Wd * vert_pad + Ht * horz_pad) * (2 * max_dpb_size + 1)
693 * Now max_dpb_size increases with smaller Wd and Ht, but Wd * ht * max_dpb_size will still be lesser or equal to max_wd * max_ht * dpb_size
695 * In the above equation (Wd * Ht) * (2 * max_dpb_size + 1) is accounted by using num_samples * (2 * max_dpb_size + 1) below
698 * ((pad * pad) + pad * (Wd + Ht)) * (2 * max_dpb_size + 1) has to accounted from the above for paddin
868 WORD32 max_dpb_size = 0; local
    [all...]

Completed in 597 milliseconds