Home
last modified time | relevance | path

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

/external/libavc/decoder/
Dih264d_thread_compute_bs.c463 ps_dec->i2_recon_thread_mb_y = i16_mb_y; in ih264d_recon_deblk_slice()
541 … u4_mb_num = MIN(u4_mb_num + 1, (ps_dec->i2_recon_thread_mb_y + 1) * i2_pic_wdin_mbs - 1); in ih264d_recon_deblk_slice()
625 ps_dec->i2_recon_thread_mb_y += (1 << u1_mbaff); in ih264d_recon_deblk_slice()
626 u2_mb_y = ps_dec->i2_recon_thread_mb_y; in ih264d_recon_deblk_slice()
Dih264d_structs.h1272 WORD16 i2_recon_thread_mb_y; member