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

  /external/libhevc/decoder/
ihevcd_ilf_padding.c 173 ps_codec->s_func_selector.ihevc_pad_left_luma_fptr(pu1_cur_ctb_luma - 8 * ps_codec->i4_strd, ps_codec->i4_strd, pad_ht_luma, PAD_LEFT);
174 ps_codec->s_func_selector.ihevc_pad_left_chroma_fptr(pu1_cur_ctb_chroma - 8 * ps_codec->i4_strd, ps_codec->i4_strd, pad_ht_chroma, PAD_LEFT);
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);
200 pu1_buf = ps_deblk_ctxt->pu1_cur_pic_luma + ps_codec->i4_strd * ps_sps->i2_pic_height_in_luma_samples - PAD_LEFT;
204 pu1_buf = ps_deblk_ctxt->pu1_cur_pic_chroma + ps_codec->i4_strd * (ps_sps->i2_pic_height_in_luma_samples / 2) - PAD_LEFT;
ihevcd_defs.h 82 #define PAD_LEFT 80
91 #define PAD_WD (PAD_LEFT + PAD_RIGHT)
ihevcd_process_slice.c     [all...]
ihevcd_fmt_conv.c 762 if(diff == (ps_codec->i4_strd * PAD_TOP + PAD_LEFT))
765 pu1_u_dst += (ps_codec->i4_strd * PAD_TOP) / 4 + (PAD_LEFT / 2);
768 pu1_v_dst += (ps_codec->i4_strd * PAD_TOP) / 4 + (PAD_LEFT / 2);
ihevcd_utils.c 515 ps_pic_buf->pu1_luma = pu1_buf + ps_codec->i4_strd * PAD_TOP + PAD_LEFT;
518 ps_pic_buf->pu1_chroma = pu1_buf + ps_codec->i4_strd * (PAD_TOP / 2) + PAD_LEFT;
589 ps_pic_buf->pu1_luma += ps_codec->i4_strd * PAD_TOP + PAD_LEFT;
590 ps_pic_buf->pu1_chroma += ps_codec->i4_strd * (PAD_TOP / 2) + PAD_LEFT;
    [all...]
ihevcd_decode.c 286 if(diff == (ps_codec->i4_strd * PAD_TOP + PAD_LEFT))
289 pu1_u_dst += (ps_codec->i4_strd * PAD_TOP) / 4 + (PAD_LEFT / 2);
292 pu1_v_dst += (ps_codec->i4_strd * PAD_TOP) / 4 + (PAD_LEFT / 2);
    [all...]
ihevcd_api.c     [all...]
  /packages/services/BuiltInPrintService/jni/plugins/
wprint_image.h 51 PAD_LEFT = (1 << 1),
57 #define PAD_PRINT (PAD_TOP | PAD_LEFT)
58 #define PAD_ALL (PAD_TOP | PAD_LEFT | PAD_RIGHT | PAD_BOTTOM)
wprint_image.c 563 if (padding_options & PAD_LEFT) {
629 int padding_left = ((padding_options & PAD_LEFT) ? BYTES_PER_PIXEL(
    [all...]
  /external/libavc/encoder/
ih264e_defs.h 100 #define PAD_LEFT 32
109 #define PAD_WD (PAD_LEFT + PAD_RIGHT)
ih264e_process.c     [all...]
ih264e_utils.c 820 + PAD_LEFT;
824 + ps_codec->i4_rec_strd * (PAD_TOP / 2)+ PAD_LEFT;
    [all...]

Completed in 374 milliseconds