Home
last modified time | relevance | path

Searched refs:pic_wd (Results 1 – 7 of 7) sorted by relevance

/external/libavc/decoder/
Dih264d_api.c1668 UWORD32 ih264d_get_outbuf_size(WORD32 pic_wd, in ih264d_get_outbuf_size() argument
1687 p_buf_size[0] = (pic_wd * pic_ht); in ih264d_get_outbuf_size()
1688 p_buf_size[1] = (pic_wd * pic_ht) >> 2; in ih264d_get_outbuf_size()
1689 p_buf_size[2] = (pic_wd * pic_ht) >> 2; in ih264d_get_outbuf_size()
1693 p_buf_size[0] = (pic_wd * pic_ht) * 2; in ih264d_get_outbuf_size()
1698 p_buf_size[0] = (pic_wd * pic_ht) * 2; in ih264d_get_outbuf_size()
1704 p_buf_size[0] = (pic_wd * pic_ht); in ih264d_get_outbuf_size()
1705 p_buf_size[1] = (pic_wd * pic_ht) >> 1; in ih264d_get_outbuf_size()
1716 UWORD32 pic_wd, pic_ht; in check_app_out_buf_size() local
1720 pic_wd = ps_dec->u2_disp_width; in check_app_out_buf_size()
[all …]
Dih264d_parse_slice.c350 UWORD16 pic_wd; in ih264d_start_of_pic() local
354 pic_wd = ps_dec->u2_pic_wd; in ih264d_start_of_pic()
356 num_mbs = (pic_wd * pic_ht) >> 8; in ih264d_start_of_pic()
/external/libhevc/decoder/
Dihevcd_debug.h129 …pic_luma, pu1_cur_pic_chroma, pic_wd, pic_ht, pic_strd) ihevcd_debug_dump_pic(pu1_cur_pic_luma, pu… argument
138 #define DUMP_PRE_ILF(pu1_cur_pic_luma, pu1_cur_pic_chroma, pic_wd, pic_ht, pic_strd) argument
/external/libmpeg2/decoder/
Dimpeg2d_api_main.c128 UWORD32 impeg2d_get_outbuf_size(WORD32 pic_wd,UWORD32 pic_ht, WORD32 u1_chroma_format,UWORD32 *p_bu…
1487 UWORD32 impeg2d_get_outbuf_size(WORD32 pic_wd,UWORD32 pic_ht, WORD32 u1_chroma_format,UWORD32 *p_bu… in impeg2d_get_outbuf_size() argument
1502 p_buf_size[0] = (pic_wd * pic_ht); in impeg2d_get_outbuf_size()
1503 p_buf_size[1] = (pic_wd * pic_ht) in impeg2d_get_outbuf_size()
1505 p_buf_size[2] = (pic_wd * pic_ht) in impeg2d_get_outbuf_size()
1510 p_buf_size[0] = (pic_wd * pic_ht) in impeg2d_get_outbuf_size()
1517 p_buf_size[0] = (pic_wd * pic_ht) in impeg2d_get_outbuf_size()
1525 p_buf_size[0] = (pic_wd * pic_ht); in impeg2d_get_outbuf_size()
1526 p_buf_size[1] = (pic_wd * pic_ht) in impeg2d_get_outbuf_size()
1538 UWORD32 pic_wd, pic_ht; in check_app_out_buf_size() local
[all …]
/external/libhevc/encoder/
Dihevce_enc_cu_recursion.c2316 WORD32 pic_wd = ps_ctxt->s_sao_ctxt_t.ps_sps->i2_pic_width_in_luma_samples; in ihevce_cu_recurse_decide() local
2374 if(((x0_frm + cu_size) <= pic_wd) && ((y0_frm + cu_size) <= pic_ht) && in ihevce_cu_recurse_decide()
Dhme_utils.c596 get_ctb_attrs(S32 ctb_start_x, S32 ctb_start_y, S32 pic_wd, S32 pic_ht, me_frm_ctxt_t *ps_ctxt) in get_ctb_attrs() argument
601 horz_crop = ((ctb_start_x + 64) > pic_wd) ? 2 : 0; in get_ctb_attrs()
Dhme_refine.c124 get_ctb_attrs(S32 ctb_start_x, S32 ctb_start_y, S32 pic_wd, S32 pic_ht, me_frm_ctxt_t *ps_ctxt);