Searched refs:pu4_pic_horz_bs (Results 1 – 10 of 10) sorted by relevance
/external/libavc/encoder/ |
D | ih264e_deblk.c | 402 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 …]
|
D | ih264e_structs.h | 809 UWORD32 *pu4_pic_horz_bs; member
|
D | ih264e_api.c | 4885 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/ |
D | ihevcd_debug.h | 130 …_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
|
D | ihevcd_boundary_strength.c | 250 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()
|
D | ihevcd_structs.h | 390 UWORD32 *pu4_pic_horz_bs; member
|
D | ihevcd_deblk.c | 150 pu4_horz_bs = (UWORD32 *)((UWORD8 *)ps_deblk->s_bs_ctxt.pu4_pic_horz_bs + in ihevcd_deblk_ctb()
|
D | ihevcd_api.c | 1936 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()
|
D | ihevcd_process_slice.c | 853 … UWORD32 *pu4_horz_bs = (UWORD32 *)((UWORD8 *)ps_proc->s_bs_ctxt.pu4_pic_horz_bs + in ihevcd_process()
|
D | ihevcd_parse_slice.c | 3268 … 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()
|