Home
last modified time | relevance | path

Searched refs:top_extra_pix (Results 1 – 1 of 1) sorted by relevance

/external/libhevc/encoder/
Dihevce_enc_subpel_gen.c412 WORD32 top_extra_pix = 0, left_extra_pix = 0; in ihevce_recon_padding() local
462 top_extra_pix = 8; in ihevce_recon_padding()
514 (pu1_buf_y - top_extra_pix * stride), in ihevce_recon_padding()
516 cpy_ht_y + top_extra_pix, in ihevce_recon_padding()
521 pu1_buf_uv - (top_extra_pix >> 1) * (u1_is_422 + 1) * stride_uv, in ihevce_recon_padding()
523 cpy_ht_uv + (top_extra_pix >> 1) * (u1_is_422 + 1), in ihevce_recon_padding()
533 ((pu1_buf_y - (top_extra_pix * stride)) + wd), in ihevce_recon_padding()
535 cpy_ht_y + top_extra_pix, in ihevce_recon_padding()
540 ((pu1_buf_uv - ((top_extra_pix >> 1) * (u1_is_422 + 1) * stride_uv)) + wd_uv), in ihevce_recon_padding()
542 cpy_ht_uv + (top_extra_pix >> 1) * (u1_is_422 + 1), in ihevce_recon_padding()