HomeSort by relevance Sort by last modified time
    Searched refs:Int (Results 1 - 25 of 436) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/opencore/codecs_v2/audio/aac/dec/src/
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...]
bit_reversal_swap.h 24 Description: Changed definitions from Int to Int32 for Data[]
63 extern const Int Index_64_a[];
64 extern const Int Index_64_b[];
66 extern const Int Index_512_a[];
67 extern const Int Index_512_b[];
87 const Int *pIndex_a,
88 const Int *pIndex_b);
ms_synt.h 82 const Int wins_in_group,
83 const Int coef_per_win,
84 const Int num_bands,
85 const Int band_length,
88 Int q_formatLeft[],
89 Int q_formatRight[]);
s_tnsfilt.h 113 Int start_band;
114 Int stop_band;
115 Int start_coef;
116 Int stop_coef;
118 Int direction;
119 Int q_lpc;
s_mixdown.h 75 Int present;
76 Int ele_tag;
77 Int pseudo_enab;
s_ch_info.h 76 // Int present; /* channel present */
77 Int tag; /* element tag */
78 Int cpe; /* 0 if single channel, 1 if channel pair */
79 // Int common_window; /* 1 if common window for cpe */
80 // Int ch_is_left; /* 1 if left channel of cpe */
81 // Int paired_ch; /* index of paired channel in cpe */
82 // Int widx; /* window element index for this channel */
83 Int is_present; /* intensity stereo is used */
84 Int ncch; /* number of coupling channels for this ch */
86 /* int cch[CChans];*/ /* coupling channel idx *
    [all...]
s_frameinfo.h 100 Int islong; /* true if long block */
101 Int num_win; /* sub-blocks (SB) per block */
102 Int coef_per_frame; /* coef's per block */
103 Int sfb_per_frame; /* sfb per block */
104 Int coef_per_win[MAX_WIN]; /* coef's per SB */
105 Int sfb_per_win[MAX_WIN]; /* sfb per SB */
106 Int sectbits[MAX_WIN];
108 Int *sfb_width_128; /* sfb width for short blocks */
110 Int frame_sfb_top[MAXBANDS]; /* Only used in calc_gsfb_table() -
113 Int num_groups
    [all...]
  /frameworks/base/media/libstagefright/codecs/aacdec/
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...]
bit_reversal_swap.h 24 Description: Changed definitions from Int to Int32 for Data[]
63 extern const Int Index_64_a[];
64 extern const Int Index_64_b[];
66 extern const Int Index_512_a[];
67 extern const Int Index_512_b[];
87 const Int *pIndex_a,
88 const Int *pIndex_b);
ms_synt.h 82 const Int wins_in_group,
83 const Int coef_per_win,
84 const Int num_bands,
85 const Int band_length,
88 Int q_formatLeft[],
89 Int q_formatRight[]);
s_tnsfilt.h 113 Int start_band;
114 Int stop_band;
115 Int start_coef;
116 Int stop_coef;
118 Int direction;
119 Int q_lpc;
s_mixdown.h 75 Int present;
76 Int ele_tag;
77 Int pseudo_enab;
s_ch_info.h 76 // Int present; /* channel present */
77 Int tag; /* element tag */
78 Int cpe; /* 0 if single channel, 1 if channel pair */
79 // Int common_window; /* 1 if common window for cpe */
80 // Int ch_is_left; /* 1 if left channel of cpe */
81 // Int paired_ch; /* index of paired channel in cpe */
82 // Int widx; /* window element index for this channel */
83 Int is_present; /* intensity stereo is used */
84 Int ncch; /* number of coupling channels for this ch */
86 /* int cch[CChans];*/ /* coupling channel idx *
    [all...]
s_frameinfo.h 100 Int islong; /* true if long block */
101 Int num_win; /* sub-blocks (SB) per block */
102 Int coef_per_frame; /* coef's per block */
103 Int sfb_per_frame; /* sfb per block */
104 Int coef_per_win[MAX_WIN]; /* coef's per SB */
105 Int sfb_per_win[MAX_WIN]; /* sfb per SB */
106 Int sectbits[MAX_WIN];
108 Int *sfb_width_128; /* sfb width for short blocks */
110 Int frame_sfb_top[MAXBANDS]; /* Only used in calc_gsfb_table() -
113 Int num_groups
    [all...]
  /external/opencore/codecs_v2/video/m4v_h263/enc/src/
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)
    [all...]
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
    [all...]
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...]
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 */
49 //Int timeStamp; /* Vop TimeStamp in msec */
52 Int width; /* Width (multiple of 16) *
    [all...]
  /dalvik/vm/mterp/c/
OP_IGET.c 1 HANDLE_IGET_X(OP_IGET, "", Int, )
OP_IGET_BOOLEAN.c 1 HANDLE_IGET_X(OP_IGET_BOOLEAN, "", Int, )
OP_IGET_BYTE.c 1 HANDLE_IGET_X(OP_IGET_BYTE, "", Int, )
OP_IGET_CHAR.c 1 HANDLE_IGET_X(OP_IGET_CHAR, "", Int, )
OP_IGET_QUICK.c 1 HANDLE_IGET_X_QUICK(OP_IGET_QUICK, "", Int, )
OP_IGET_SHORT.c 1 HANDLE_IGET_X(OP_IGET_SHORT, "", Int, )
OP_IPUT.c 1 HANDLE_IPUT_X(OP_IPUT, "", Int, )

Completed in 545 milliseconds

1 2 3 4 5 6 7 8 91011>>