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

12 3 4 5 6 7 8 91011

  /external/libavc/decoder/
ih264d.h 113 UWORD32 u4_num_reorder_frames;
114 UWORD32 u4_num_ref_frames;
115 UWORD32 u4_share_disp_buf;
121 UWORD32 u4_num_extra_disp_buf;
154 UWORD32 u4_num_reorder_frames;
155 UWORD32 u4_num_ref_frames;
156 UWORD32 u4_share_disp_buf;
158 UWORD32 u4_num_extra_disp_buf;
346 UWORD32 u4_size;
388 UWORD32 u4_size
    [all...]
ih264d_cabac_init_tables.c 62 const UWORD32 gau4_ih264d_cabac_table[128][4] =
    [all...]
ih264d_transfer_address.h 31 UWORD32 u4_inc_y[2];
32 UWORD32 u4_inc_uv[2];
40 UWORD32 u4_y_inc;
41 UWORD32 u4_uv_inc;
ih264d_thread_compute_bs.h 31 UWORD32 u4_mb_num);
35 UWORD32 deblk_mb_grp,
37 UWORD32 u4_check_mb_map);
ih264d_bitstrm.h 48 /* 396[MAX_FS] * 128 * 1.5 [ChromaFormatParameter] / sizeof(UWORD32)
51 /* 1620[MAX_FS] * 128 * 1.5 [ChromaFormatParameter] / sizeof(UWORD32)
58 UWORD32 u4_ofst; /* Offset in the buffer for the current bit */
59 UWORD32 *pu4_buffer; /* Bitstream Buffer */
60 UWORD32 u4_max_ofst; /* Position of the last bit read in the current buffer */
68 UWORD32 ih264d_get_bits_h264(dec_bit_stream_t *, UWORD32);
71 UWORD32 ih264d_next_bits_h264(dec_bit_stream_t *, UWORD32);
104 UWORD32 *pu4_buf = (pu4_bitstream);
    [all...]
ih264d_vui.h 50 UWORD32 u4_cpb_cnt;
53 UWORD32 u4_bit_rate[32];
54 UWORD32 u4_cpb_size[32];
75 UWORD32 u4_num_units_in_tick;
76 UWORD32 u4_time_scale;
85 UWORD32 u4_max_bytes_per_pic_denom;
86 UWORD32 u4_max_bits_per_mb_denom;
87 UWORD32 u4_log2_max_mv_length_horz;
88 UWORD32 u4_log2_max_mv_length_vert;
89 UWORD32 u4_num_reorder_frames
    [all...]
ih264d_bitstrm.c 65 UWORD32 u4_code;
90 UWORD32 ih264d_get_bits_h264(dec_bit_stream_t *ps_bitstrm, UWORD32 u4_num_bits)
92 UWORD32 u4_code = 0;
115 UWORD32 ih264d_next_bits_h264(dec_bit_stream_t *ps_bitstrm, UWORD32 u4_num_bits)
117 UWORD32 u4_word_off = (ps_bitstrm->u4_ofst >> 5);
118 UWORD32 u4_bit_off = ps_bitstrm->u4_ofst & 0x1F;
119 UWORD32 *pu4_bitstream = ps_bitstrm->pu4_buffer;
120 UWORD32 u4_bits = pu4_bitstream[u4_word_off++] << u4_bit_off
    [all...]
ih264d_utils.h 52 UWORD32 u4_idr_pic_id,
65 UWORD32 u2_frame_num,
93 WORD32 ih264d_get_dpb_size_new(UWORD32 u4_level_idc,
94 UWORD32 width,
95 UWORD32 height);
97 UWORD32 u4_cur_pos,
98 UWORD32 u4_max_ofst,
99 UWORD32 *pu4_length_of_start_code);
100 UWORD32 ih264d_get_numbuf_mv_bank(dec_struct_t *ps_dec, UWORD32 width, UWORD32 height)
    [all...]
ih264d_parse_headers.h 44 UWORD32 u4_length);
  /external/libavc/encoder/
iv2.h 208 UWORD32 u4_size;
221 UWORD32 u4_size;
225 UWORD32 u4_mem_size;
227 UWORD32 u4_mem_alignment;
235 UWORD32 u4_size;
244 UWORD32 au4_wd[IV_MAX_RAW_COMPONENTS];
247 UWORD32 au4_ht[IV_MAX_RAW_COMPONENTS];
250 UWORD32 au4_strd[IV_MAX_RAW_COMPONENTS];
258 UWORD32 u4_size;
264 UWORD32 u4_bytes
    [all...]
ih264e_intra_modes_eval.h 329 UWORD32 src_strd,
330 UWORD32 dst_strd,
332 UWORD32 *u4_intra_mode,
334 UWORD32 u4_valid_intra_modes);
400 UWORD32 src_strd,
401 UWORD32 dst_strd,
403 UWORD32 *u4_intra_mode,
405 UWORD32 u4_valid_intra_modes,
406 UWORD32 u4_lambda,
407 UWORD32 u4_predictd_mode)
    [all...]
irc_rate_control_api.h 39 UWORD32 u4_avg_bit_rate,
40 UWORD32 *pu4_peak_bit_rate,
41 UWORD32 u4_min_bit_rate,
42 UWORD32 u4_frame_rate,
43 UWORD32 u4_max_delay,
44 UWORD32 u4_intra_frame_interval,
47 UWORD32 u4_max_vbv_buff_size,
52 UWORD32 u4_src_ticks,
53 UWORD32 u4_tgt_ticks);
133 UWORD32 u4_average_bit_rate)
    [all...]
  /external/libmpeg2/decoder/
impeg2d_globals.h 29 UWORD32 rows;
30 UWORD32 dst_wd;
31 UWORD32 dst_offset_scale;
impeg2d_bitstream.h 49 UWORD32 *pu4_buf_aligned; /* Pointer to the buffer after alignment correction,
52 UWORD32 u4_offset; /* Offset in the buffer for the current bit */
54 UWORD32 u4_buf; /* Buffer storing the current word */
56 UWORD32 u4_buf_nxt; /* Buffer storing the next Word */
58 UWORD32 u4_max_offset; /* Max Bit stream buffer offset in bytes for error checks */
71 UWORD32 u4_temp; \
106 UWORD32 u4_temp; \
141 UWORD32 u4_max_offset);
143 INLINE void impeg2d_bit_stream_flush(void* ctxt, UWORD32 NoOfBits);
145 INLINE UWORD32 impeg2d_bit_stream_nxt(stream_t *stream, WORD32 NoOfBits)
    [all...]
  /external/libavc/common/
ithread.h 61 UWORD32 ithread_get_handle_size(void);
63 UWORD32 ithread_get_mutex_lock_size(void);
81 void ithread_sleep(UWORD32 u4_time);
83 void ithread_msleep(UWORD32 u4_time_ms);
85 void ithread_usleep(UWORD32 u4_time_us);
87 UWORD32 ithread_get_sem_struct_size(void);
89 WORD32 ithread_sem_init(void *sem,WORD32 pshared,UWORD32 value);
ih264_trans_data.c 166 const UWORD32 gu4_forward_quant_round_factor_4x4[9] =
ih264_typedefs.h 46 typedef unsigned int UWORD32;
  /external/libhevc/common/
ihevc_buf_mgr.h 48 UWORD32 u4_max_buf_cnt;
53 UWORD32 u4_active_buf_cnt;
57 UWORD32 au4_status[BUF_MGR_MAX_CNT];
89 UWORD32 mask);
95 UWORD32 mask);
98 UWORD32 ihevc_buf_mgr_get_status(
108 UWORD32 ihevc_buf_mgr_get_num_active_buf(
ithread.h 39 UWORD32 ithread_get_handle_size(void);
41 UWORD32 ithread_get_mutex_lock_size(void);
61 void ithread_sleep(UWORD32 u4_time);
63 void ithread_msleep(UWORD32 u4_time_ms);
65 void ithread_usleep(UWORD32 u4_time_us);
67 UWORD32 ithread_get_sem_struct_size(void);
69 WORD32 ithread_sem_init(void *sem, WORD32 pshared, UWORD32 value);
ihevc_structs.h 87 UWORD32 b3_y_type_idx : 3;
112 UWORD32 b5_y_band_pos : 5;
119 UWORD32 b3_cb_type_idx : 3;
144 UWORD32 b5_cb_band_pos : 5;
151 UWORD32 b3_cr_type_idx : 3;
176 UWORD32 b5_cr_band_pos : 5;
190 UWORD32 b3_y_type_idx : 3;
215 UWORD32 b5_y_band_pos : 5;
222 UWORD32 b3_cb_type_idx : 3;
247 UWORD32 b5_cb_band_pos : 5
    [all...]
  /external/libmpeg2/common/
impeg2_buf_mgr.h 50 UWORD32 u4_max_buf_cnt;
55 UWORD32 u4_active_buf_cnt;
59 UWORD32 au4_status[BUF_MGR_MAX_CNT];
91 UWORD32 mask);
97 UWORD32 mask);
100 UWORD32 impeg2_buf_mgr_get_status(
110 UWORD32 impeg2_buf_mgr_get_num_active_buf(
ithread.h 41 UWORD32 ithread_get_handle_size(void);
43 UWORD32 ithread_get_mutex_lock_size(void);
63 void ithread_sleep(UWORD32 u4_time);
65 void ithread_msleep(UWORD32 u4_time_ms);
67 void ithread_usleep(UWORD32 u4_time_us);
69 UWORD32 ithread_get_sem_struct_size(void);
71 WORD32 ithread_sem_init(void *sem,WORD32 pshared,UWORD32 value);
impeg2_format_conv.c 110 UWORD32 u4_width,
111 UWORD32 u4_height,
112 UWORD32 u4_src_stride_y,
113 UWORD32 u4_src_stride_u,
114 UWORD32 u4_src_stride_v,
115 UWORD32 u4_dst_stride_y,
116 UWORD32 u4_dst_stride_u,
117 UWORD32 u4_dst_stride_v)
190 UWORD32 u4_width,
191 UWORD32 u4_height
    [all...]
  /external/libhevc/decoder/
ihevcd_cxa.h 185 UWORD32 u4_num_reorder_frames;
190 UWORD32 u4_num_ref_frames;
195 UWORD32 u4_share_disp_buf;
205 UWORD32 u4_num_extra_disp_buf;
263 UWORD32 u4_num_reorder_frames;
268 UWORD32 u4_num_ref_frames;
273 UWORD32 u4_share_disp_buf;
278 UWORD32 u4_num_extra_disp_buf;
518 UWORD32 u4_coded_pic_ht;
523 UWORD32 u4_coded_pic_wd
    [all...]
ihevcd_mv_pred.h 41 UWORD32 *pu4_top_pu_idx,
42 UWORD32 *pu4_left_pu_idx,
43 UWORD32 *pu4_top_left_pu_idx,

Completed in 859 milliseconds

12 3 4 5 6 7 8 91011