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

  /external/libhevc/decoder/
ihevcd_fmt_conv.c 707 UWORD8 *pu1_chroma; local
730 pu1_chroma = ps_disp_pic->pu1_chroma;
737 pu1_chroma += ps_codec->i4_strd * ps_sps->i2_pic_crop_top_offset + ps_sps->i2_pic_crop_left_offset * 2;
753 pu1_uv_src = pu1_chroma + (cur_row / 2) * ps_codec->i4_strd;
ihevcd_inter_pred.c 236 ref_pic_chroma_l0 = ps_pic_buf_l0->pu1_chroma;
252 ref_pic_chroma_l1 = ps_pic_buf_l1->pu1_chroma;
ihevcd_utils.c 618 ps_pic_buf->pu1_chroma = pu1_buf + ps_codec->i4_strd * (PAD_TOP / 2) + PAD_LEFT;
863 pu1_buf = ps_cur_pic->pu1_chroma;
871 memset(ps_cur_pic->pu1_chroma, 128, (ps_sps->i2_pic_width_in_luma_samples + PAD_WD) * ps_sps->i2_pic_height_in_luma_samples / 2);
    [all...]
ihevcd_decode.c 242 ps_dec_op->s_disp_frm_buf.pv_u_buf = ps_disp_buf->pu1_chroma;
ihevcd_api.c     [all...]
  /external/libhevc/common/
ihevc_structs.h 47 UWORD8 *pu1_chroma; member in struct:__anon3262
    [all...]

Completed in 65 milliseconds