Home
last modified time | relevance | path

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

/external/libhevc/decoder/
Dihevcd_fmt_conv.c795 WORD32 last_ctb_y; in ihevcd_fmt_conv() local
802 last_ctb_y = (last_row >> ps_sps->i1_log2_ctb_size) - 1; in ihevcd_fmt_conv()
804 last_ctb_y++; in ihevcd_fmt_conv()
806 last_ctb_y++; in ihevcd_fmt_conv()
807 last_ctb_y = MIN(last_ctb_y, (ps_sps->i2_pic_ht_in_ctb - 1)); in ihevcd_fmt_conv()
809 idx = (last_ctb_y * ps_sps->i2_pic_wd_in_ctb); in ihevcd_fmt_conv()