Home
last modified time | relevance | path

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

/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()
/external/libhevc/encoder/
Dihevce_enc_subpel_gen.c287 WORD32 last_ctb_y = in ihevce_pad_interp_recon_ctb() local
290 ht = last_ctb_y; in ihevce_pad_interp_recon_ctb()
291 ht_uv = last_ctb_y >> (0 == u1_is_422); in ihevce_pad_interp_recon_ctb()
538 WORD32 last_ctb_y = in ihevce_pad_interp_recon_src_ctb() local
541 ht = last_ctb_y; in ihevce_pad_interp_recon_src_ctb()
542 ht_uv = last_ctb_y >> (0 == u1_is_422); in ihevce_pad_interp_recon_src_ctb()