Searched refs:left_extra_pix (Results 1 – 1 of 1) sorted by relevance
/external/libhevc/encoder/ |
D | ihevce_enc_subpel_gen.c | 412 WORD32 top_extra_pix = 0, left_extra_pix = 0; in ihevce_recon_padding() local 466 left_extra_pix = 8; in ihevce_recon_padding() 473 pu1_src - left_extra_pix, stride, wd + left_extra_pix, PAD_HORZ, PAD_VERT, pf_pad_top); in ihevce_recon_padding() 475 pu1_src_uv - left_extra_pix, in ihevce_recon_padding() 477 wd_uv + left_extra_pix, in ihevce_recon_padding() 492 ((pu1_src - left_extra_pix) + (ht * stride)), in ihevce_recon_padding() 494 wd + left_extra_pix, in ihevce_recon_padding() 499 ((pu1_src_uv - left_extra_pix) + (ht_uv * stride_uv)), in ihevce_recon_padding() 501 wd_uv + left_extra_pix, in ihevce_recon_padding()
|