Home
last modified time | relevance | path

Searched refs:s_sao_ctxt (Results 1 – 5 of 5) sorted by relevance

/external/libhevc/decoder/
Dihevcd_process_slice.c1131 ps_proc->s_sao_ctxt.ps_pps = ps_proc->ps_pps; in ihevcd_process()
1132 ps_proc->s_sao_ctxt.ps_sps = ps_proc->ps_sps; in ihevcd_process()
1133 ps_proc->s_sao_ctxt.ps_tile = ps_proc->ps_tile; in ihevcd_process()
1134 ps_proc->s_sao_ctxt.ps_codec = ps_proc->ps_codec; in ihevcd_process()
1135 ps_proc->s_sao_ctxt.ps_slice_hdr = ps_proc->ps_slice_hdr; in ihevcd_process()
1136 ps_proc->s_sao_ctxt.i4_cur_slice_idx = ps_proc->i4_cur_slice_idx; in ihevcd_process()
1140 ps_proc->s_sao_ctxt.i4_ctb_x = ps_proc->i4_ctb_x; in ihevcd_process()
1141 ps_proc->s_sao_ctxt.i4_ctb_y = ps_proc->i4_ctb_y; in ihevcd_process()
1142 … ps_proc->s_sao_ctxt.is_chroma_yuv420sp_vu = (ps_codec->e_ref_chroma_fmt == IV_YUV_420SP_VU); in ihevcd_process()
1144 ihevcd_sao_shift_ctb(&ps_proc->s_sao_ctxt); in ihevcd_process()
[all …]
Dihevcd_api.c1273 ps_codec->as_process[i].s_sao_ctxt.pu1_tmp_buf_luma = (UWORD8 *)pu1_buf; in ihevcd_allocate_static_bufs()
1276 ps_codec->as_process[i].s_sao_ctxt.pu1_tmp_buf_chroma = (UWORD8 *)pu1_buf; in ihevcd_allocate_static_bufs()
1409 ALIGNED_FREE(ps_codec, ps_codec->as_process[0].s_sao_ctxt.pu1_tmp_buf_luma); in ihevcd_free_static_bufs()
1543 … ps_codec->s_parse.s_sao_ctxt.pu1_pic_no_loop_filter_flag = ps_codec->pu1_pic_no_loop_filter_flag; in ihevcd_allocate_dynamic_bufs()
1656 ps_codec->as_process[i].s_sao_ctxt.pu1_sao_src_left_luma = (UWORD8 *)pu1_buf; in ihevcd_allocate_dynamic_bufs()
1658 ps_codec->s_parse.s_sao_ctxt.pu1_sao_src_left_luma = (UWORD8 *)pu1_buf; in ihevcd_allocate_dynamic_bufs()
1663 ps_codec->as_process[i].s_sao_ctxt.pu1_sao_src_left_chroma = (UWORD8 *)pu1_buf; in ihevcd_allocate_dynamic_bufs()
1665 ps_codec->s_parse.s_sao_ctxt.pu1_sao_src_left_chroma = (UWORD8 *)pu1_buf; in ihevcd_allocate_dynamic_bufs()
1669 ps_codec->as_process[i].s_sao_ctxt.pu1_sao_src_top_luma = (UWORD8 *)pu1_buf; in ihevcd_allocate_dynamic_bufs()
1671 ps_codec->s_parse.s_sao_ctxt.pu1_sao_src_top_luma = (UWORD8 *)pu1_buf; in ihevcd_allocate_dynamic_bufs()
[all …]
Dihevcd_utils.c1038 … ps_codec->as_process[i].s_sao_ctxt.pu1_slice_idx = ps_codec->as_process[i].pu1_slice_idx; in ihevcd_parse_pic_init()
1039 ps_codec->as_process[i].s_sao_ctxt.pu1_tile_idx = ps_codec->as_process[i].pu1_tile_idx; in ihevcd_parse_pic_init()
1070 …ps_codec->as_process[i].s_sao_ctxt.pu1_pic_no_loop_filter_flag = ps_codec->s_parse.pu1_pic_no_loop… in ihevcd_parse_pic_init()
1071 ps_codec->as_process[i].s_sao_ctxt.pu1_cur_pic_luma = pu1_cur_pic_luma; in ihevcd_parse_pic_init()
1072 ps_codec->as_process[i].s_sao_ctxt.pu1_cur_pic_chroma = pu1_cur_pic_chroma; in ihevcd_parse_pic_init()
1089 ps_codec->s_parse.s_sao_ctxt.pu1_cur_pic_luma = pu1_cur_pic_luma; in ihevcd_parse_pic_init()
1090 ps_codec->s_parse.s_sao_ctxt.pu1_cur_pic_chroma = pu1_cur_pic_chroma; in ihevcd_parse_pic_init()
Dihevcd_structs.h1130 sao_ctxt_t s_sao_ctxt; member
1528 sao_ctxt_t s_sao_ctxt; member
Dihevcd_parse_slice.c3331 ps_codec->s_parse.s_sao_ctxt.ps_pps = ps_codec->s_parse.ps_pps; in ihevcd_parse_slice_data()
3332 ps_codec->s_parse.s_sao_ctxt.ps_sps = ps_codec->s_parse.ps_sps; in ihevcd_parse_slice_data()
3333 ps_codec->s_parse.s_sao_ctxt.ps_codec = ps_codec; in ihevcd_parse_slice_data()
3334 ps_codec->s_parse.s_sao_ctxt.ps_slice_hdr = ps_codec->s_parse.ps_slice_hdr; in ihevcd_parse_slice_data()
3336 ihevcd_ilf_pad_frame(&ps_codec->s_parse.s_deblk_ctxt, &ps_codec->s_parse.s_sao_ctxt); in ihevcd_parse_slice_data()