Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dihevce_enc_subpel_gen.c279 WORD32 last_ctb_y = in ihevce_pad_interp_recon_ctb() local
282 ht = last_ctb_y; in ihevce_pad_interp_recon_ctb()
283 ht_uv = last_ctb_y >> (0 == u1_is_422); in ihevce_pad_interp_recon_ctb()
449 WORD32 last_ctb_y = in ihevce_recon_padding() local
452 ht = last_ctb_y; in ihevce_recon_padding()
453 ht_uv = last_ctb_y >> (0 == u1_is_422); in ihevce_recon_padding()
609 WORD32 last_ctb_y = in ihevce_pad_interp_recon_src_ctb() local
612 ht = last_ctb_y; in ihevce_pad_interp_recon_src_ctb()
613 ht_uv = last_ctb_y >> (0 == u1_is_422); in ihevce_pad_interp_recon_src_ctb()
/external/libhevc/decoder/
Dihevcd_fmt_conv.c797 WORD32 last_ctb_y; in ihevcd_fmt_conv() local
804 last_ctb_y = (last_row >> ps_sps->i1_log2_ctb_size) - 1; in ihevcd_fmt_conv()
806 last_ctb_y++; in ihevcd_fmt_conv()
808 last_ctb_y++; in ihevcd_fmt_conv()
809 last_ctb_y = MIN(last_ctb_y, (ps_sps->i2_pic_ht_in_ctb - 1)); in ihevcd_fmt_conv()
811 idx = (last_ctb_y * ps_sps->i2_pic_wd_in_ctb); in ihevcd_fmt_conv()