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

  /external/libavc/decoder/
ih264d_parse_bslice.c 230 const UWORD8 * pu1_top_left_sub_mb_indx; local
262 pu1_top_left_sub_mb_indx = pu1_sub_mb_indx_mod + (u1_mb_mc_mode << 1);
279 pu1_top_left_sub_mb_indx = pu1_sub_mb_indx_mod
284 uc_j++, pu1_top_left_sub_mb_indx++)
287 u1_sub_mb_num = u1_sub_mb_num + *pu1_top_left_sub_mb_indx;
523 const UWORD8 *pu1_top_left_sub_mb_indx; local
560 pu1_top_left_sub_mb_indx = pu1_sub_mb_indx_mod + (u1_mb_mc_mode << 1);
575 pu1_top_left_sub_mb_indx = pu1_sub_mb_indx_mod + (u1_mb_mc_mode_1 << 1);
581 uc_j++, pu1_top_left_sub_mb_indx++)
584 u1_sub_mb_num = u1_sub_mb_num + *pu1_top_left_sub_mb_indx;
    [all...]
ih264d_parse_pslice.c 216 const UWORD8 * pu1_top_left_sub_mb_indx; local
239 pu1_top_left_sub_mb_indx = pu1_sub_mb_indx_mod + (u1_mb_type << 1);
252 pu1_top_left_sub_mb_indx = pu1_sub_mb_indx_mod + (u1_sub_mb_mode << 1);
259 for(uc_j = 0; uc_j < u1_num_subpart; uc_j++, pu1_top_left_sub_mb_indx++)
262 u1_sub_mb_num += *pu1_top_left_sub_mb_indx;
590 const UWORD8 * pu1_top_left_sub_mb_indx; local
613 pu1_top_left_sub_mb_indx = pu1_sub_mb_indx_mod + (u1_mb_type << 1);
626 pu1_top_left_sub_mb_indx = pu1_sub_mb_indx_mod + (u1_sub_mb_mode << 1);
632 for(uc_j = 0; uc_j < u1_num_subpart; uc_j++, pu1_top_left_sub_mb_indx++)
636 u1_sub_mb_num += *pu1_top_left_sub_mb_indx;
    [all...]

Completed in 211 milliseconds