HomeSort by relevance Sort by last modified time
    Searched refs:WORD32 (Results 26 - 50 of 673) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/libxaac/decoder/armv8/
ixheaacd_function_selector_armv8.c 66 WORD32 (*ixheaacd_fix_div)(WORD32, WORD32) = &ixheaacd_fix_div_dec;
69 (WORD32 *, ixheaacd_lpp_trans_cov_matrix *,
70 WORD32) = &ixheaacd_covariance_matrix_calc_dec;
73 (ixheaacd_lpp_trans_cov_matrix *, WORD32 *, WORD32,
77 (WORD32 *, WORD32 *, WORD16 *, const WORD16 *, WORD16, WORD16,
81 (WORD32 *, WORD32 *, WORD32 *, const WORD16 *, WORD16, WORD16
    [all...]
  /external/libxaac/decoder/generic/
ixheaacd_function_selector_generic.c 67 WORD32 (*ixheaacd_fix_div)(WORD32, WORD32) = &ixheaacd_fix_div_dec;
70 (WORD32 *, ixheaacd_lpp_trans_cov_matrix *,
71 WORD32) = &ixheaacd_covariance_matrix_calc_dec;
74 (ixheaacd_lpp_trans_cov_matrix *, WORD32 *, WORD32,
78 (WORD32 *, WORD32 *, WORD16 *, const WORD16 *, WORD16, WORD16,
82 (WORD32 *, WORD32 *, WORD32 *, const WORD16 *, WORD16, WORD16
    [all...]
  /external/libxaac/decoder/x86/
ixheaacd_function_selector_x86.c 66 WORD32 (*ixheaacd_fix_div)(WORD32, WORD32) = &ixheaacd_fix_div_dec;
69 (WORD32 *, ixheaacd_lpp_trans_cov_matrix *,
70 WORD32) = &ixheaacd_covariance_matrix_calc_dec;
73 (ixheaacd_lpp_trans_cov_matrix *, WORD32 *, WORD32,
77 (WORD32 *, WORD32 *, WORD16 *, const WORD16 *, WORD16, WORD16,
81 (WORD32 *, WORD32 *, WORD32 *, const WORD16 *, WORD16, WORD16
    [all...]
  /external/libxaac/decoder/x86_64/
ixheaacd_function_selector_x86_64.c 66 WORD32 (*ixheaacd_fix_div)(WORD32, WORD32) = &ixheaacd_fix_div_dec;
69 (WORD32 *, ixheaacd_lpp_trans_cov_matrix *,
70 WORD32) = &ixheaacd_covariance_matrix_calc_dec;
73 (ixheaacd_lpp_trans_cov_matrix *, WORD32 *, WORD32,
77 (WORD32 *, WORD32 *, WORD16 *, const WORD16 *, WORD16, WORD16,
81 (WORD32 *, WORD32 *, WORD32 *, const WORD16 *, WORD16, WORD16
    [all...]
  /external/libavc/encoder/
ih264e_utils.h 80 WORD32 ih264e_input_queue_update(codec_t *ps_codec,
106 WORD32 ih264e_get_min_level(WORD32 wd, WORD32 ht);
127 WORD32 ih264e_get_lvl_idx(WORD32 level);
156 WORD32 ih264e_get_dpb_size(WORD32 level, WORD32 pic_size);
188 WORD32 ih264e_get_total_pic_buf_size(WORD32 pic_size, WORD32 level
    [all...]
  /external/libxaac/decoder/drc_src/
impd_drc_bitstream_dec_api.h 23 WORD32 impd_init_drc_bitstream_dec(
24 ia_drc_bits_dec_struct* p_uni_drc_bs_dec_struct, WORD32 sample_rate,
25 WORD32 frame_size, WORD32 delay_mode, WORD32 lfe_channel_map_count,
26 WORD32* lfe_channel_map);
28 WORD32 impd_process_drc_bitstream_dec(
32 UWORD8* bitstream_config, WORD32 num_bytes, WORD32 num_bits_offset,
33 WORD32* num_bits_read)
    [all...]
impd_drc_uni_bitstream_dec_api.h 23 WORD32 impd_init_drc_bitstream_dec(
24 ia_drc_bits_dec_struct* p_uni_drc_bs_dec_struct, WORD32 sample_rate,
25 WORD32 frame_size, WORD32 delay_mode, WORD32 lfe_channel_map_count,
26 WORD32* lfe_channel_map);
28 WORD32 impd_process_drc_bitstream_dec(
32 UWORD8* bitstream_config, WORD32 num_bytes, WORD32 num_bits_offset,
33 WORD32* num_bits_read)
    [all...]
impd_drc_gain_dec.h 34 WORD32 buf_interpolation_count;
43 WORD32 gain_interpolation_type;
44 WORD32 gain_modification_flag;
45 WORD32 ducking_flag;
46 WORD32 clipping_flag;
49 WORD32 drc_characteristic_present;
50 WORD32 drc_source_characteristic_cicp_format;
51 WORD32 source_drc_characteristic;
54 WORD32 drc_target_characteristic_cicp_format;
55 WORD32 target_drc_characteristic
    [all...]
impd_drc_selection_process.h 43 WORD32 base_channel_count;
44 WORD32 base_layout;
45 WORD32 target_config_request_type;
46 WORD32 num_downmix_id_requests;
47 WORD32 requested_dwnmix_id[MAX_NUM_DOWNMIX_ID_REQUESTS];
48 WORD32 requested_target_layout;
49 WORD32 requested_target_ch_count;
50 WORD32 target_ch_count_prelim;
52 WORD32 loudness_normalization_on;
54 WORD32 album_mode
    [all...]
impd_drc_api_struct_def.h 28 WORD32 bitstream_file_format;
29 WORD32 dec_type;
30 WORD32 sub_band_domain_mode;
31 WORD32 num_ch_in;
32 WORD32 num_ch_out;
33 WORD32 sampling_rate;
34 WORD32 control_parameter_index;
35 WORD32 delay_mode;
36 WORD32 absorb_delay_on;
37 WORD32 gain_delay_samples
    [all...]
impd_drc_uni_sel_proc_drc_set_sel.h 31 WORD32 drc_instructions_index;
32 WORD32 downmix_id_request_index;
33 WORD32 eq_set_id;
38 WORD32 selection_flags;
41 WORD32
45 WORD32
46 impd_map_requested_effect_bit_idx(WORD32 requested_effect_type,
47 WORD32* effect_bit_idx);
49 WORD32
52 WORD32
    [all...]
impd_drc_uni_gain_dec.h 37 WORD32 buf_interpolation_count;
46 WORD32 gain_interpolation_type;
47 WORD32 gain_modification_flag;
48 WORD32 ducking_flag;
49 WORD32 clipping_flag;
52 WORD32 limiter_peak_target_present;
55 WORD32 delta_tmin;
56 WORD32 characteristic_index;
62 WORD32 drc_instructions_index;
63 WORD32 drc_coeff_idx
    [all...]
impd_drc_uni_tables.h 30 WORD32 size;
31 WORD32 code;
32 WORD32 value;
36 WORD32 size;
37 WORD32 code;
39 WORD32 index;
43 WORD32 size;
44 WORD32 code;
65 WORD32 coordinateCount;
69 WORD32
    [all...]
impd_drc_struct.h 154 WORD32 type;
173 WORD32 shape_flter_block_flag;
179 WORD32 level_estim_k_weighting_type;
180 WORD32 level_estim_integration_time_present;
181 WORD32 level_estim_integration_time;
182 WORD32 drc_curve_definition_type;
183 WORD32 drc_characteristic;
184 WORD32 node_count;
185 WORD32 node_level[PARAM_DRC_TYPE_FF_NODE_COUNT_MAX];
186 WORD32 node_gain[PARAM_DRC_TYPE_FF_NODE_COUNT_MAX]
    [all...]
  /external/libxaac/decoder/
ixheaacd_main.h 23 VOID ixheaacd_imdct_flt(FLOAT32 in_data[], FLOAT32 out_data[], WORD32 len);
25 VOID usac_tw_imdct(FLOAT32 in_data[], FLOAT32 out_data[], WORD32 len);
27 WORD32 ixheaacd_window_calc(FLOAT32 window[], WORD32 len, WORD32 wfun_select);
29 VOID calc_window_ratio(FLOAT32 window[], WORD32 len, WORD32 prev_len,
30 WORD32 wfun_select, WORD32 prev_wfun_select);
32 WORD32 ixheaacd_tw_window_calc(FLOAT32 window[], WORD32 len
    [all...]
ixheaacd_hybrid.h 32 WORD32 *ptr_work_re;
33 WORD32 *ptr_work_im;
34 WORD32 *ptr_qmf_buf_re[NO_QMF_CHANNELS_IN_HYBRID];
35 WORD32 *ptr_qmf_buf_im[NO_QMF_CHANNELS_IN_HYBRID];
36 WORD32 *ptr_temp_re;
37 WORD32 *ptr_temp_im;
40 VOID ixheaacd_hybrid_analysis(const WORD32 *ptr_qmf_real, WORD32 *ptr_hyb_real,
41 WORD32 *ptr_hyb_imag,
ixheaacd_adts.h 25 WORD32 id;
26 WORD32 layer;
27 WORD32 protection_absent;
28 WORD32 profile;
29 WORD32 samp_freq_index;
30 WORD32 channel_configuration;
32 WORD32 no_raw_data_blocks;
33 WORD32 crc_check;
36 WORD32 ixheaacd_find_syncword(ia_adts_header_struct *adts,
39 WORD32 ixheaacd_adtsframe(ia_adts_header_struct *adts
    [all...]
ixheaacd_mps_huff_tab.h 23 typedef struct { const WORD32 node_tab[39][2]; } ia_huff_res_nodes_struct;
25 typedef struct { const WORD32 node_tab[30][2]; } ia_huff_cld_node_1d_struct;
27 typedef struct { const WORD32 node_tab[7][2]; } ia_huff_icc_node_1d_struct;
29 typedef struct { const WORD32 node_tab[50][2]; } HUFF_CPC_NOD_1D;
32 const WORD32 lav3[15][2];
33 const WORD32 lav5[35][2];
34 const WORD32 lav7[63][2];
35 const WORD32 lav9[99][2];
39 const WORD32 lav1[3][2];
40 const WORD32 lav3[15][2]
    [all...]
  /external/libhevc/common/
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...]
  /external/libhevc/decoder/
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...]
  /external/libavc/decoder/
ih264d_format_conv.h 69 WORD32 wd,
70 WORD32 ht,
71 WORD32 src_y_strd,
72 WORD32 src_uv_strd,
73 WORD32 dst_y_strd,
74 WORD32 dst_uv_strd,
75 WORD32 is_u_first,
76 WORD32 disable_luma_copy);
82 WORD32 wd,
83 WORD32 ht
    [all...]
  /external/libavc/common/
ih264_list.h 51 volatile WORD32 i4_buf_wr_idx;
54 volatile WORD32 i4_buf_rd_idx;
57 WORD32 i4_buf_max_idx;
63 WORD32 i4_log2_buf_max_idx;
66 WORD32 i4_terminate;
69 WORD32 i4_entry_size;
76 WORD32 i4_yeild_interval_us;
80 WORD32 ih264_list_size(WORD32 num_entries, WORD32 entry_size)
    [all...]

Completed in 644 milliseconds

12 3 4 5 6 7 8 91011>>