HomeSort by relevance Sort by last modified time
    Searched refs:WORD32 (Results 1 - 25 of 144) sorted by null

1 2 3 4 5 6

  /external/libhevc/common/
ihevc_deblk_tables.c 46 const WORD32 gai4_ihevc_beta_table[52] =
58 const WORD32 gai4_ihevc_tc_table[54] =
72 const WORD32 gai4_ihevc_qp_table[58] =
ihevc_deblk_tables.h 39 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];
ihevc_deblk.h 43 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 bs
    [all...]
ihevc_trans.h 39 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_strd
    [all...]
ihevc_chroma_iquant_recon.h 44 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_strd
    [all...]
ihevc_iquant_itrans_recon.h 44 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_strd
    [all...]
ihevc_chroma_recon.h 49 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_strd
    [all...]
ihevc_chroma_iquant_itrans_recon.h 45 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_strd
    [all...]
ihevc_iquant_recon.h 41 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_strd
    [all...]
ihevc_padding.h 43 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 ht
    [all...]
ihevc_weighted_pred.h 40 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_strd
    [all...]
ihevc_chroma_itrans_recon.h 44 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_rows
    [all...]
ihevc_recon.h 40 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_strd
    [all...]
ithread.h 43 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_post(void *sem)
    [all...]
ihevc_disp_mgr.h 51 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);
ihevc_itrans.h 39 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_strd
    [all...]
  /external/libhevc/decoder/
ihevcd_parse_residual.h 39 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);
ihevcd_utils.h 40 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_cnt(codec_t *ps_codec, sps_t *ps_sps)
    [all...]
ihevcd_mv_merge.h 84 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_avail
    [all...]
ihevcd_mv_pred.h 44 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);
ihevcd_intra_pred_mode_prediction.h 41 WORD32 log2_cb_size,
42 WORD32 x0,
43 WORD32 y0);
ihevcd_fmt_conv.h 49 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_strd
    [all...]
ihevcd_structs.h 53 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_y
    [all...]
ihevcd_deblk.h 38 WORD32 i4_is_last_ctb_x,
39 WORD32 i4_is_last_ctb_y);
ihevcd_nal.h 60 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 110 milliseconds

1 2 3 4 5 6