Home
last modified time | relevance | path

Searched refs:as_process (Results 1 – 6 of 6) sorted by relevance

/external/libhevc/decoder/
Dihevcd_utils.c938 ps_codec->as_process[i].pu1_slice_idx = (UWORD16 *)ps_mv_buf->pu1_pic_slice_map; in ihevcd_parse_pic_init()
1082 ps_codec->as_process[i].pu4_pic_pu_idx = ps_codec->s_parse.pu4_pic_pu_idx; in ihevcd_parse_pic_init()
1083 ps_codec->as_process[i].ps_pic_pu = ps_codec->s_parse.ps_pic_pu; in ihevcd_parse_pic_init()
1084 ps_codec->as_process[i].pu1_pic_pu_map = ps_codec->s_parse.pu1_pic_pu_map; in ihevcd_parse_pic_init()
1085 ps_codec->as_process[i].pu4_pic_tu_idx = ps_codec->s_parse.pu4_pic_tu_idx; in ihevcd_parse_pic_init()
1086 ps_codec->as_process[i].ps_pic_tu = ps_codec->s_parse.ps_pic_tu; in ihevcd_parse_pic_init()
1087 ps_codec->as_process[i].pu1_pic_tu_map = ps_codec->s_parse.pu1_pic_tu_map; in ihevcd_parse_pic_init()
1088 ps_codec->as_process[i].pv_pic_tu_coeff_data = ps_codec->s_parse.pv_pic_tu_coeff_data; in ihevcd_parse_pic_init()
1089 ps_codec->as_process[i].i4_cur_mv_bank_buf_id = cur_mv_bank_buf_id; in ihevcd_parse_pic_init()
1090 … ps_codec->as_process[i].s_sao_ctxt.pu1_slice_idx = ps_codec->as_process[i].pu1_slice_idx; in ihevcd_parse_pic_init()
[all …]
Dihevcd_decode.c455 process_ctxt_t *ps_proc = &ps_codec->as_process[prev_proc_idx]; in ihevcd_decode()
462 ret = ihevcd_fmt_conv(ps_codec, &ps_codec->as_process[prev_proc_idx], in ihevcd_decode()
662 ps_proc = &ps_codec->as_process[ps_codec->i4_num_cores - 1]; in ihevcd_decode()
697 ps_proc = &ps_codec->as_process[ps_codec->i4_num_cores - 1]; in ihevcd_decode()
743 process_ctxt_t *ps_proc = &ps_codec->as_process[proc_idx]; in ihevcd_decode()
770 ps_codec->as_process[proc_idx].i4_cur_mv_bank_buf_id, in ihevcd_decode()
775 ps_codec->as_process[proc_idx].i4_cur_pic_buf_id, in ihevcd_decode()
780 ps_codec->as_process[proc_idx].i4_cur_pic_buf_id, in ihevcd_decode()
785 ps_codec->as_process[proc_idx].ps_cur_pic, in ihevcd_decode()
786 ps_codec->as_process[proc_idx].i4_cur_pic_buf_id); in ihevcd_decode()
[all …]
Dihevcd_api.c1579 ps_codec->as_process[i].pv_proc_jobq = ps_codec->pv_proc_jobq; in ihevcd_init()
1580 ps_codec->as_process[i].i4_id = i; in ihevcd_init()
1581 ps_codec->as_process[i].ps_codec = ps_codec; in ihevcd_init()
1586 ps_codec->as_process[i].i4_check_parse_status = 0; in ihevcd_init()
1587 ps_codec->as_process[i].i4_check_proc_status = 0; in ihevcd_init()
2709 ps_codec->as_process[i].pu4_pic_pu_idx_left = pu4_buf + i * (MAX_CTB_SIZE / 4); in ihevcd_init_mem_rec()
2710 memset(ps_codec->as_process[i].pu4_pic_pu_idx_left, 0, sizeof(UWORD32) * MAX_CTB_SIZE / 4); in ihevcd_init_mem_rec()
2711 … ps_codec->as_process[i].pu4_pic_pu_idx_top = pu4_buf + MAX_PROCESS_THREADS * (MAX_CTB_SIZE / 4); in ihevcd_init_mem_rec()
2713 …memset(ps_codec->as_process[0].pu4_pic_pu_idx_top, 0, sizeof(UWORD32) * (ps_codec->i4_max_wd / 4 +… in ihevcd_init_mem_rec()
2734 ps_codec->as_process[i].pi2_inter_pred_tmp_buf1 = (WORD16 *)pu1_buf; in ihevcd_init_mem_rec()
[all …]
Dihevcd_parse_slice.c2485 process_ctxt_t *ps_proc = &ps_codec->as_process[0]; in ihevcd_parse_slice_data()
2842 … ps_proc = &ps_codec->as_process[(ps_codec->i4_num_cores == 1) ? 1 : (ps_codec->i4_num_cores - 1)]; in ihevcd_parse_slice_data()
2886 …process_ctxt_t *ps_proc = &ps_codec->as_process[(ps_codec->i4_num_cores == 1) ? 1 : (ps_codec->i4_… in ihevcd_parse_slice_data()
2974 … ps_proc = &ps_codec->as_process[(ps_codec->i4_num_cores == 1) ? 1 : (ps_codec->i4_num_cores - 1)]; in ihevcd_parse_slice_data()
3155 process_ctxt_t *ps_proc = &ps_codec->as_process[0]; in ihevcd_parse_slice_data()
3224 DUMP_PRE_ILF(ps_codec->as_process[0].pu1_cur_pic_luma, in ihevcd_parse_slice_data()
3225 ps_codec->as_process[0].pu1_cur_pic_chroma, in ihevcd_parse_slice_data()
3230 DUMP_BS(ps_codec->as_process[0].s_bs_ctxt.pu4_pic_vert_bs, in ihevcd_parse_slice_data()
3231 ps_codec->as_process[0].s_bs_ctxt.pu4_pic_horz_bs, in ihevcd_parse_slice_data()
3235 DUMP_QP(ps_codec->as_process[0].s_bs_ctxt.pu1_pic_qp, in ihevcd_parse_slice_data()
[all …]
Dihevcd_structs.h2051 process_ctxt_t as_process[MAX_PROCESS_THREADS]; member
Dihevcd_parse_slice_header.c932 ps_pic_buf_ref = ps_codec->as_process[0].ps_cur_pic; in ihevcd_parse_slice_header()