Searched refs:WORD32 (Results 1 - 25 of 143) sorted by relevance

123456

/external/libhevc/common/
H A Dihevc_deblk_tables.c46 const WORD32 gai4_ihevc_beta_table[52] =
58 const WORD32 gai4_ihevc_tc_table[54] =
72 const WORD32 gai4_ihevc_qp_table[58] =
H A Dihevc_deblk_tables.h39 extern const WORD32 gai4_ihevc_beta_table[52];
41 extern const WORD32 gai4_ihevc_tc_table[54];
43 extern const WORD32 gai4_ihevc_qp_table[58];
H A Dihevc_deblk.h43 WORD32 src_strd,
44 WORD32 bs,
45 WORD32 quant_param_p,
46 WORD32 quant_param_q,
47 WORD32 beta_offset_div2,
48 WORD32 tc_offset_div2,
49 WORD32 filter_flag_p,
50 WORD32 filter_flag_q);
54 WORD32 src_strd,
55 WORD32 b
[all...]
H A Dihevc_trans.h39 WORD32 i4_src_strd,
40 WORD32 i4_dst_strd,
41 WORD32 i4_shift,
42 WORD32 i4_zero_rows);
45 WORD32 i4_src_strd,
46 WORD32 i4_dst_strd,
47 WORD32 i4_shift,
48 WORD32 i4_zero_rows);
51 WORD32 i4_src_strd,
52 WORD32 i4_dst_str
[all...]
H A Dihevc_chroma_iquant_recon.h44 WORD32 qp_div, /* qpscaled / 6 */
45 WORD32 qp_rem, /* qpscaled % 6 */
46 WORD32 src_strd,
47 WORD32 pred_strd,
48 WORD32 dst_strd,
49 WORD32 zero_cols);
54 WORD32 qp_div, /* qpscaled / 6 */
55 WORD32 qp_rem, /* qpscaled % 6 */
56 WORD32 src_strd,
57 WORD32 pred_str
[all...]
H A Dihevc_iquant_itrans_recon.h44 WORD32 qp_div, /* qpscaled / 6 */
45 WORD32 qp_rem, /* qpscaled % 6 */
46 WORD32 src_strd,
47 WORD32 pred_strd,
48 WORD32 dst_strd,
49 WORD32 zero_cols,
50 WORD32 zero_rows);
57 WORD32 qp_div, /* qpscaled / 6 */
58 WORD32 qp_rem, /* qpscaled % 6 */
59 WORD32 src_str
[all...]
H A Dihevc_chroma_recon.h49 WORD32 src_strd,
50 WORD32 pred_strd,
51 WORD32 dst_strd,
52 WORD32 zero_cols);
56 WORD32 src_strd,
57 WORD32 pred_strd,
58 WORD32 dst_strd,
59 WORD32 zero_cols,
64 WORD32 src_strd,
65 WORD32 pred_str
[all...]
H A Dihevc_chroma_iquant_itrans_recon.h45 WORD32 qp_div, /* qpscaled / 6 */
46 WORD32 qp_rem, /* qpscaled % 6 */
47 WORD32 src_strd,
48 WORD32 pred_strd,
49 WORD32 dst_strd,
50 WORD32 zero_cols,
51 WORD32 zero_rows);
58 WORD32 qp_div, /* qpscaled / 6 */
59 WORD32 qp_rem, /* qpscaled % 6 */
60 WORD32 src_str
[all...]
H A Dihevc_iquant_recon.h41 WORD32 qp_div, /* qpscaled / 6 */
42 WORD32 qp_rem, /* qpscaled % 6 */
43 WORD32 src_strd,
44 WORD32 pred_strd,
45 WORD32 dst_strd,
46 WORD32 zero_cols);
51 WORD32 qp_div, /* qpscaled / 6 */
52 WORD32 qp_rem, /* qpscaled % 6 */
53 WORD32 src_strd,
54 WORD32 pred_str
[all...]
H A Dihevc_padding.h43 WORD32 src_strd,
44 WORD32 ht,
45 WORD32 wd,
46 WORD32 pad_size);
50 WORD32 src_strd,
51 WORD32 ht,
52 WORD32 wd,
53 WORD32 pad_size);
57 WORD32 src_strd,
58 WORD32 h
[all...]
H A Dihevc_weighted_pred.h40 WORD32 src_strd,
41 WORD32 dst_strd,
42 WORD32 wgt0,
43 WORD32 off0,
44 WORD32 shift,
45 WORD32 lvl_shift,
46 WORD32 ht,
47 WORD32 wd);
51 WORD32 src_strd,
52 WORD32 dst_str
[all...]
H A Dihevc_chroma_itrans_recon.h44 WORD32 src_strd,
45 WORD32 pred_strd,
46 WORD32 dst_strd,
47 WORD32 zero_cols,
48 WORD32 zero_rows);
53 WORD32 src_strd,
54 WORD32 pred_strd,
55 WORD32 dst_strd,
56 WORD32 zero_cols,
57 WORD32 zero_row
[all...]
H A Dihevc_recon.h40 WORD32 src_strd,
41 WORD32 pred_strd,
42 WORD32 dst_strd,
43 WORD32 zero_cols);
47 WORD32 src_strd,
48 WORD32 pred_strd,
49 WORD32 dst_strd,
50 WORD32 zero_cols,
55 WORD32 src_strd,
56 WORD32 pred_str
[all...]
H A Dithread.h43 WORD32 ithread_create(void *thread_handle, void *attribute, void *strt, void *argument);
47 WORD32 ithread_join(void *thread_id, void **val_ptr);
49 WORD32 ithread_get_mutex_struct_size(void);
51 WORD32 ithread_mutex_init(void *mutex);
53 WORD32 ithread_mutex_destroy(void *mutex);
55 WORD32 ithread_mutex_lock(void *mutex);
57 WORD32 ithread_mutex_unlock(void *mutex);
69 WORD32 ithread_sem_init(void *sem, WORD32 pshared, UWORD32 value);
71 WORD32 ithread_sem_pos
[all...]
H A Dihevc_disp_mgr.h51 WORD32 ai4_abs_poc[DISP_MGR_MAX_CNT];
62 WORD32 ihevc_disp_mgr_add(
64 WORD32 id,
65 WORD32 abs_poc,
69 WORD32 *pi4_buf_id);
H A Dihevc_itrans.h39 WORD32 i4_src_strd,
40 WORD32 i4_dst_strd,
41 WORD32 i4_shift,
42 WORD32 i4_zero_cols);
45 WORD32 i4_src_strd,
46 WORD32 i4_dst_strd,
47 WORD32 i4_shift,
48 WORD32 i4_zero_cols);
51 WORD32 i4_src_strd,
52 WORD32 i4_dst_str
[all...]
/external/libhevc/decoder/
H A Dihevcd_parse_residual.h39 WORD32 ihevcd_parse_residual_coding(codec_t *ps_codec,
40 WORD32 x0, WORD32 y0,
41 WORD32 log2_trafo_size,
42 WORD32 c_idx,
43 WORD32 intra_pred_mode);
H A Dihevcd_utils.h40 WORD32 ihevcd_get_lvl_idx(WORD32 level);
41 WORD32 ihevcd_get_dpb_size(WORD32 level, WORD32 pic_size);
42 WORD32 ihevcd_get_pic_mv_bank_size(WORD32 num_luma_samples);
43 WORD32 ihevcd_get_tu_data_size(WORD32 num_luma_samples);
44 WORD32 ihevcd_nctb_cn
[all...]
H A Dihevcd_mv_merge.h84 WORD32 left_nbr_4x4_strd,
86 WORD32 part_mode,
87 WORD32 part_idx,
88 WORD32 part_wd,
89 WORD32 part_ht,
90 WORD32 part_pos_x,
91 WORD32 part_pos_y,
92 WORD32 single_mcl_flag,
93 WORD32 lb_avail,
94 WORD32 l_avai
[all...]
H A Dihevcd_mv_pred.h44 WORD32 left_nbr_4x4_strd,
46 WORD32 lb_avail,
47 WORD32 l_avail,
48 WORD32 tr_avail,
49 WORD32 t_avail,
50 WORD32 tl_avail,
53 WORD32 cur_ref_poc,
54 WORD32 nbr_ref_poc,
55 WORD32 cur_poc);
H A Dihevcd_intra_pred_mode_prediction.h41 WORD32 log2_cb_size,
42 WORD32 x0,
43 WORD32 y0);
H A Dihevcd_fmt_conv.h49 WORD32 wd,
50 WORD32 ht,
51 WORD32 src_y_strd,
52 WORD32 src_uv_strd,
53 WORD32 dst_strd,
54 WORD32 is_u_first);
59 WORD32 wd,
60 WORD32 ht,
61 WORD32 src_y_strd,
62 WORD32 src_uv_str
[all...]
H A Dihevcd_structs.h53 WORD32 i4_cur_row;
56 WORD32 i4_num_rows;
139 WORD32 i4_cmd;
164 WORD32 i4_tu_coeff_data_ofst;
194 WORD32 i4_abs_poc;
199 WORD32 l0_collocated_poc[MAX_SLICE_SEGMENTS_IN_FRAME][MAX_DPB_SIZE];
209 WORD32 l1_collocated_poc[MAX_SLICE_SEGMENTS_IN_FRAME][MAX_DPB_SIZE];
213 WORD32 u1_l1_collocated_poc_lt[MAX_SLICE_SEGMENTS_IN_FRAME][MAX_DPB_SIZE];
237 WORD32 i4_ctb_x;
243 WORD32 i4_ctb_
[all...]
H A Dihevcd_deblk.h38 WORD32 i4_is_last_ctb_x,
39 WORD32 i4_is_last_ctb_y);
H A Dihevcd_nal.h60 WORD32 ihevcd_nal_search_start_code(UWORD8 *pu1_buf, WORD32 bytes_remaining);
64 WORD32 bytes_remaining,
65 WORD32 *pi4_nal_len,
66 WORD32 *pi4_dst_len);

Completed in 288 milliseconds

123456