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

  /external/libavc/decoder/
ih264d_parse_bslice.c 923 UWORD8 u1_blk_no; local
    [all...]
ih264d_process_pslice.c 115 UWORD32 u1_blk_no; local
150 for(u1_blk_no = 0; u1_blk_no < u1_num_ref; u1_blk_no++)
152 i1_ref_idx = pi1_ref_idx[u1_blk_no];
157 ppu4_wt_ofst[u1_blk_no] = pu4_wt_offst;
225 u1_blk_no =
239 i1_ref_idx = pi1_ref_idx[u1_blk_no];
265 pu4_wt_offst = ppu4_wt_ofst[u1_blk_no];
297 u1_colz |= ps_mb_part_info->u1_col_info[u1_blk_no];
    [all...]
ih264d_parse_mb_header.c 476 UWORD8 u1_blk_no, u1_i, u1_idx_lft, u1_idx_top; local
479 for(u1_blk_no = 0, u1_i = 0; u1_i < u1_num_part; u1_i++, pi1_ref_idx++)
481 u1_idx_lft = ((u1_blk_no & 0x02) >> 1) + u1_b2;
482 u1_idx_top = (u1_blk_no & 0x01) + u1_b2;
511 u1_blk_no = u1_blk_no + 1 + (u1_mb_mode & 0x01);
    [all...]

Completed in 328 milliseconds