HomeSort by relevance Sort by last modified time
    Searched refs:u4_deblk_mb_y (Results 1 - 6 of 6) sorted by null

  /external/libavc/decoder/
ih264d_deblocking.c 436 if(ps_dec->u4_deblk_mb_y != 0)
611 ps_dec->u4_deblk_mb_y++;
    [all...]
ih264d_thread_parse_decode.c 410 ps_dec->u4_deblk_mb_y = ps_cur_mb_info->u2_mby;
ih264d_thread_compute_bs.c 347 u4_mb_num = MIN(u4_mb_num + 1, (ps_dec->u4_deblk_mb_y + 1) * ps_dec->u2_frm_wd_in_mbs - 1);
ih264d_process_pslice.c 469 ps_dec->u4_deblk_mb_y = ps_cur_mb_info->u2_mby;
    [all...]
ih264d_structs.h 1323 UWORD32 u4_deblk_mb_y; member in struct:_DecStruct
    [all...]
ih264d_parse_slice.c 735 ps_dec->u4_deblk_mb_y = 0;
    [all...]

Completed in 95 milliseconds