Searched refs:pu4_horz_bs (Results 1 - 7 of 7) sorted by relevance

/external/libhevc/decoder/
H A Dihevcd_boundary_strength.c215 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)
468 UWORD32 *pu4_horz_bs; local
[all...]
H A Dihevcd_deblk.c111 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
[all...]
H A Dihevcd_process_slice.c832 UWORD32 *pu4_horz_bs = (UWORD32 *)((UWORD8 *)ps_proc->s_bs_ctxt.pu4_pic_horz_bs + local
837 memset(pu4_horz_bs, 0, (ctb_size / 8) * (ctb_size / 4) / 8 * 2);
H A Dihevcd_parse_slice.c3107 UWORD32 *pu4_horz_bs = (UWORD32 *)((UWORD8 *)ps_codec->s_parse.s_bs_ctxt.pu4_pic_horz_bs + local
3112 memset(pu4_horz_bs, 0, (ctb_size / 8) * (ctb_size / 4) / 8 * 2);
/external/libavc/encoder/
H A Dih264e_deblk.c143 * @param[in] pu4_horz_bs
171 static void ih264e_fill_bs_1mv_1ref_non_mbaff(UWORD32 *pu4_horz_bs, argument
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/
H A Dih264_structs.h425 UWORD32 *pu4_horz_bs; member in struct:_mb_ctxt_t
/external/libhevc/common/
H A Dihevc_structs.h1724 UWORD32 *pu4_horz_bs; member in struct:_ctb_t

Completed in 76 milliseconds