Searched refs:pu4_pic_vert_bs (Results 1 – 10 of 10) sorted by relevance
/external/libavc/encoder/ |
D | ih264e_deblk.c | 399 UWORD32 *pu4_pic_vert_bs; in ih264e_compute_bs() local 418 pu4_pic_vert_bs = ps_bs->pu4_pic_vert_bs + ((i4_mb_y * i4_wd_mbs) + i4_mb_x) * 4; in ih264e_compute_bs() 427 pu4_pic_vert_bs[0] = 0x04040404; in ih264e_compute_bs() 428 pu4_pic_vert_bs[1] = pu4_pic_vert_bs[2] = pu4_pic_vert_bs[3] = 0x03030303; in ih264e_compute_bs() 466 pu4_pic_vert_bs, in ih264e_compute_bs() 618 UWORD32 *pu4_pic_vert_bs) in ih264e_filter_left_edge() argument 664 if (pu4_pic_vert_bs[0] == 0x04040404) in ih264e_filter_left_edge() 675 pu4_pic_vert_bs[0], in ih264e_filter_left_edge() 679 … u4_beta_chroma, u4_alpha_chroma, u4_beta_chroma, pu4_pic_vert_bs[0], in ih264e_filter_left_edge() 719 UWORD32 *pu4_pic_vert_bs = ps_deblk->s_bs_ctxt.pu4_pic_vert_bs; in ih264e_deblock_mb() local [all …]
|
D | ih264e_structs.h | 794 UWORD32 *pu4_pic_vert_bs; member
|
D | ih264e_api.c | 4360 ps_codec->as_process[i].s_deblk_ctxt.s_bs_ctxt.pu4_pic_vert_bs = in ih264e_init_mem_rec() 4380 ps_codec->as_process[i].s_deblk_ctxt.s_bs_ctxt.pu4_pic_vert_bs = in ih264e_init_mem_rec()
|
/external/libhevc/decoder/ |
D | ihevcd_debug.h | 130 #define DUMP_BS(pu4_pic_vert_bs, pu4_pic_horz_bs, vert_size_in_bytes, horz_size_in_bytes) ihevcd_de… 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 | 247 pu4_vert_bs = (UWORD32 *)((UWORD8 *)ps_bs_ctxt->pu4_pic_vert_bs + in ihevcd_ctb_boundary_strength_islice() 495 pu4_vert_bs = (UWORD32 *)((UWORD8 *)ps_bs_ctxt->pu4_pic_vert_bs + in ihevcd_ctb_boundary_strength_pbslice()
|
D | ihevcd_api.c | 1837 ps_codec->as_process[i].s_bs_ctxt.pu4_pic_vert_bs = (UWORD32 *)pu1_buf; in ihevcd_allocate_dynamic_bufs() 1838 ps_codec->as_process[i].s_deblk_ctxt.s_bs_ctxt.pu4_pic_vert_bs = (UWORD32 *)pu1_buf; in ihevcd_allocate_dynamic_bufs() 1839 ps_codec->s_parse.s_deblk_ctxt.s_bs_ctxt.pu4_pic_vert_bs = (UWORD32 *)pu1_buf; in ihevcd_allocate_dynamic_bufs() 1859 ps_codec->s_parse.s_bs_ctxt.pu4_pic_vert_bs = (UWORD32 *)pu1_buf; in ihevcd_allocate_dynamic_bufs() 2040 ALIGNED_FREE(ps_codec, ps_codec->as_process[0].s_bs_ctxt.pu4_pic_vert_bs); in ihevcd_free_dynamic_bufs()
|
D | ihevcd_structs.h | 382 UWORD32 *pu4_pic_vert_bs; member
|
D | ihevcd_deblk.c | 145 pu4_vert_bs = (UWORD32 *)((UWORD8 *)ps_deblk->s_bs_ctxt.pu4_pic_vert_bs + in ihevcd_deblk_ctb()
|
D | ihevcd_process_slice.c | 846 … UWORD32 *pu4_vert_bs = (UWORD32 *)((UWORD8 *)ps_proc->s_bs_ctxt.pu4_pic_vert_bs + in ihevcd_process()
|
D | ihevcd_parse_slice.c | 3261 … UWORD32 *pu4_vert_bs = (UWORD32 *)((UWORD8 *)ps_codec->s_parse.s_bs_ctxt.pu4_pic_vert_bs + in ihevcd_parse_slice_data() 3467 DUMP_BS(ps_codec->as_process[0].s_bs_ctxt.pu4_pic_vert_bs, in ihevcd_parse_slice_data()
|