/external/libavc/common/ |
ih264_trans_data.c | 50 const UWORD16 g_scal_coff_h264_4x4[16] ={ 58 const UWORD16 g_scal_coff_h264_8x8[16]= 95 const UWORD16 gu2_quant_scale_matrix_4x4[96] = 187 const UWORD16 gu2_forward_quant_threshold_4x4[96] = 234 const UWORD16 gu2_quant_scale_matrix_8x8 [384] =
|
ih264_trans_data.h | 43 extern const UWORD16 g_scal_coff_h264_4x4[16]; 44 extern const UWORD16 g_scal_coff_h264_8x8[16]; 61 extern const UWORD16 gu2_quant_scale_matrix_4x4[96]; 94 extern const UWORD16 gu2_forward_quant_threshold_4x4[96]; 110 extern const UWORD16 gu2_quant_scale_matrix_8x8 [384];
|
ih264_common_tables.h | 122 extern const UWORD16 gau2_ih264_default_inter4x4_weight_scale[]; 123 extern const UWORD16 gau2_ih264_default_intra4x4_weight_scale[]; 124 extern const UWORD16 gau2_ih264_default_intra4x4_scaling_list[]; 125 extern const UWORD16 gau2_ih264_default_inter4x4_scaling_list[]; 126 extern const UWORD16 gau2_ih264_default_intra8x8_scaling_list[]; 127 extern const UWORD16 gau2_ih264_default_inter8x8_scaling_list[]; 128 extern const UWORD16 gau2_ih264_default_intra8x8_weight_scale[]; 129 extern const UWORD16 gau2_ih264_default_inter8x8_weight_scale[]; 130 extern const UWORD16 gau2_ih264_flat_4x4_weight_scale[]; 131 extern const UWORD16 gau2_ih264_flat_8x8_weight_scale[] [all...] |
ih264_typedefs.h | 45 typedef unsigned short UWORD16;
|
ih264_trans_quant_itrans_iquant.h | 50 const UWORD16 *pu2_scale_mat, 51 const UWORD16 *pu2_thresh_mat, 62 const UWORD16 *pu2_iscale_mat, 63 const UWORD16 *pu2_weigh_mat, 75 const UWORD16 *pu2_scale_mat, 76 const UWORD16 *pu2_thresh_mat, 88 const UWORD16 *pu2_scale_matrix, 89 const UWORD16 *pu2_threshold_matrix, 101 const UWORD16 *pu2_scale_matrix, 102 const UWORD16 *pu2_threshold_matrix [all...] |
/external/libmpeg2/decoder/ |
impeg2d_mv_dec.h | 23 e_field_t impeg2d_dec_mv(stream_t *stream, WORD16 predMv[], WORD16 mv[],UWORD16 fCode[], 24 UWORD16 shift,UWORD16 fld_sel); 25 INLINE void impeg2d_dec_1mv(stream_t *stream, WORD16 predMv[], WORD16 mv[],UWORD16 fCode[], 26 UWORD16 shift,WORD16 dmv[]);
|
impeg2d_vld_tables.h | 70 extern const UWORD16 gau2_impeg2d_dct_coeff_zero[]; 71 extern const UWORD16 gau2_impeg2d_dct_coeff_one[]; 72 extern const UWORD16 gau2_impeg2d_offset_zero[]; 73 extern const UWORD16 gau2_impeg2d_offset_one[]; 75 extern const UWORD16 gau2_impeg2d_tab_zero_1_9[]; 76 extern const UWORD16 gau2_impeg2d_tab_one_1_9[]; 77 extern const UWORD16 gau2_impeg2d_tab_zero_10_16[]; 78 extern const UWORD16 gau2_impeg2d_tab_one_10_16[]; 80 extern const UWORD16 gau2_impeg2d_p_mb_type[]; 81 extern const UWORD16 gau2_impeg2d_b_mb_type[] [all...] |
impeg2d_vld.h | 25 UWORD16 maxLen); 28 const UWORD16 indexTable[][2], 29 UWORD16 maxLen); 33 UWORD16 intraFlag, /*!< Intra Macroblock or not */ 34 UWORD16 chromaFlag, /*!< Chroma Block or not */ 35 UWORD16 dPicture, /*!< D Picture or not */ 36 UWORD16 intraVlcFormat, /*!< Intra VLC format */ 37 UWORD16 mpeg2, /*!< MPEG-2 or not */
|
impeg2d_globals.h | 25 UWORD16 mvy_cf; 26 UWORD16 mv_num_cf; 27 UWORD16 frm_wd_cf; 28 UWORD16 src_wd_cf;
|
impeg2d_structs.h | 117 UWORD16 *u2_def_dc_pred, 118 UWORD16 u2_intra_dc_precision); 123 UWORD16 intra_flag, 124 UWORD16 colr_comp, 125 UWORD16 d_picture); 165 UWORD16 u2_is_mpeg2; /* 0 if stream is MPEG1 1 otherwise */ 166 UWORD16 u2_frame_width; /* Width of the frame */ 167 UWORD16 u2_frame_height; /* Height of the frame */ 168 UWORD16 u2_picture_width; 169 UWORD16 u2_horizontal_size [all...] |
impeg2d_mc.h | 55 void impeg2d_dec_skip_mbs(dec_state_t *dec, UWORD16 num_skip_mbs); 62 UWORD16 mv_num, 64 UWORD16 mb_x, 65 UWORD16 mb_y, 66 UWORD16 frm_wd, 67 UWORD16 frm_ht, 68 UWORD16 picture_width);
|
impeg2d_pnb_pic.c | 66 UWORD16 u2_mb_addr_incr; 67 UWORD16 u2_total_len; 68 UWORD16 u2_len; 69 UWORD16 u2_mb_type; 109 impeg2d_dec_skip_mbs(ps_dec, (UWORD16)(u2_mb_addr_incr - 1)); 113 u4_next_word = (UWORD16)impeg2d_bit_stream_nxt(ps_stream,16); 118 u2_mb_type = ps_dec->pu2_mb_type[BITS((UWORD16)u4_next_word,15,10)]; 121 u4_next_word = (UWORD16)LSW((UWORD16)u4_next_word << u2_len); 130 ps_dec->u2_motion_type = BITS((UWORD16)u4_next_word,15,14) [all...] |
impeg2d_vld.c | 59 WORD16 impeg2d_dec_vld_symbol(stream_t *ps_stream,const WORD16 ai2_code_table[][2], UWORD16 u2_max_len) 61 UWORD16 u2_data; 63 UWORD16 u2_org_max_len = u2_max_len; 64 UWORD16 u2_i_bit; 98 const UWORD16 au2_indexTable[][2], 99 UWORD16 u2_max_len) 101 UWORD16 u2_cur_code; 102 UWORD16 u2_num_bits; 103 UWORD16 u2_vld_offset; 104 UWORD16 u2_start_len [all...] |
/external/libmpeg2/common/ |
impeg2_globals.c | 95 const UWORD16 gau2_impeg2_chroma_interp_mv[][16] = 130 const UWORD16 gau2_impeg2_chroma_interp_inp1[][16] = 162 const UWORD16 gau2_impeg2_luma_interp_inp1[] = 178 const UWORD16 gau2_impeg2_luma_interp_inp2[] = 185 const UWORD16 gau2_impeg2_chroma_interp_inp2[] = 216 const UWORD16 gau2_impeg2_frm_rate_code[][2] =
|
impeg2_globals.h | 28 extern const UWORD16 gau2_impeg2_frm_rate_code[][2]; 30 extern const UWORD16 gau2_impeg2_chroma_interp_mv[][16]; 31 extern const UWORD16 gau2_impeg2_chroma_interp_inp1[][16]; 32 extern const UWORD16 gau2_impeg2_luma_interp_inp1[]; 33 extern const UWORD16 gau2_impeg2_luma_interp_inp2[]; 34 extern const UWORD16 gau2_impeg2_chroma_interp_inp2[];
|
iv_datatypedef.h | 49 typedef unsigned short UWORD16;
|
/external/libavc/decoder/ |
ih264d_transfer_address.h | 33 UWORD16 u2_frm_wd_y; 34 UWORD16 u2_frm_wd_uv; 38 UWORD16 u2_mv_left_inc; 39 UWORD16 u2_mv_top_left_inc;
|
ih264d_inter_pred.h | 64 UWORD16 u2_mb_x, 65 UWORD16 u2_mb_y, 71 UWORD16 u2_mb_x, 72 UWORD16 u2_mb_y, 88 UWORD16 u2_dest_wd_y, 89 UWORD16 u2_dest_wd_uv,
|
ih264d_tables.h | 52 extern const UWORD16 gau2_ih264d_4x4_v2h_reorder[16]; 60 extern const UWORD16 gau2_ih264_iquant_scale_4x4[6][16]; 62 extern const UWORD16 gau1_ih264d_dequant8x8_cavlc[6][64]; 128 extern const UWORD16 gau2_ih264d_code_gx[304]; 130 extern const UWORD16 gau2_ih264d_offset_num_vlc_tab[9];
|
/external/libhevc/common/ |
ihevc_sao.h | 62 typedef void ihevc_hbd_sao_band_offset_luma_ft(UWORD16 *pu2_src, 64 UWORD16 *pu2_src_left, 65 UWORD16 *pu2_src_top, 66 UWORD16 *pu2_src_top_left, 85 typedef void ihevc_hbd_sao_band_offset_chroma_ft(UWORD16 *pu2_src, 87 UWORD16 *pu2_src_left, 88 UWORD16 *pu2_src_top, 89 UWORD16 *pu2_src_top_left, 110 typedef void ihevc_hbd_sao_edge_offset_class0_ft(UWORD16 *pu2_src, 112 UWORD16 *pu2_src_left [all...] |
ihevc_typedefs.h | 40 typedef unsigned short UWORD16;
|
ihevc_chroma_recon.h | 54 UWORD16 *pu2_pred, 55 UWORD16 *pu2_dst, 69 UWORD16 *pu2_pred, 70 UWORD16 *pu2_dst, 84 UWORD16 *pu2_pred, 85 UWORD16 *pu2_dst,
|
ihevc_recon.h | 45 UWORD16 *pu2_pred, 46 UWORD16 *pu2_dst, 60 UWORD16 *pu2_pred, 61 UWORD16 *pu2_dst, 75 UWORD16 *pu2_pred, 76 UWORD16 *pu2_dst, 90 UWORD16 *pu2_pred, 91 UWORD16 *pu2_dst, 105 UWORD16 *pu2_pred, 106 UWORD16 *pu2_dst [all...] |
/external/libavc/encoder/ |
ime_typedefs.h | 39 typedef unsigned short UWORD16;
|
irc_datatypes.h | 45 typedef unsigned short UWORD16;
|