HomeSort by relevance Sort by last modified time
    Searched refs:pu1_chroma (Results 1 - 10 of 10) 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_utils.c 518 ps_pic_buf->pu1_chroma = pu1_buf + ps_codec->i4_strd * (PAD_TOP / 2) + PAD_LEFT;
545 pu1_buf = ps_pic_buf->pu1_chroma;
555 pu1_buf = ps_pic_buf->pu1_chroma;
585 (NULL == ps_pic_buf->pu1_chroma))
590 ps_pic_buf->pu1_chroma += ps_codec->i4_strd * (PAD_TOP / 2) + PAD_LEFT;
927 pu1_buf = ps_cur_pic->pu1_chroma;
956 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_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_decode.c 277 ps_dec_op->s_disp_frm_buf.pv_u_buf = ps_disp_buf->pu1_chroma;
    [all...]
ihevcd_api.c     [all...]
  /external/libavc/encoder/
ih264e_fmt_conv.c 810 UWORD8 *pu1_chroma; local
818 pu1_chroma = ps_pic->pu1_chroma;
828 pu1_uv_src = pu1_chroma + (cur_row / 2) * ps_codec->i4_rec_strd;
ih264e_utils.c 823 ps_pic_buf->pu1_chroma = pu1_buf
    [all...]
  /external/libavc/common/
ih264_structs.h 79 UWORD8* pu1_chroma; member in struct:__anon23704
    [all...]
  /external/libavc/decoder/
ih264d_utils.c 1689 UWORD8 *pu1_luma, *pu1_chroma; local
    [all...]
  /external/libhevc/common/
ihevc_structs.h 911 UWORD8 *pu1_chroma; member in struct:__anon24867
    [all...]

Completed in 488 milliseconds