HomeSort by relevance Sort by last modified time
    Searched full:int32 (Results 151 - 175 of 996) sorted by null

1 2 3 4 5 67 8 91011>>

  /frameworks/base/media/libstagefright/codecs/aacdec/
idct16.cpp 32 Int32 x 32-bit integer input length 16
80 #define Qfmt(x) (Int32)(x*((Int32)1<<R_SHIFT) + (x>=0?0.5F:-0.5F))
81 #define Qfmt31(x) (Int32)(x*(0x7FFFFFFF) + (x>=0?0.5F:-0.5F))
83 const Int32 CosTable_8i[8] =
118 void idct_16(Int32 vec[], Int32 scratch_mem[]) /* scratch_mem size 8 */
120 Int32 *temp_even = scratch_mem;
122 Int32 i;
123 const Int32 *pt_cos = CosTable_8i
    [all...]
ps_all_pass_fract_delay_filter.h 59 #define Q29_fmt(x) (Int32)(x*((Int32)1<<R_SHIFT) + (x>=0?0.5F:-0.5F))
61 #define Qfmt15(x) (Int16)(x*((Int32)1<<15) + (x>=0?0.5F:-0.5F))
92 Int32 sb_delay,
93 const Int32 *ppFractDelayPhaseFactorSer,
94 Int32 ***pppRealDelayRBufferSer,
95 Int32 ***pppImagDelayRBufferSer,
96 Int32 *rIn,
97 Int32 *iIn);
101 Int32 sb_delay
    [all...]
dct64.h 55 extern const Int32 CosTable_48[48];
61 void pv_split_LC(Int32 *vector,
62 Int32 *temp_o);
67 void dct_64(Int32 vec[], Int32 *scratch_mem);
71 void pv_split(Int32 *temp_o);
73 void pv_split_z(Int32 *vector);
75 void pv_merge_in_place_N32(Int32 vec[]);
dct16.cpp 31 Int32 x 32-bit integer input length 16
33 Int32 flag 1 forward dct16, 0 modified dct-16
75 #define Qfmt_31(a) (Int32)(a*0x7FFFFFFF + (a>=0?0.5F:-0.5F))
77 #define Qfmt15(x) (Int16)(x*((Int32)1<<15) + (x>=0?0.5F:-0.5F))
104 void dct_16(Int32 vec[], Int flag)
106 Int32 tmp0;
107 Int32 tmp1;
108 Int32 tmp2;
109 Int32 tmp3;
110 Int32 tmp4
    [all...]
dst16.cpp 32 Int32 x 32-bit integer input length 16
78 #define Qfmt(x) (Int32)(x*((Int32)1<<R_SHIFT) + (x>=0?0.5F:-0.5F))
80 const Int32 CosTable_8[8] =
113 void dst_16(Int32 vec[], Int32 scratch_mem[]) /* scratch_mem size 8 */
115 Int32 *temp_even = scratch_mem;
118 const Int32 *pt_cos = &CosTable_8[7];
119 Int32 tmp0 = vec[15] >> 1;
120 Int32 tmp1, tmp2
    [all...]
idct32.cpp 32 Int32 x 32-bit integer input length 32
82 #define Qfmt1(x) (Int32)(x*((Int32)1<<R_SHIFT1) + (x>=0?0.5F:-0.5F))
84 #define Qfmt3(a) (Int32)(a*0x7FFFFFFF + (a>=0?0.5F:-0.5F))
111 void idct_32(Int32 vec[], Int32 scratch_mem[]) /* scratch_mem size 32 */
113 Int32 *temp_even = scratch_mem;
115 Int32 i;
116 const Int32 *pt_cos = CosTable_16;
117 Int32 tmp1, tmp2
    [all...]
pv_pow2.cpp 34 Int32 x 32-bit integer input Q27
37 Int32 32-bit integer in Q25
89 #define Q_fmt(x) (Int32)(x*((Int32)1<<R_SHIFT) + (x>=0?0.5F:-0.5F))
91 #define Q27fmt(x) (Int32)(x*((Int32)1<<27) + (x>=0?0.5F:-0.5F))
93 const Int32 pow2_table[6] =
120 Int32 pv_pow2(Int32 z)
122 const Int32 *pt_table = pow2_table
    [all...]
sbr_update_freq_scale.h 79 void sbr_update_freq_scale(Int32 * v_k_master,
80 Int32 *h_num_bands,
81 const Int32 lsbM,
82 const Int32 usb,
83 const Int32 freqScale,
84 const Int32 alterScale,
85 const Int32 channelOffset);
88 void CalcBands(Int32 * diff,
89 Int32 start,
90 Int32 stop
    [all...]
calc_sbr_anafilterbank.cpp 134 void calc_sbr_anafilterbank_LC(Int32 * Sr,
136 Int32 scratch_mem[][64],
137 Int32 maxBand)
141 Int32 *p_Y_1;
142 Int32 *p_Y_2;
146 Int32 realAccu1;
147 Int32 realAccu2;
149 Int32 tmp1;
150 Int32 tmp2;
153 const Int32 * pt_C
    [all...]
  /frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/
idct_vca.cpp 99 int32 x0, x1, x2, x4, x5;
160 int32 x0, x1, x3, x5, x7;//, x8;
163 x0 = ((int32)blk[0] << 11) + 128;
187 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8;
259 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8;
263 x0 = ((int32)blk[0] << 11) + 128;
296 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8;
373 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8;
377 x0 = ((int32)blk[0] << 11) + 128;
422 int32 tmp
    [all...]
  /frameworks/base/media/libstagefright/codecs/mp3dec/src/
pvmp3_dec_defs.h 93 #define SYNC_WORD (int32)0x7ff
121 int32 version_x;
122 int32 layer_description;
123 int32 error_protection;
124 int32 bitrate_index;
125 int32 sampling_frequency;
126 int32 padding;
127 int32 extension;
128 int32 mode;
129 int32 mode_ext
    [all...]
pvmp3_alias_reduction.cpp 38 int32 *input_buffer, Ptr to fequency lines of current channel
112 #define Q31_fmt(a) (int32(double(0x7FFFFFFF)*a))
123 const int32 c_signal [ NUM_BUTTERFLIES ] =
134 const int32 c_alias [ NUM_BUTTERFLIES ] =
157 void pvmp3_alias_reduction(int32 *input_buffer, /* Ptr to spec values of current channel */
159 int32 *used_freq_lines,
162 int32 *ptr1;
163 int32 *ptr2;
164 int32 *ptr3;
165 int32 *ptr4
    [all...]
  /external/protobuf/src/google/protobuf/
unittest_no_generic_services.proto 40 optional int32 a = 1;
49 optional int32 test_extension = 1000;
unittest_simple_micro.proto 40 optional int32 bb = 1;
49 optional int32 d = 1 [default = 123];
wire_format_lite_inl.h 55 inline bool WireFormatLite::ReadPrimitive<int32, WireFormatLite::TYPE_INT32>(
57 int32* value) {
60 *value = static_cast<int32>(temp);
85 inline bool WireFormatLite::ReadPrimitive<int32, WireFormatLite::TYPE_SINT32>(
87 int32* value) {
115 inline bool WireFormatLite::ReadPrimitive<int32, WireFormatLite::TYPE_SFIXED32>(
117 int32* value) {
120 *value = static_cast<int32>(temp);
185 int32, WireFormatLite::TYPE_SFIXED32>(
187 int32* value)
    [all...]
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
util.h 41 int32 ns = 0;
61 int32 ns = s.size();
  /external/webkit/WebKitExamplePlugins/NetscapeCoreAnimationPlugin/
main.m 61 int32 NPP_WriteReady(NPP instance, NPStream* stream);
62 int32 NPP_Write(NPP instance, NPStream* stream, int32 offset, int32 len, void* buffer);
174 int32 NPP_WriteReady(NPP instance, NPStream* stream)
179 int32 NPP_Write(NPP instance, NPStream* stream, int32 offset, int32 len, void* buffer)
  /frameworks/base/tests/BrowserTestPlugin/jni/
main.cpp 44 int32 NPP_WriteReady(NPP instance, NPStream* stream);
45 int32 NPP_Write(NPP instance, NPStream* stream, int32 offset, int32 len,
202 int32 NPP_WriteReady(NPP instance, NPStream* stream)
207 int32 NPP_Write(NPP instance, NPStream* stream, int32 offset, int32 len, void* buffer)
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xwinsock.h 44 #define INT32 wINT32
55 #undef INT32
  /external/neven/Embedded/common/src/b_TensorEm/
Int16Mat2D.c 115 int32 xxL = ( int32 ) ptrA->xxE * scaleA.valE;
116 int32 xyL = ( int32 ) ptrA->xyE * scaleA.valE;
117 int32 yxL = ( int32 ) ptrA->yxE * scaleA.valE;
118 int32 yyL = ( int32 ) ptrA->yyE * scaleA.valE;
136 vecL.xE = ( ( int32 ) matPtrA->xxE * vecPtrA->xE + ( int32 ) matPtrA->xyE * vecPtrA->yE ) >> matPtrA->bbpE
    [all...]
Cluster3D.h 58 int32 bbpE;
100 /** returns int32 x-coordinate with given bbp at indexed position */
101 int32 bts_Cluster3D_int32X( struct bbs_Context* cpA,
104 int32 bbpA );
106 /** returns int32 y-coordinate with given bbp at indexed position */
107 int32 bts_Cluster3D_int32Y( struct bbs_Context* cpA,
110 int32 bbpA );
112 /** returns int32 z-coordinate with given bbp at indexed position */
113 int32 bts_Cluster3D_int32Z( struct bbs_Context* cpA,
116 int32 bbpA )
    [all...]
  /hardware/ril/mock-ril/src/generated/cpp/
ril.pb.h 380 // optional int32 pin1_replaced = 6;
384 inline ::google::protobuf::int32 pin1_replaced() const;
385 inline void set_pin1_replaced(::google::protobuf::int32 value);
413 ::google::protobuf::int32 pin1_replaced_;
506 // optional int32 gsm_umts_subscription_app_index = 3;
510 inline ::google::protobuf::int32 gsm_umts_subscription_app_index() const;
511 inline void set_gsm_umts_subscription_app_index(::google::protobuf::int32 value);
513 // optional int32 cdma_subscription_app_index = 4;
517 inline ::google::protobuf::int32 cdma_subscription_app_index() const;
518 inline void set_cdma_subscription_app_index(::google::protobuf::int32 value)
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
XIproto.h 811 INT32 min_value B32;
812 INT32 max_value B32;
919 INT32 int_to_display B32;
1297 INT32 min_x B32;
1298 INT32 max_x B32;
1299 INT32 min_y B32;
1300 INT32 max_y B32;
    [all...]
  /frameworks/base/media/libstagefright/codecs/amrwb/src/
pvamrwb_math_op.cpp 50 int32 L_32 : standard signed 32 bits format
52 int32 frac, int16 exp : L_32 = frac << exp-31 (normalised format)
96 int32 L_product_arr;
98 L_product_arr = (int32) var1 * (int32) var2; /* product */
99 L_product_arr += (int32) 0x00004000L; /* round */
209 int32 L_num;
210 int32 L_denom;
211 int32 L_denom_by_2;
212 int32 L_denom_by_4
    [all...]
  /external/neven/Embedded/common/src/b_BitFeatureEm/
LocalScanner.h 52 int32 xE;
55 int32 yE;
58 int32 xOffE;
61 int32 yOffE;
168 void bbf_LocalScanner_pos( const struct bbf_LocalScanner* ptrA, int32* xPtrA, int32* yPtrA );
171 void bbf_LocalScanner_idxPos( const struct bbf_LocalScanner* ptrA, uint32 scanIndexA, int32* xPtrA, int32* yPtrA );
239 void bbf_LocalScanner_goToXY( struct bbs_Context* cpA, struct bbf_LocalScanner* ptrA, int32 xA, int32 yA )
    [all...]

Completed in 3953 milliseconds

1 2 3 4 5 67 8 91011>>