/external/libhevc/common/ |
D | ihevc_structs.h | 457 WORD8 i1_sei_parameters_present_flag; 459 WORD8 i1_aud_present_flag; 461 WORD8 i1_buf_period_params_present_flag; 463 WORD8 i1_pic_timing_params_present_flag; 465 WORD8 i1_recovery_point_params_present_flag; 467 WORD8 i1_active_parameter_set; 469 WORD8 i4_sei_mastering_disp_colour_vol_params_present_flags; 474 WORD8 i1_decoded_pic_hash_sei_flag; 479 WORD8 i1_user_data_registered_present_flag; 481 WORD8 i1_time_code_present_flag; [all …]
|
D | ihevc_sao.h | 58 WORD8 *pi4_sao_offset, 68 WORD8 *pi1_sao_offset, 80 WORD8 *pi4_sao_offset_u, 81 WORD8 *pi4_sao_offset_v, 92 WORD8 *pi1_sao_offset_u, 93 WORD8 *pi1_sao_offset_v, 106 WORD8 *pi4_sao_offset, 118 WORD8 *pi1_sao_offset, 131 WORD8 *pi4_sao_offset_u, 132 WORD8 *pi4_sao_offset_v, [all …]
|
D | ihevc_common_tables.c | 182 const WORD8 col_for_intra_luma[32] = 186 const WORD8 col_for_intra_chroma[32] = 189 const WORD8 idx_neg_vals_3_9[7] = 457 const WORD8 gai1_ihevc_chroma_qp_scale[82]= //EXTENDED for 12 bit 512 const WORD8 gi1_table_edge_idx[8] = { 1, 2, 0, 3, 4, 0, 0, 0 }; /* First 5 values are valid. Last 3… 530 const WORD8 gi1_popcnt_byte_table[] =
|
D | ihevc_sao.c | 78 WORD8 *pi1_sao_offset, in ihevc_sao_band_offset_luma() 131 WORD8 *pi1_sao_offset_u, in ihevc_sao_band_offset_chroma() 132 WORD8 *pi1_sao_offset_v, in ihevc_sao_band_offset_chroma() 173 WORD8 *pi1_sao_offset; in ihevc_sao_band_offset_chroma() 194 WORD8 *pi1_sao_offset, in ihevc_sao_edge_offset_class0() 201 WORD8 u1_sign_left, u1_sign_right; in ihevc_sao_edge_offset_class0() 276 WORD8 *pi1_sao_offset_u, in ihevc_sao_edge_offset_class0_chroma() 277 WORD8 *pi1_sao_offset_v, in ihevc_sao_edge_offset_class0_chroma() 284 WORD8 u1_sign_left_u, u1_sign_right_u; in ihevc_sao_edge_offset_class0_chroma() 285 WORD8 u1_sign_left_v, u1_sign_right_v; in ihevc_sao_edge_offset_class0_chroma() [all …]
|
D | ihevc_tables_x86_intr.h | 57 extern MEM_ALIGN16 const WORD8 coef_d[16]; 58 extern MEM_ALIGN16 const WORD8 coef_de1[16]; 59 extern MEM_ALIGN16 const WORD8 coef_dep1[16]; 66 extern MEM_ALIGN16 const WORD8 delta0[16]; 67 extern MEM_ALIGN16 const WORD8 delta1[16];
|
D | ihevc_inter_pred_filters.c | 112 WORD8 *pi1_coeff, in ihevc_inter_pred_luma_copy() 174 WORD8 *pi1_coeff, in ihevc_inter_pred_luma_horz() 247 WORD8 *pi1_coeff, in ihevc_inter_pred_luma_vert() 320 WORD8 *pi1_coeff, in ihevc_inter_pred_luma_copy_w16out() 386 WORD8 *pi1_coeff, in ihevc_inter_pred_luma_horz_w16out() 457 WORD8 *pi1_coeff, in ihevc_inter_pred_luma_vert_w16out() 527 WORD8 *pi1_coeff, in ihevc_inter_pred_luma_vert_w16inp() 602 WORD8 *pi1_coeff, in ihevc_inter_pred_luma_vert_w16inp_w16out() 674 WORD8 *pi1_coeff, in ihevc_inter_pred_chroma_copy() 739 WORD8 *pi1_coeff, in ihevc_inter_pred_chroma_horz() [all …]
|
D | ihevc_inter_pred.h | 58 WORD8 *pi1_coeff, 67 WORD8 *pi1_coeff, 76 WORD8 *pi1_coeff, 85 WORD8 *pi1_coeff, 94 WORD8 *pi1_coeff, 105 WORD8 *pi1_coeff, 116 WORD8 *pi1_coeff, 127 WORD8 *pi1_coeff,
|
/external/libavc/common/ |
D | ih264_structs.h | 108 WORD8 i1_field_type; 172 WORD8 i1_l0_ref_idx; 177 WORD8 i1_l1_ref_idx; 182 WORD8 i1_l0_ref_pic_buf_id; 187 WORD8 i1_l1_ref_pic_buf_id; 550 WORD8 i1_nal_unit_type; 555 WORD8 i1_nal_ref_idc; 854 WORD8 i1_residual_colour_transform_flag; 859 WORD8 i1_bit_depth_luma; 864 WORD8 i1_bit_depth_chroma; [all …]
|
D | ih264_weighted_pred.c | 212 ofst = (WORD8)(ofst & 0xff); in ih264_weighted_pred_luma() 290 ofst_u = (WORD8)(ofst & 0xff); in ih264_weighted_pred_chroma() 291 ofst_v = (WORD8)(ofst >> 8); in ih264_weighted_pred_chroma() 383 ofst1 = (WORD8)(ofst1 & 0xff); in ih264_weighted_bi_pred_luma() 384 ofst2 = (WORD8)(ofst2 & 0xff); in ih264_weighted_bi_pred_luma() 462 ofst1_u = (WORD8)(ofst1 & 0xff); in ih264_weighted_bi_pred_chroma() 463 ofst1_v = (WORD8)(ofst1 >> 8); in ih264_weighted_bi_pred_chroma() 464 ofst2_u = (WORD8)(ofst2 & 0xff); in ih264_weighted_bi_pred_chroma() 465 ofst2_v = (WORD8)(ofst2 >> 8); in ih264_weighted_bi_pred_chroma()
|
D | ih264_deblk_edge_filters.c | 115 WORD8 i = 0, edge; in ih264_deblk_luma_vert_bs4() 236 WORD8 i = 0, edge; in ih264_deblk_luma_horz_bs4() 358 WORD8 i = 0, edge; in ih264_deblk_chroma_vert_bs4_bp() 450 WORD8 i = 0, edge; in ih264_deblk_chroma_horz_bs4_bp() 543 WORD8 i = 0, edge; in ih264_deblk_luma_vert_bslt4() 549 WORD8 delta; in ih264_deblk_luma_vert_bslt4() 550 WORD8 tc; in ih264_deblk_luma_vert_bslt4() 665 WORD8 i = 0, edge; in ih264_deblk_chroma_vert_bslt4_bp() 666 WORD8 delta; in ih264_deblk_chroma_vert_bslt4_bp() 667 WORD8 tc; in ih264_deblk_chroma_vert_bslt4_bp() [all …]
|
D | ih264_intra_pred_filters.h | 54 extern const WORD8 ih264_gai1_intrapred_luma_plane_coeffs[]; 55 extern const WORD8 ih264_gai1_intrapred_chroma_plane_coeffs1[]; 56 extern const WORD8 ih264_gai1_intrapred_chroma_plane_coeffs2[]; 57 extern const WORD8 ih264_gai1_intrapred_luma_8x8_horz_u[];
|
/external/libavc/decoder/ |
D | ih264d_deblocking.h | 40 WORD8 ih264d_set_deblocking_parameters(deblk_mb_t * ps_cur_deblk_mb, 50 const WORD8 i1_cb_qp_idx_ofst, 51 const WORD8 i1_cr_qp_idx_ofst, 59 const WORD8 i1_cb_qp_idx_ofst, 60 const WORD8 i1_cr_qp_idx_ofst, 67 const WORD8 i1_cb_qp_idx_ofst, 68 const WORD8 i1_cr_qp_idx_ofst, 78 const WORD8 i1_cb_qp_idx_ofst, 79 const WORD8 i1_cr_qp_idx_ofst, 159 const WORD8 i1_cb_qp_idx_ofst, [all …]
|
D | ih264d_structs.h | 130 WORD8 i1_ref_frame[2]; 140 WORD8 i1_submb_num[16]; 141 WORD8 i1_partitionsize[16]; 142 WORD8 i1_num_partitions; 143 WORD8 u1_vert_mv_scale; 245 WORD8 i1_mb_partwidth; /** Width of MB partition */ 246 WORD8 i1_mb_partheight; /** Height of MB partition */ 247 WORD8 i1_mc_wd; /** Number of bytes in a DMA stride */ 248 WORD8 i1_dma_ht; /** Number of strides */ 250 WORD8 i1_pod_ht; /** Flag specifying height of pad on demand */ [all …]
|
D | ih264d_parse_mb_header.h | 59 WORD8 * pi1_ref_idx, 60 WORD8 * const pi1_lft_cxt, 61 WORD8 * const pi1_top_cxt, 67 WORD8 *pi1_mb_qp_delta); 68 WORD8 ih264d_parse_chroma_pred_mode_cabac(struct _DecStruct * ps_dec);
|
D | ih264d_parse_cavlc.h | 143 WORD8 ResidualBlockChromaDC(WORD16 *pi2_level, dec_bit_stream_t *ps_bitstrm); 147 WORD8 *pi1_ref_idx, 152 WORD8 *pi1_ref_idx, 157 WORD8 *pi1_ref_idx, 162 WORD8 *pi1_ref_idx,
|
D | ih264d_parse_mb_header.c | 76 WORD8 u1_mb_type, u1_bin; in ih264d_parse_mb_type_intra_cabac() 161 WORD8 c_ctxt_inc; in ih264d_parse_mb_type_cabac() 163 WORD8 u1_mb_type = 0, u1_bin; in ih264d_parse_mb_type_cabac() 222 WORD8 a, b; in ih264d_parse_mb_type_cabac() 373 WORD8 u1_sub_mb_type, u1_bin; in ih264d_parse_submb_type_cabac() 467 WORD8 * pi1_ref_idx, in ih264d_parse_ref_idx_cabac() 468 WORD8 * const pi1_lft_cxt, in ih264d_parse_ref_idx_cabac() 469 WORD8 * const pi1_top_cxt, in ih264d_parse_ref_idx_cabac() 477 WORD8 i1_ref_idx; in ih264d_parse_ref_idx_cabac() 493 i1_ref_idx = (WORD8)ih264d_decode_bins_unary(32, u4_cxt_inc, in ih264d_parse_ref_idx_cabac() [all …]
|
D | ih264d_compute_bs.c | 370 WORD8 i1_cur_ref0; in ih264d_fill_bs1_non16x16mb_pslice() 402 WORD8 i1_left_ref0 = ps_left_mv_pred->i1_ref_frame[0]; in ih264d_fill_bs1_non16x16mb_pslice() 457 WORD8 i1_top_ref0 = ps_top_mv_pred->i1_ref_frame[0]; in ih264d_fill_bs1_non16x16mb_pslice() 740 WORD8 i1_cur_ref0, i1_cur_ref1; in ih264d_fill_bs1_non16x16mb_bslice() 777 WORD8 i1_left_ref0, i1_left_ref1; in ih264d_fill_bs1_non16x16mb_bslice() 864 WORD8 i1_top_ref0, i1_top_ref1; in ih264d_fill_bs1_non16x16mb_bslice() 1205 WORD8 * p1_refTop0 = (ps_cur_mv_pred + 12)->i1_ref_frame; in ih264d_compute_bs_non_mbaff() 1206 WORD8 * p1_refTop1 = (ps_cur_mv_pred + 14)->i1_ref_frame; in ih264d_compute_bs_non_mbaff() 1211 WORD8 * p1_refleft0 = (ps_cur_mv_pred + 3)->i1_ref_frame; in ih264d_compute_bs_non_mbaff() 1334 WORD8 * p1_refTop0 = (ps_cur_mv_pred + 12)->i1_ref_frame; in ih264d_compute_bs_non_mbaff() [all …]
|
/external/libhevc/common/x86/ |
D | ihevc_tables_x86_intr.c | 109 const WORD8 coef_d[16] = { 0, 1, -2, 1, 1, -2, 1, 0, 0, 1, -2, 1, 1, -2, 1, 0 }; 110 const WORD8 coef_de1[16] = { 3, -9, 9, -3, 3, -9, 9, -3, 3, -9, 9, -3, 3, -9, 9, -3 }; 111 const WORD8 coef_dep1[16] = { -2, 1, 1, -2, -2, 1, 1, -2, -2, 1, 1, -2, -2, 1, 1, -2 }; 118 const WORD8 delta0[16] = { 1, -4, 1, -4, 1, -4, 1, -4, 1, -4, 1, -4, 1, -4, 1, -4 }; 119 const WORD8 delta1[16] = { 4, -1, 4, -1, 4, -1, 4, -1, 4, -1, 4, -1, 4, -1, 4, -1 };
|
/external/libavc/encoder/ |
D | ih264e.h | 668 WORD8 i1_mb_type; 674 WORD8 ai1_intra_mode[1]; 681 WORD8 i1_mb_type; 692 WORD8 ai1_intra_mode[1]; 701 WORD8 i1_mb_type; 708 WORD8 ai1_intra_mode[16]; 716 WORD8 i1_mb_type; 719 WORD8 i1_intra_mode; 729 WORD8 ai1_intra_mode[16];
|
D | ih264e_cabac_structs.h | 82 WORD8 i1_ref_idx[4]; 183 WORD8 i1_prevps_mb_qp_delta_ctxt; 212 WORD8 i1_left_ref_idx_ctx_inc_arr[2][4]; 213 WORD8 *pi1_left_ref_idx_ctxt_inc;
|
D | ih264e_cabac.h | 58 WORD8 i; \ 152 UWORD32 ih264e_cabac_UEGk0_binarization(WORD16 i2_sufs, WORD8 *pi1_bins_len); 282 void ih264e_encode_decision_bins(UWORD32 u4_bins, WORD8 i1_bins_len, 283 UWORD32 u4_ctx_inc, WORD8 i1_valid_len,
|
D | irc_trace_support.h | 48 WORD8 * pu1_buf; 57 void init_trace_support(WORD8 *pu1_buf, WORD32 i4_size); 59 int trace_printf(const WORD8 *format, ...);
|
D | ih264e_trace_support.h | 48 WORD8 * pu1_buf; 57 void init_trace_support(WORD8 *pu1_buf, WORD32 i4_size); 59 int trace_printf(const WORD8 *format, ...);
|
D | ih264e_cabac_encode.c | 123 WORD8 a, b; in ih264e_cabac_enc_mb_skip() 206 WORD8 i1_bins_len; in ih264e_cabac_enc_intra_mb_type() 211 WORD8 i; in ih264e_cabac_enc_intra_mb_type() 218 i1_bins_len = (WORD8) ((u4_bins >> 8) & 0x0f); in ih264e_cabac_enc_intra_mb_type() 251 WORD8 i1_mps = !!((*pu1_bin_ctxt) & (0x40)); in ih264e_cabac_enc_intra_mb_type() 252 WORD8 i1_state = (*pu1_bin_ctxt) & 0x3F; in ih264e_cabac_enc_intra_mb_type() 338 WORD8 byte; in ih264e_cabac_enc_4x4mb_modes() 408 WORD8 i1_temp; in ih264e_cabac_enc_chroma_predmode() 413 WORD8 i1_bins_len = 1; in ih264e_cabac_enc_chroma_predmode() 477 WORD8 i2_cbp_chroma, i, j; in ih264e_cabac_enc_cbp() [all …]
|
/external/libhevc/decoder/ |
D | ihevcd_structs.h | 204 WORD8 ai1_l0_collocated_poc_lt[MAX_SLICE_HDR_CNT][MAX_DPB_SIZE]; 213 WORD8 ai1_l1_collocated_poc_lt[MAX_SLICE_HDR_CNT][MAX_DPB_SIZE]; 1136 WORD8 ai1_8x8_cu_qp[MAX_CU_IN_CTB]; 1434 WORD8 i1_pic_cb_qp_offset; 1444 WORD8 i1_pic_cr_qp_offset; 1563 WORD8 *, 1609 WORD8 *, 1621 WORD8 *, 1622 WORD8 *,
|