/external/opencore/codecs_v2/video/m4v_h263/enc/src/ |
D | mp4lib_int.h | 31 Int(*writeVideoPacket)(UChar *buf, Int nbytes_required); /*write video packet out */ 33 Int bufferSize; /*total bitstream buffer size in bytes */ 34 Int byteCount; /*how many bytes already encoded*/ 36 Int bitLeft; /*number of bits left in "word" */ 38 Int oBSize; /* length of overrun buffer */ 47 Int frame; /* frame number */ 48 Int volID; /* Layer number */ 52 Int width; /* Width (multiple of 16) */ 53 Int height; /* Height (multiple of 16) */ 54 Int pitch; /* Pitch (differs from width for UMV case) */ [all …]
|
D | fastcodemb.h | 31 const Int *scale; 32 Int(*DCT)(Int block[ ], Int coeff[ ], approxDCT *); 35 Int th_app_all[8]; 36 Int th_app_odd[8]; 37 Int th_app_even[8]; 38 Int th_app_even1[8]; 39 Int th_app_even2[8]; 44 Int QPx2 ; 45 Int QP; 46 Int QPdiv2; [all …]
|
D | mp4enc_lib.h | 33 int quant_scale, Int insert); 35 PV_STATUS EncodeVopNotCoded(VideoEncData *video, UChar *bstream, Int *size, ULong modTime); 50 PV_STATUS CodeMB_H263(VideoEncData *video, approxDCT *function, Int offsetQP, Int ncoefblck[]); 52 PV_STATUS CodeMB_MPEG(VideoEncData *video, approxDCT *function, Int offsetQP, Int ncoefblck[]); 54 Int getBlockSAV(Short block[]); 55 Int Sad8x8(UChar *rec, UChar *prev, Int lx); 56 Int getBlockSum(UChar *rec, Int lx); 64 Int cal_dc_scalerENC(Int QP, Int type) ; 65 Int BlockQuantDequantH263Inter(Short *rcoeff, Short *qcoeff, struct QPstruct *QuantParam, 67 Int dctMode, Int comp, Int dummy, UChar shortHeader); [all …]
|
D | vlc_encode.h | 24 Int PutCoeff_Inter(Int run, Int level, Int last, BitstreamEncVideo *bitstream); 25 Int PutCoeff_Intra(Int run, Int level, Int last, BitstreamEncVideo *bitstream); 26 Int PutCBPY(Int cbpy, Char intra, BitstreamEncVideo *bitstream); 27 Int PutMCBPC_Inter(Int cbpc, Int mode, BitstreamEncVideo *bitstream); 28 Int PutMCBPC_Intra(Int cbpc, Int mode, BitstreamEncVideo *bitstream); 29 Int PutMV(Int mvint, BitstreamEncVideo *bitstream); 30 Int PutDCsize_chrom(Int size, BitstreamEncVideo *bitstream); 31 Int PutDCsize_lum(Int size, BitstreamEncVideo *bitstream); 32 Int PutDCsize_lum(Int size, BitstreamEncVideo *bitstream); 33 Int PutCoeff_Inter_RVLC(Int run, Int level, Int last, BitstreamEncVideo *bitstream); [all …]
|
D | rate_control.h | 25 Int Qp; 26 Int Rp; 35 Int alpha; /* weight for I frame */ 36 Int Rs; /*bit rate for the sequence (or segment) e.g., 24000 bits/sec */ 37 Int Rc; /*bits used for the current frame. It is the bit count obtained after encoding. */ 38 Int Rp; /*bits to be removed from the buffer per picture. */ 40 Int Rps; /*bit to be removed from buffer per src frame */ 45 Int Qc; /*quantization level used for the current frame. */ 46 Int Nr; /*number of P frames remaining for encoding.*/ 47 Int Rr; /*number of bits remaining for encoding this sequence (or segment).*/ [all …]
|
D | fastquant.cpp | 90 Int cal_dc_scalerENC(Int QP, Int type) in cal_dc_scalerENC() 93 Int dc_scaler; in cal_dc_scalerENC() 149 Int BlockQuantDequantH263Inter(Short *rcoeff, Short *qcoeff, struct QPstruct *QuantParam, in BlockQuantDequantH263Inter() 151 Int dctMode, Int comp, Int dummy, UChar shortHeader) in BlockQuantDequantH263Inter() 153 Int i, zz; in BlockQuantDequantH263Inter() 154 Int tmp, coeff, q_value; in BlockQuantDequantH263Inter() 155 Int QPdiv2 = QuantParam->QPdiv2; in BlockQuantDequantH263Inter() 156 Int QPx2 = QuantParam->QPx2; in BlockQuantDequantH263Inter() 157 Int Addition = QuantParam->Addition; in BlockQuantDequantH263Inter() 158 Int QPx2plus = QuantParam->QPx2plus; in BlockQuantDequantH263Inter() [all …]
|
D | sad_halfpel.cpp | 65 Int HalfPel1_SAD_MB(UChar *ref, UChar *blk, Int dmin, Int width, Int ih, Int jh) in HalfPel1_SAD_MB() 67 Int i, j; in HalfPel1_SAD_MB() 68 Int sad = 0; in HalfPel1_SAD_MB() 70 Int temp; in HalfPel1_SAD_MB() 97 Int HalfPel2_SAD_MB(UChar *ref, UChar *blk, Int dmin, Int width) in HalfPel2_SAD_MB() 99 Int i, j; in HalfPel2_SAD_MB() 100 Int sad = 0; in HalfPel2_SAD_MB() 102 Int temp; in HalfPel2_SAD_MB() 139 Int HalfPel1_SAD_Blk(UChar *ref, UChar *blk, Int dmin, Int width, Int ih, Int jh) in HalfPel1_SAD_Blk() 141 Int i, j; in HalfPel1_SAD_Blk() [all …]
|
D | findhalfpel.cpp | 34 void GenerateSearchRegion(UChar *searchPadding, UChar *ref, Int width, Int height, 35 Int ilow, Int ihigh, Int jlow, Int jhigh); 37 void InterpDiag(UChar *prev, Int lx, UChar *pred_block); 38 void InterpHorz(UChar *prev, Int lx, UChar *pred_block); 39 void InterpVert(UChar *prev, Int lx, UChar *pred_block); 45 const static Int distance_tab[9][9] = /* [hp_guess][k] */ 66 Int xpos, Int ypos, Int *xhmin, Int *yhmin, Int hp_guess) in FindHalfPelMB() 71 Int dmin, d; in FindHalfPelMB() 73 Int xh, yh; in FindHalfPelMB() 74 Int k, kmin = 0; in FindHalfPelMB() [all …]
|
D | vlc_encode.cpp | 88 typedef void (*BlockCodeCoeffPtr)(RunLevelBlock*, BitstreamEncVideo*, Int, Int, UChar) ; 90 const static Int mode_MBtype[] = 99 const static Int zigzag_inv[NCOEFF_BLOCK] = 112 const static Int zigzag_h_inv[NCOEFF_BLOCK] = 125 const static Int zigzag_v_inv[NCOEFF_BLOCK] = 142 Int PutCoeff_Inter(Int run, Int level, BitstreamEncVideo *bitstream); 143 Int PutCoeff_Inter_Last(Int run, Int level, BitstreamEncVideo *bitstream); 144 Int PutCoeff_Intra(Int run, Int level, BitstreamEncVideo *bitstream); 145 Int PutCoeff_Intra_Last(Int run, Int level, BitstreamEncVideo *bitstream); 146 Int PutCBPY(Int cbpy, Char intra, BitstreamEncVideo *bitstream); [all …]
|
D | fastcodemb.cpp | 51 PV_STATUS CodeMB_H263(VideoEncData *video, approxDCT *function, Int QP, Int ncoefblck[]) in CodeMB_H263() 53 Int sad, k, CBP, mbnum = video->mbnum; in CodeMB_H263() 59 Int dc_scaler = 8; in CodeMB_H263() 60 Int intra = (Mode == MODE_INTRA || Mode == MODE_INTRA_Q); in CodeMB_H263() 62 Int dctMode, DctTh1; in CodeMB_H263() 63 Int ColTh; in CodeMB_H263() 64 Int(*BlockQuantDequantH263)(Short *, Short *, struct QPstruct *, in CodeMB_H263() 65 UChar[], UChar *, UInt *, Int, Int, Int, UChar); in CodeMB_H263() 66 Int(*BlockQuantDequantH263DC)(Short *, Short *, struct QPstruct *, in CodeMB_H263() 67 UChar *, UInt *, Int, UChar); in CodeMB_H263() [all …]
|
D | dct.h | 21 const static Int ColThInter[32] = {0, 0x1C, 0x4C, 0x6C, 0x9C, 0xBC, 0xEC, 0x10C, 27 const static Int ColThIntra[32] = {0, 0x1C, 0x3C, 0x5C, 0x7C, 0x9C, 0xBC, 0xDC, 60 void idct_rowInter(Short *srce, UChar *rec, Int lx); 61 void idct_row0Inter(Short *blk, UChar *rec, Int lx); 62 void idct_row1Inter(Short *blk, UChar *rec, Int lx); 63 void idct_row2Inter(Short *blk, UChar *rec, Int lx); 64 void idct_row3Inter(Short *blk, UChar *rec, Int lx); 65 void idct_row4Inter(Short *blk, UChar *rec, Int lx); 66 void idct_row0x40Inter(Short *blk, UChar *rec, Int lx); 67 void idct_row0x20Inter(Short *blk, UChar *rec, Int lx); [all …]
|
D | motion_est.cpp | 52 const static Int tab_exclude[9][9] = // [last_loc][curr_loc] 65 const static Int refine_next[8][2] = /* [curr_k][increment] */ 76 Int i0, Int j0, Int type_pred, Int fullsearch, Int *hp_guess); 78 Int fullsearch(VideoEncData *video, Vol *currVol, UChar *ref, UChar *cur, 79 Int *imin, Int *jmin, Int ilow, Int ihigh, Int jlow, Int jhigh); 80 Int fullsearchBlk(VideoEncData *video, Vol *currVol, UChar *cent, UChar *cur, 81 Int *imin, Int *jmin, Int ilow, Int ihigh, Int jlow, Int jhigh, Int range); 82 void CandidateSelection(Int *mvx, Int *mvy, Int *num_can, Int imb, Int jmb, 83 VideoEncData *video, Int type_pred); 84 void RasterIntraUpdate(UChar *intraArray, UChar *Mode, Int totalMB, Int numRefresh); [all …]
|
D | sad.cpp | 65 Int SAD_MB_PAD1(UChar *ref, UChar *cur, Int dmin, Int lx, Int *rep); 79 Int SAD_Macroblock_C(UChar *ref, UChar *blk, Int dmin_lx, void *extra_info) in SAD_Macroblock_C() 82 Int dmin = (ULong)dmin_lx >> 16; in SAD_Macroblock_C() 83 Int lx = dmin_lx & 0xFFFF; in SAD_Macroblock_C() 107 Int SAD_MB_HTFM_Collect(UChar *ref, UChar *blk, Int dmin_lx, void *extra_info) in SAD_MB_HTFM_Collect() 109 Int i; in SAD_MB_HTFM_Collect() 110 Int sad = 0; in SAD_MB_HTFM_Collect() 112 Int lx4 = (dmin_lx << 2) & 0x3FFFC; in SAD_MB_HTFM_Collect() 114 Int saddata[16], tmp, tmp2; /* used when collecting flag (global) is on */ in SAD_MB_HTFM_Collect() 115 Int difmad; in SAD_MB_HTFM_Collect() [all …]
|
/external/opencore/codecs_v2/audio/aac/dec/src/ |
D | huffman.h | 121 Int decode_huff_cw_tab1( 124 Int decode_huff_cw_tab2( 127 Int decode_huff_cw_tab3( 130 Int decode_huff_cw_tab4( 133 Int decode_huff_cw_tab5( 136 Int decode_huff_cw_tab6( 139 Int decode_huff_cw_tab7( 142 Int decode_huff_cw_tab8( 145 Int decode_huff_cw_tab9( 148 Int decode_huff_cw_tab10( [all …]
|
D | pns_intensity_right.cpp | 390 const Int hasmask, in pns_intensity_right() 392 const Int group[], in pns_intensity_right() 394 const Int codebook_map[], in pns_intensity_right() 395 const Int factorsL[], in pns_intensity_right() 396 const Int factorsR[], in pns_intensity_right() 397 Int sfb_prediction_used[], in pns_intensity_right() 401 Int q_formatLeft[MAXBANDS], in pns_intensity_right() 402 Int q_formatRight[MAXBANDS], in pns_intensity_right() 411 Int tot_sfb; in pns_intensity_right() 412 Int start_indx; in pns_intensity_right() [all …]
|
D | pns_left.cpp | 318 const Int group[], in pns_left() 319 const Int codebook_map[], in pns_left() 320 const Int factors[], in pns_left() 321 const Int sfb_prediction_used[], in pns_left() 324 Int q_format[], in pns_left() 328 Int tot_sfb; in pns_left() 329 Int start_indx; in pns_left() 331 Int sfb; in pns_left() 332 Int band_stop; in pns_left() 336 const Int *pCodebookMap = &(codebook_map[0]); in pns_left() [all …]
|
D | huffspec_fxp.cpp | 298 Int huffspec_fxp( in huffspec_fxp() 301 Int nsect, in huffspec_fxp() 303 Int factors[], in huffspec_fxp() 309 Int qFormat[]) in huffspec_fxp() 315 Int i; in huffspec_fxp() 316 Int sfb; in huffspec_fxp() 317 Int idx_count; in huffspec_fxp() 318 Int sect_cb; /* section codebook */ in huffspec_fxp() 319 Int dim; in huffspec_fxp() 320 Int idx; in huffspec_fxp() [all …]
|
D | hufffac.cpp | 359 Int hufffac( in hufffac() 362 Int *pGroup, /* may be changed to Int */ in hufffac() 363 Int nsect, in hufffac() 365 Int global_gain, in hufffac() 366 Int *pFactors, in hufffac() 367 Int huffBookUsed[]) in hufffac() 369 Int sect_idx; in hufffac() 370 Int group_end; /* index of 1st window in next group */ in hufffac() 371 Int group_win; /* window index within group */ in hufffac() 372 Int cw_index; /* huff codeword index */ in hufffac() [all …]
|
D | apply_ms_synt.cpp | 298 const Int group[], in apply_ms_synt() 300 const Int codebook_map[], in apply_ms_synt() 303 Int q_formatLeft[MAXBANDS], in apply_ms_synt() 304 Int q_formatRight[MAXBANDS]) in apply_ms_synt() 312 Int tot_sfb; in apply_ms_synt() 313 Int sfb; in apply_ms_synt() 315 Int band_length; in apply_ms_synt() 316 Int band_start; in apply_ms_synt() 317 Int band_stop; in apply_ms_synt() 318 Int coef_per_win; in apply_ms_synt() [all …]
|
D | s_mc_info.h | 81 Int nch; /* total number of audio channels */ 82 Int nfsce; /* number of front SCE's pror to first front CPE */ 83 Int nfch; /* number of front channels */ 84 Int nsch; /* number of side channels */ 85 Int nbch; /* number of back channels */ 86 Int nlch; /* number of lfe channels */ 87 Int ncch; /* number of valid coupling channels */ 89 Int sampling_rate_idx; 91 Int implicit_channeling; 92 Int upsamplingFactor; [all …]
|
D | intensity_right.cpp | 283 const Int scalefactor, in intensity_right() 284 const Int coef_per_win, in intensity_right() 285 const Int sfb_per_win, in intensity_right() 286 const Int wins_in_group, in intensity_right() 287 const Int band_length, in intensity_right() 288 const Int codebook, in intensity_right() 290 const Int q_formatLeft[], in intensity_right() 291 Int q_formatRight[], in intensity_right() 299 const Int *pQformatLeft = q_formatLeft; in intensity_right() 300 Int *pQformatRight = q_formatRight; in intensity_right() [all …]
|
D | get_tns.cpp | 234 const Int tns_max_bands_tbl_long_wndw[(1<<LEN_SAMP_IDX)] = 253 const Int tns_max_bands_tbl_short_wndw[(1<<LEN_SAMP_IDX)] = 328 const Int max_bands, in get_tns() 339 Int f; in get_tns() 340 Int t; in get_tns() 341 Int win; in get_tns() 344 Int num_filt_bits; in get_tns() 345 Int num_order_bits; in get_tns() 346 Int num_start_band_bits; in get_tns() 348 Int top; in get_tns() [all …]
|
/external/zlib/contrib/ada/ |
D | zlib-thin.ads | 38 type Int is new Interfaces.C.int; 45 type Int_Access is access Int; 125 function Deflate (strm : Z_Streamp; flush : Int) return Int; 127 function DeflateEnd (strm : Z_Streamp) return Int; 129 function Inflate (strm : Z_Streamp; flush : Int) return Int; 131 function InflateEnd (strm : Z_Streamp) return Int; 137 return Int; 139 function deflateCopy (dest : Z_Streamp; source : Z_Streamp) return Int; 142 function deflateReset (strm : Z_Streamp) return Int; -- zlib.h:495 146 level : Int; [all …]
|
/external/opencore/codecs_v2/video/m4v_h263/enc/include/ |
D | mp4enc_api.h | 30 typedef int Int; typedef 114 Int videoEncoderInit; 123 Int height; /* height for Y */ 124 Int pitch; /* stride for Y */ 139 Int packetSize; 148 Int gobHeaderInterval; 151 Int numLayers; 154 Int timeIncRes; 157 Int tickPerSrc; 160 Int encHeight[2]; [all …]
|
/external/opencore/codecs_v2/audio/sbc/enc/src/ |
D | sbcenc_filter.h | 28 __inline Int FMULT(Int a, Int b) in FMULT() 30 Int temp; in FMULT() 40 __inline Int FMULT_1(Int a, Int b) in FMULT_1() 42 Int tmp1; in FMULT_1() 43 Int tmp2; in FMULT_1() 54 __inline Int FMULT_2(Int a, Int b) in FMULT_2() 56 Int tmp1; in FMULT_2() 57 Int tmp2; in FMULT_2() 72 __inline Int MULT(Int a, Int b, Int shift) in MULT() 74 Int flag = 0; /* carries negative sign, if any */ in MULT() [all …]
|