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

  /external/libhevc/decoder/
ihevcd_boundary_strength.c 215 UWORD32 *pu4_horz_bs; local
250 pu4_horz_bs = (UWORD32 *)((UWORD8 *)ps_bs_ctxt->pu4_pic_horz_bs +
262 horz_bs0_tmp = pu4_horz_bs[0] & (0xFFFFFFFF >> (sizeof(UWORD32) * 8 - ctb_size / 2));
270 memset(pu4_horz_bs, 0, (ctb_size / 8) * (ctb_size / 4) / 8 * 2 );
273 memset(pu4_horz_bs, 0, (1 << (2 * log2_ctb_size - 7)));
281 /* pu4_horz_bs[0] has information about the top CTB which is not required when ctb_y = 0 */
284 pu4_horz_bs[0] |= horz_bs0_tmp;
336 pu4_horz_bs[start_pos_y >> (7 - log2_ctb_size)] |= (u4_bs << shift);
415 pu4_horz_bs[0] &= (64 == ctb_size) ? 0 : ((UWORD32)0xFFFFFFFF) << (ctb_size / 2);
437 memset(((UWORD8 *)pu4_horz_bs) + offset, 0, 1 << (log2_ctb_size - 4))
468 UWORD32 *pu4_horz_bs; local
    [all...]
ihevcd_deblk.c 111 UWORD32 *pu4_vert_bs, *pu4_horz_bs; local
150 pu4_horz_bs = (UWORD32 *)((UWORD8 *)ps_deblk->s_bs_ctxt.pu4_pic_horz_bs +
153 pu4_ctb_horz_bs = pu4_horz_bs;
178 pu4_horz_bs = (UWORD32 *)((UWORD8 *)pu4_horz_bs + (1 << (2 * log2_ctb_size - 7)));
179 pu4_ctb_horz_bs = pu4_horz_bs;
180 memset(pu4_horz_bs, 0, 1 << (2 * log2_ctb_size - 7));
388 u4_bs = (pu4_horz_bs[0] >> shift) << 2;
393 * UWORD32 *pu4_horz_bs_left = (UWORD32 *)((UWORD8 *)pu4_horz_bs - (ctb_size / 8) * (ctb_size / 4) / 8 * 2);
395 UWORD32 *pu4_horz_bs_left = (UWORD32 *)((UWORD8 *)pu4_horz_bs - (1 << (2 * log2_ctb_size - 7)))
    [all...]
ihevcd_process_slice.c 834 UWORD32 *pu4_horz_bs = (UWORD32 *)((UWORD8 *)ps_proc->s_bs_ctxt.pu4_pic_horz_bs + local
    [all...]
ihevcd_parse_slice.c 3230 UWORD32 *pu4_horz_bs = (UWORD32 *)((UWORD8 *)ps_codec->s_parse.s_bs_ctxt.pu4_pic_horz_bs + local
    [all...]
  /external/libavc/encoder/
ih264e_deblk.c 143 * @param[in] pu4_horz_bs
171 static void ih264e_fill_bs_1mv_1ref_non_mbaff(UWORD32 *pu4_horz_bs,
219 pu4_horz_bs[1] = bs_map[(u4_horz_bs_enc >> 4) & 0xF];
220 pu4_horz_bs[2] = bs_map[(u4_horz_bs_enc >> 8) & 0xF];
221 pu4_horz_bs[3] = bs_map[(u4_horz_bs_enc >> 12) & 0xF];
244 pu4_horz_bs[0] = 0x04040404;
285 pu4_horz_bs[0] = bs_map[u4_horz_bs_enc & 0xF];
  /external/libavc/common/
ih264_structs.h 425 UWORD32 *pu4_horz_bs; member in struct:_mb_ctxt_t
    [all...]
  /external/libhevc/common/
ihevc_structs.h 1724 UWORD32 *pu4_horz_bs; member in struct:_ctb_t
    [all...]

Completed in 227 milliseconds