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

  /external/libhevc/decoder/
ihevcd_defs.h 72 #define PAD_TOP 80
95 #define PAD_HT (PAD_TOP + PAD_BOT)
ihevcd_ilf_padding.c 197 ihevc_pad_top(ps_deblk_ctxt->pu1_cur_pic_luma - PAD_LEFT, ps_codec->i4_strd, ps_sps->i2_pic_width_in_luma_samples + PAD_WD, PAD_TOP);
198 ihevc_pad_top(ps_deblk_ctxt->pu1_cur_pic_chroma - PAD_LEFT, ps_codec->i4_strd, ps_sps->i2_pic_width_in_luma_samples + PAD_WD, PAD_TOP / 2);
ihevcd_process_slice.c     [all...]
ihevcd_utils.c 615 ps_pic_buf->pu1_luma = pu1_buf + ps_codec->i4_strd * PAD_TOP + PAD_LEFT;
618 ps_pic_buf->pu1_chroma = pu1_buf + ps_codec->i4_strd * (PAD_TOP / 2) + PAD_LEFT;
    [all...]
ihevcd_api.c     [all...]

Completed in 7159 milliseconds