Home
last modified time | relevance | path

Searched refs:pu4_pic_horz_bs (Results 1 – 10 of 10) sorted by relevance

/external/libavc/encoder/
Dih264e_deblk.c402 UWORD32 *pu4_pic_horz_bs; in ih264e_compute_bs() local
419 pu4_pic_horz_bs = ps_bs->pu4_pic_horz_bs + ((i4_mb_y * i4_wd_mbs) + i4_mb_x) * 4; in ih264e_compute_bs()
430 pu4_pic_horz_bs[0] = 0x04040404; in ih264e_compute_bs()
431 pu4_pic_horz_bs[1] = pu4_pic_horz_bs[2] = pu4_pic_horz_bs[3] = 0x03030303; in ih264e_compute_bs()
465 ih264e_fill_bs_1mv_1ref_non_mbaff(pu4_pic_horz_bs, in ih264e_compute_bs()
515 UWORD32 *pu4_pic_horz_bs) in ih264e_filter_top_edge() argument
562 if (pu4_pic_horz_bs[0] == 0x04040404) in ih264e_filter_top_edge()
572 u4_beta_luma, pu4_pic_horz_bs[0], in ih264e_filter_top_edge()
576 … u4_beta_chroma, u4_alpha_chroma, u4_beta_chroma, pu4_pic_horz_bs[0], in ih264e_filter_top_edge()
722 UWORD32 *pu4_pic_horz_bs = ps_deblk->s_bs_ctxt.pu4_pic_horz_bs; in ih264e_deblock_mb() local
[all …]
Dih264e_structs.h809 UWORD32 *pu4_pic_horz_bs; member
Dih264e_api.c4885 ps_codec->as_process[i].s_deblk_ctxt.s_bs_ctxt.pu4_pic_horz_bs = in ih264e_init_mem_rec()
4905 ps_codec->as_process[i].s_deblk_ctxt.s_bs_ctxt.pu4_pic_horz_bs = in ih264e_init_mem_rec()
/external/libhevc/decoder/
Dihevcd_debug.h130 …_BS(pu4_pic_vert_bs, pu4_pic_horz_bs, vert_size_in_bytes, horz_size_in_bytes) ihevcd_debug_dump_bs… argument
139 #define DUMP_BS(pu4_pic_vert_bs, pu4_pic_horz_bs, vert_size_in_bytes, horz_size_in_bytes) argument
Dihevcd_boundary_strength.c250 pu4_horz_bs = (UWORD32 *)((UWORD8 *)ps_bs_ctxt->pu4_pic_horz_bs + in ihevcd_ctb_boundary_strength_islice()
498 pu4_horz_bs = (UWORD32 *)((UWORD8 *)ps_bs_ctxt->pu4_pic_horz_bs + in ihevcd_ctb_boundary_strength_pbslice()
Dihevcd_structs.h390 UWORD32 *pu4_pic_horz_bs; member
Dihevcd_deblk.c150 pu4_horz_bs = (UWORD32 *)((UWORD8 *)ps_deblk->s_bs_ctxt.pu4_pic_horz_bs + in ihevcd_deblk_ctb()
Dihevcd_api.c1936 ps_codec->as_process[i].s_bs_ctxt.pu4_pic_horz_bs = (UWORD32 *)pu1_buf; in ihevcd_allocate_dynamic_bufs()
1937 ps_codec->as_process[i].s_deblk_ctxt.s_bs_ctxt.pu4_pic_horz_bs = (UWORD32 *)pu1_buf; in ihevcd_allocate_dynamic_bufs()
1938 ps_codec->s_parse.s_deblk_ctxt.s_bs_ctxt.pu4_pic_horz_bs = (UWORD32 *)pu1_buf; in ihevcd_allocate_dynamic_bufs()
1956 ps_codec->s_parse.s_bs_ctxt.pu4_pic_horz_bs = (UWORD32 *)pu1_buf; in ihevcd_allocate_dynamic_bufs()
Dihevcd_process_slice.c853 … UWORD32 *pu4_horz_bs = (UWORD32 *)((UWORD8 *)ps_proc->s_bs_ctxt.pu4_pic_horz_bs + in ihevcd_process()
Dihevcd_parse_slice.c3268 … UWORD32 *pu4_horz_bs = (UWORD32 *)((UWORD8 *)ps_codec->s_parse.s_bs_ctxt.pu4_pic_horz_bs + in ihevcd_parse_slice_data()
3472 ps_codec->as_process[0].s_bs_ctxt.pu4_pic_horz_bs, in ihevcd_parse_slice_data()