Home
last modified time | relevance | path

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

/external/libavc/decoder/
Dih264d_thread_parse_decode.c445 UWORD16 i16_mb_x, i16_mb_y; in ih264d_decode_slice_thread() local
500 i16_mb_y = DIV(u2_first_mb_in_slice, i2_pic_wdin_mbs); in ih264d_decode_slice_thread()
501 i16_mb_y <<= u1_mbaff; in ih264d_decode_slice_thread()
502 ps_dec->i2_dec_thread_mb_y = i16_mb_y; in ih264d_decode_slice_thread()
517 y_offset = (i16_mb_y * u4_frame_stride) << 4; in ih264d_decode_slice_thread()
525 y_offset = (i16_mb_y * u4_frame_stride) << 3; in ih264d_decode_slice_thread()
Dih264d_thread_compute_bs.c390 UWORD16 i16_mb_x, i16_mb_y; in ih264d_recon_deblk_slice() local
461 i16_mb_y = DIV(u2_first_mb_in_slice, i2_pic_wdin_mbs); in ih264d_recon_deblk_slice()
462 i16_mb_y <<= u1_mbaff; in ih264d_recon_deblk_slice()
463 ps_dec->i2_recon_thread_mb_y = i16_mb_y; in ih264d_recon_deblk_slice()
468 y_offset = (i16_mb_y * u4_frame_stride) << 4; in ih264d_recon_deblk_slice()
476 y_offset = (i16_mb_y * u4_frame_stride) << 3; in ih264d_recon_deblk_slice()