/external/libmpeg2/decoder/ |
impeg2d.h | 548 UWORD8 u1_aspect_ratio_information; 553 UWORD8 u1_frame_rate_code; 558 UWORD8 u1_frame_rate_extension_n; 563 UWORD8 u1_frame_rate_extension_d; 568 UWORD8 u1_video_format; 573 UWORD8 u1_colour_primaries; 578 UWORD8 u1_transfer_characteristics; 583 UWORD8 u1_matrix_coefficients;
|
/external/libhevc/decoder/ |
ihevcd_itrans_recon_dc.c | 86 void ihevcd_itrans_recon_dc_luma(UWORD8 *pu1_pred, 87 UWORD8 *pu1_dst, 116 void ihevcd_itrans_recon_dc_chroma(UWORD8 *pu1_pred, 117 UWORD8 *pu1_dst,
|
ihevcd_ittiam_logo.h | 113 void ihevcd_insert_logo(UWORD8 *buf_y, UWORD8 *buf_u, UWORD8 *buf_v,
|
ihevcd_job_queue.c | 234 UWORD8 *pu1_buf; 235 pu1_buf = (UWORD8 *)pv_buf; 396 UWORD8 *pu1_buf; 402 pu1_buf = (UWORD8 *)ps_jobq->pv_buf_wr; 403 if((UWORD8 *)ps_jobq->pv_buf_end >= (pu1_buf + job_size)) 406 ps_jobq->pv_buf_wr = (UWORD8 *)ps_jobq->pv_buf_wr + job_size; 461 volatile UWORD8 *pu1_buf; 465 pu1_buf = (UWORD8 *)ps_jobq->pv_buf_rd; 468 if((UWORD8 *)ps_jobq->pv_buf_end >= (pu1_buf + job_size)) 472 pu1_buf = (UWORD8 *)ps_jobq->pv_buf_rd [all...] |
/external/libavc/encoder/ |
ih264e_intra_modes_eval.c | 118 UWORD8 *pu1_slice_idx_curr = ps_proc->pu1_slice_idx; 119 UWORD8 *pu1_slice_idx_b; 120 UWORD8 *pu1_slice_idx_a; 121 UWORD8 *pu1_slice_idx_c; 122 UWORD8 *pu1_slice_idx_d; 229 UWORD8 ih264e_derive_ngbr_avbl_of_mb_partitions(block_neighbors_t *ps_ngbr_avbl, 233 UWORD8 u1_neighbor_avail=0; 344 UWORD8 *pu1_ngbr_pels_i16 = ps_proc->au1_ngbr_pels; 350 UWORD8 *pu1_curr_mb = ps_proc->pu1_src_buf_luma; 351 UWORD8 *pu1_ref_mb = ps_proc->pu1_rec_buf_luma [all...] |
irc_mb_model_based.c | 34 UWORD8 u1_frm_qp; 92 UWORD8 u1_frame_qp) 144 UWORD8 irc_get_frm_level_qp(mb_rate_control_t *ps_mb_rate_control)
|
ime_distortion_metrics.c | 86 * UWORD8 pointer to the source 89 * UWORD8 pointer to half pel buffer 92 * UWORD8 pointer to half pel buffer 95 * UWORD8 pointer to half pel buffer 118 void ime_sub_pel_compute_sad_16x16(UWORD8 *pu1_src, 119 UWORD8 *pu1_ref_half_x, 120 UWORD8 *pu1_ref_half_y, 121 UWORD8 *pu1_ref_half_xy, 126 UWORD8 *pu1_ref_half_x_left = pu1_ref_half_x - 1; 127 UWORD8 *pu1_ref_half_y_top = pu1_ref_half_y - ref_strd [all...] |
irc_frame_info_collector.c | 108 WORD32 irc_fi_get_avg_mb_header(frame_info_t *frame_info, UWORD8 mb_type) 122 UWORD8 mb_type) 127 WORD32 irc_fi_get_total_mb_sad(frame_info_t *frame_info, UWORD8 mb_type) 132 WORD32 irc_fi_get_total_mb_qp(frame_info_t *frame_info, UWORD8 mb_type) 144 WORD32 irc_fi_get_total_mb(frame_info_t *frame_info, UWORD8 mb_type)
|
ime.c | 108 UWORD8 *pu1_curr_mb = ps_me_ctxt->pu1_src_buf_luma; 109 UWORD8 *pu1_ref_mb = ps_me_ctxt->apu1_ref_buf_luma[i4_reflist]; 125 UWORD8 *pu1_mv_bits = ps_me_ctxt->pu1_mv_bits; 130 UWORD8 *pu1_ref; 137 // UWORD8 u1_prev_jump = NONE; 138 // UWORD8 u1_curr_jump = NONE; 139 // UWORD8 u1_next_jump; 142 // UWORD8 *apu1_ref[4]; 290 UWORD8 *pu1_curr_mb = ps_me_ctxt->pu1_src_buf_luma; 291 UWORD8 *pu1_ref_mb = ps_me_ctxt->apu1_ref_buf_luma[i4_reflist] [all...] |
/external/libmpeg2/common/ |
impeg2_job_queue.c | 231 UWORD8 *pu1_buf; 232 pu1_buf = (UWORD8 *)pv_buf; 397 UWORD8 *pu1_buf; 405 pu1_buf = (UWORD8 *)ps_jobq->pv_buf_wr; 406 if((UWORD8 *)ps_jobq->pv_buf_end >= (pu1_buf + i4_job_size)) 409 ps_jobq->pv_buf_wr = (UWORD8 *)ps_jobq->pv_buf_wr + i4_job_size; 471 volatile UWORD8 *pu1_buf; 477 pu1_buf = (UWORD8 *)ps_jobq->pv_buf_rd; 480 if((UWORD8 *)ps_jobq->pv_buf_end >= (pu1_buf + i4_job_size)) 484 pu1_buf = (UWORD8 *)ps_jobq->pv_buf_rd [all...] |
/external/libavc/decoder/ |
ih264d_parse_pslice.c | 66 void ih264d_init_cabac_contexts(UWORD8 u1_slice_type, dec_struct_t * ps_dec); 84 UWORD8 u1_mb_num, 85 UWORD8 u1_num_mbsNby2) 96 const UWORD8 u1_mbaff = ps_dec->ps_cur_slice->u1_mbaff_frame_flag; 97 const UWORD8 * pu1_num_mb_part = (const UWORD8 *)gau1_ih264d_num_mb_part; 98 UWORD8 * pu1_col_info = ps_parse_mb_data->u1_col_info; 104 UWORD8 u1_no_submb_part_size_lt8x8_flag = 1; 117 UWORD8 u1_colz = (PRED_8x8 << 6); 151 *pu1_col_info++ = u1_colz | (UWORD8)(ui_sub_mb_mode << 4) [all...] |
ih264d_parse_islice.c | 65 void ih264d_init_cabac_contexts(UWORD8 u1_slice_type, dec_struct_t * ps_dec); 89 UWORD8 u1_mb_num, 90 UWORD8 u1_mb_type) 135 UWORD8 *pu1_temp; 137 ((UWORD8 *)ps_dec->pv_parse_tu_coeff_data), 138 ((UWORD8 *)ps_dec->pv_parse_tu_coeff_data+16), 140 pu1_temp = (UWORD8 *)ps_dec->pv_parse_tu_coeff_data; 146 UWORD8 *pu1_temp; 148 ((UWORD8 *)ps_dec->pv_parse_tu_coeff_data), 149 ((UWORD8 *)ps_dec->pv_parse_tu_coeff_data+4) [all...] |
ih264d_nal.c | 64 void ih264d_check_if_aud(UWORD8 *pu1_buf, 69 UWORD8 u1_first_byte, u1_nal_unit_type; 82 WORD32 ih264d_find_start_code(UWORD8 *pu1_buf, 152 WORD32 ih264d_get_next_nal_unit(UWORD8 *pu1_buf, 193 UWORD8 *pu1_nal_unit, 197 UWORD8 u1_cur_byte; 371 UWORD8 uc_lastByte;
|
ih264d_inter_pred.c | 51 void ih264d_pad_on_demand(pred_info_t *ps_pred, UWORD8 lum_chrom_blk); 55 void ih264d_copy_multiplex_data(UWORD8 *puc_Source, 56 UWORD8 *puc_To, 62 UWORD8 uc_i, uc_j; 84 void ih264d_copy_2d1d(UWORD8 *puc_src, 85 UWORD8 *puc_dest, 112 WORD8 i1_ref_idx,UWORD32 *pu4_wt_offset,UWORD8 u1_pic_type) 187 UWORD8 u1_sub_x = 0,u1_sub_y=0 ; 188 UWORD8 u1_part_wd = 0,u1_part_ht = 0; 209 UWORD8 u1_scale_ref,u1_mbaff,u1_field [all...] |
ih264d_mb_utils.c | 87 UWORD8 u1_mb_ngbr_avail = 0; 217 UWORD8 u1_mb_ngbr_avail = 0; 220 UWORD8 u1_top_mb = 1 - (u2_cur_mb_address & 0x01); 222 UWORD8 u1_cur_mb_field = 0; 281 u1_cur_mb_field = (UWORD8)ih264d_get_bit_h264(ps_dec->ps_bitstrm); 485 UWORD8 *pu1_buf; 551 UWORD8 u1_mb_ngbr_avail = 0; 559 UWORD8 u1_cur_mb_field = 0; 560 UWORD8 u1_top_mb = 1 - (u2_cur_mb_address & 0x01); 591 UWORD8 u1_cur_mb_fld_flag_known = 0 [all...] |
ih264d_tables.c | 40 const UWORD8 gau1_ih264d_qp_scale_cr[] = 45 const UWORD8 gau1_ih264d_alpha_table[] = 50 const UWORD8 gau1_ih264d_beta_table[] = 56 const UWORD8 gau1_ih264d_clip_table[][4] = 150 const UWORD8 gau1_ih264d_clip_table_deblock[] = 217 const UWORD8 gau1_ih264d_inv_scan_prog8x8_cavlc[4][16] = 225 const UWORD8 gau1_ih264d_inv_scan_int8x8_cavlc[4][16] = 236 const UWORD8 gau1_ih264d_inv_scan_prog8x8_cabac[64] = 244 const UWORD8 gau1_ih264d_inv_scan_int8x8_cabac[64] = 251 UWORD8 const gau1_ih264d_subblk_offset[16] [all...] |
/external/libhevc/common/arm/ |
ihevc_intra_pred_filters_neon_intr.c | 88 * UWORD8 pointer to the top-left 91 * UWORD8 pointer to the top 94 * UWORD8 pointer to the left 117 void ihevc_intra_pred_luma_ref_substitution_neonintr(UWORD8 *pu1_top_left, 118 UWORD8 *pu1_top, 119 UWORD8 *pu1_left, 123 UWORD8 *pu1_dst, 126 UWORD8 pu1_ref; 155 UWORD8 *pu1_dst_tmp2 = pu1_dst; 156 UWORD8 *pu1_top_tmp = pu1_top [all...] |
/external/libhevc/common/ |
ihevc_inter_pred.h | 54 UWORD8 *pu1_src, 55 UWORD8 *pu1_dst, 63 UWORD8 *pu1_src, 73 UWORD8 *pu1_dst, 97 UWORD8 bit_depth); 108 UWORD8 bit_depth); 119 UWORD8 bit_depth); 130 UWORD8 bit_depth); 143 UWORD8 bit_depth); 162 UWORD8 bit_depth) [all...] |
ihevc_iquant_recon.c | 106 UWORD8 *pu1_pred, 108 UWORD8 *pu1_dst, 218 UWORD8 *pu1_pred, 220 UWORD8 *pu1_dst, 329 UWORD8 *pu1_pred, 331 UWORD8 *pu1_dst, 440 UWORD8 *pu1_pred, 442 UWORD8 *pu1_dst, 552 UWORD8 *pu1_pred, 554 UWORD8 *pu1_dst [all...] |
ihevc_intra_pred_filters.c | 100 * UWORD8 pointer to the top-left 103 * UWORD8 pointer to the top 106 * UWORD8 pointer to the left 127 void ihevc_intra_pred_luma_ref_subst_all_avlble(UWORD8 *pu1_top_left, 128 UWORD8 *pu1_top, 129 UWORD8 *pu1_left, 133 UWORD8 *pu1_dst, 201 void ihevc_intra_pred_luma_ref_substitution(UWORD8 *pu1_top_left, 202 UWORD8 *pu1_top, 203 UWORD8 *pu1_left [all...] |
/external/libavc/common/x86/ |
ih264_luma_intra_pred_filters_ssse3.c | 96 * UWORD8 pointer to the source 99 * UWORD8 pointer to the destination 117 void ih264_intra_pred_luma_4x4_mode_vert_ssse3(UWORD8 *pu1_src, 118 UWORD8 *pu1_dst, 123 UWORD8 *pu1_top; 155 * UWORD8 pointer to the source 158 * UWORD8 pointer to the destination 176 void ih264_intra_pred_luma_4x4_mode_horz_ssse3(UWORD8 *pu1_src, 177 UWORD8 *pu1_dst, 182 UWORD8 *pu1_left = NULL; /* Pointer to start of left predictors * [all...] |
/external/libavc/test/encoder/ |
input.c | 123 UWORD8 *pu1_buf; 137 bytes = fread(pu1_buf, sizeof(UWORD8), wd, fp); 161 bytes = fread(pu1_buf, sizeof(UWORD8), wd, fp); 178 UWORD8 *pu1_buf; 192 bytes = fwrite(pu1_buf, sizeof(UWORD8), wd, fp); 216 bytes = fwrite(pu1_buf, sizeof(UWORD8), wd, fp); 237 UWORD8 *pu1_buf[3]; 257 pu1_buf[0] = (UWORD8 *)ih264a_aligned_malloc(16, pic_size); 267 pu1_buf[0] = (UWORD8 *)ih264a_aligned_malloc(16, num_mbs * sizeof(ih264e_mb_info_t)); 276 pu1_buf[0] = (UWORD8 *)ih264a_aligned_malloc(16, sizeof(ih264e_pic_info2_t)) [all...] |
/external/libhevc/common/x86/ |
ihevc_tables_x86_intr.c | 52 const UWORD8 IHEVCE_SHUFFLEMASKY1[16] = { 0x03, 0x02, 0x01, 0x00, 57 const UWORD8 IHEVCE_SHUFFLEMASKY2[16] = { 0x07, 0x06, 0x05, 0x04, 62 const UWORD8 IHEVCE_SHUFFLEMASKY3[16] = { 0x0f, 0x0e, 0x0d, 0x0c, 67 const UWORD8 IHEVCE_SHUFFLEMASK4[16] = { 0x00, 0x00, 0x00, 0x00, 72 const UWORD8 IHEVCE_SHUFFLEMASK5[16] = { 0x00, 0x01, 0x08, 0x09, 77 const UWORD8 IHEVCE_SHUFFLEMASKY7[16] = { 0x06, 0x07, 0x04, 0x05, 82 const UWORD8 IHEVCE_SHUFFLEMASKY8[16] = { 0x0e, 0x0f, 0x0c, 0x0d, 87 const UWORD8 IHEVCE_SHUFFLEMASKY9[16] = { 0x00, 0x01, 0x04, 0x05, 92 const UWORD8 IHEVCE_SHUFFLEMASKY11[16] = { 0x01, 0x00, 0x02, 0x01, 97 const UWORD8 inv_angle_shuffle[7][32] [all...] |
/external/libavc/common/ |
ih264_intra_pred_filters.h | 64 typedef void ih264_intra_pred_ref_filtering_ft(UWORD8 *pu1_left, 65 UWORD8 *pu1_topleft, 66 UWORD8 *pu1_top, 67 UWORD8 *pu1_dst, 71 typedef void ih264_intra_pred_luma_ft(UWORD8 *pu1_src, 72 UWORD8 *pu1_dst,
|
ih264_iquant_itrans_recon.c | 107 UWORD8 *pu1_pred, 108 UWORD8 *pu1_out, 121 UWORD8 *pu1_pred_ptr = pu1_pred; 122 UWORD8 *pu1_out_ptr = pu1_out; 214 UWORD8 *pu1_pred, 215 UWORD8 *pu1_out, 225 UWORD8 *pu1_pred_ptr = pu1_pred; 226 UWORD8 *pu1_out_ptr = pu1_out; 324 UWORD8 *pu1_pred, 325 UWORD8 *pu1_out [all...] |