Home
last modified time | relevance | path

Searched refs:int32 (Results 1 – 25 of 1347) sorted by relevance

12345678910>>...54

/external/opencore/codecs_v2/video/m4v_h263/enc/src/
Ddct_inline.h29 __inline int32 mla724(int32 op1, int32 op2, int32 op3) in mla724()
31 int32 out; in mla724()
40 __inline int32 mla392(int32 k0, int32 k14, int32 round) in mla392()
42 int32 k1; in mla392()
51 __inline int32 mla554(int32 k4, int32 k12, int32 k1) in mla554()
53 int32 k0; in mla554()
62 __inline int32 mla1338(int32 k6, int32 k14, int32 k1) in mla1338()
64 int32 out; in mla1338()
73 __inline int32 mla946(int32 k6, int32 k14, int32 k1) in mla946()
75 int32 out; in mla946()
[all …]
Dfastquant_inline.h31 __inline int32 aan_scale(int32 q_value, int32 coeff, int32 round, int32 QPdiv2) in aan_scale()
42 __inline int32 coeff_quant(int32 coeff, int32 q_scale, int32 shift) in coeff_quant()
44 int32 q_value; in coeff_quant()
53 __inline int32 coeff_clip(int32 q_value, int32 ac_clip) in coeff_clip()
55 int32 coeff = q_value + ac_clip; in coeff_clip()
63 __inline int32 coeff_dequant(int32 q_value, int32 QPx2, int32 Addition, int32 tmp) in coeff_dequant()
65 int32 coeff; in coeff_dequant()
84 __inline int32 smlabb(int32 q_value, int32 coeff, int32 round) in smlabb()
91 __inline int32 smulbb(int32 q_scale, int32 coeff) in smulbb()
93 int32 q_value; in smulbb()
[all …]
Dsad_halfpel_inline.h34 __inline int32 INTERP1_SUB_SAD(int32 sad, int32 tmp, int32 tmp2) in INTERP1_SUB_SAD()
43 __inline int32 INTERP2_SUB_SAD(int32 sad, int32 tmp, int32 tmp2) in INTERP2_SUB_SAD()
54 __inline int32 INTERP1_SUB_SAD(int32 sad, int32 tmp, int32 tmp2)
66 __inline int32 INTERP2_SUB_SAD(int32 sad, int32 tmp, int32 tmp2)
81 __inline int32 INTERP1_SUB_SAD(int32 sad, int32 tmp, int32 tmp2)
83 register int32 out;
84 register int32 temp1;
85 register int32 ss = sad;
86 register int32 tt = tmp;
87 register int32 uu = tmp2;
[all …]
/external/opencore/codecs_v2/audio/mp3/dec/src/
Dpv_mp3dec_fxd_op_arm_gcc.h54 #define Qfmt_31(a) (int32)(a*0x7FFFFFFF + (a>=0?0.5F:-0.5F))
56 #define Qfmt15(x) (Int16)(x*((int32)1<<15) + (x>=0?0.5F:-0.5F))
58 static inline int32 fxp_mul32_Q30(const int32 a, const int32 b) in fxp_mul32_Q30()
60 int32 result64_hi; in fxp_mul32_Q30()
61 int32 result64_lo; in fxp_mul32_Q30()
62 register int32 ra = (int32)a; in fxp_mul32_Q30()
63 register int32 rb = (int32)b; in fxp_mul32_Q30()
75 static inline int32 fxp_mac32_Q30(const int32 a, const int32 b, int32 L_add) in fxp_mac32_Q30()
77 int32 result64_hi; in fxp_mac32_Q30()
78 int32 result64_lo; in fxp_mac32_Q30()
[all …]
Dpv_mp3dec_fxd_op_msc_evc.h57 __inline int32 fxp_mul32_Q30(const int32 a, const int32 b) in fxp_mul32_Q30()
59 return (int32)(((int64)(a) * b) >> 30); in fxp_mul32_Q30()
63 __inline int32 fxp_mac32_Q30(const int32 a, const int32 b, int32 L_add) in fxp_mac32_Q30()
65 return (L_add + (int32)(((int64)(a) * b) >> 30)); in fxp_mac32_Q30()
69 #define Qfmt_31(a) (int32)(a*0x7FFFFFFF + (a>=0?0.5F:-0.5F))
71 #define Qfmt15(x) (Int16)(x*((int32)1<<15) + (x>=0?0.5F:-0.5F))
77 __inline int32 fxp_mul32_Q28(const int32 a, const int32 b) in fxp_mul32_Q28()
79 return (int32)(((int64)(a) * b) >> 28); in fxp_mul32_Q28()
83 __inline int32 fxp_mul32_Q27(const int32 a, const int32 b) in fxp_mul32_Q27()
85 return (int32)(((int64)(a) * b) >> 27); in fxp_mul32_Q27()
[all …]
/external/opencore/codecs_v2/audio/gsm_amr/amr_wb/dec/src/
Dpvamrwbdecoder_basic_op_gcc_armv5.h61 register int32 L_var_out; in sub_int16()
62 register int32 L_var_aux; in sub_int16()
63 register int32 ra = (int32)var1; in sub_int16()
64 register int32 rb = (int32)var2; in sub_int16()
82 register int32 L_var_out; in add_int16()
83 register int32 L_var_aux; in add_int16()
84 register int32 ra = (int32)var1; in add_int16()
85 register int32 rb = (int32)var2; in add_int16()
101 static inline int32 mul_32by16(int16 hi, int16 lo, int16 n) in mul_32by16()
103 register int32 H_32; in mul_32by16()
[all …]
Dpvamrwbdecoder_basic_op_cequivalent.h90 int32 L_sum; in add_int16()
92 L_sum = (int32) var1 + var2; in add_int16()
129 int32 L_diff; in sub_int16()
131 L_diff = (int32) var1 - var2; in sub_int16()
167 int32 L_product; in mult_int16()
169 L_product = ((int32) var1 * (int32) var2) >> 15; in mult_int16()
205 __inline int32 add_int32(int32 L_var1, int32 L_var2) in add_int32()
207 int32 L_var_out; in add_int32()
249 __inline int32 sub_int32(int32 L_var1, int32 L_var2) in sub_int32()
251 int32 L_var_out; in sub_int32()
[all …]
Dpvamrwbdecoder_basic_op_armv5.h64 int32 L_var_out; in add_int16()
65 int32 L_var_aux; in add_int16()
81 int32 L_var_out; in sub_int16()
82 int32 L_var_aux; in sub_int16()
96 __inline int32 add_int32(int32 L_var1, int32 L_var2) in add_int32()
98 int32 L_var_out; in add_int32()
108 __inline int32 mac_16by16_to_int32(int32 L_var3, int16 var1, int16 var2) in mac_16by16_to_int32()
110 int32 L_var_out; in mac_16by16_to_int32()
121 __inline int32 sub_int32(int32 L_var1, int32 L_var2) in sub_int32()
123 int32 L_var_out; in sub_int32()
[all …]
/external/neven/Embedded/common/src/b_TensorEm/
DFlt16Vec3D.c72 int32 bbpDiffL = ptrA->bbpE - srcPtrA->bbpE; in bts_Flt16Vec3D_equal()
83 int32 xL = ( int32 ) srcPtrA->xE << bbpDiffL; in bts_Flt16Vec3D_equal()
84 int32 yL = ( int32 ) srcPtrA->yE << bbpDiffL; in bts_Flt16Vec3D_equal()
85 int32 zL = ( int32 ) srcPtrA->zE << bbpDiffL; in bts_Flt16Vec3D_equal()
94 int32 xL = ( int32 ) ptrA->xE << -bbpDiffL; in bts_Flt16Vec3D_equal()
95 int32 yL = ( int32 ) ptrA->yE << -bbpDiffL; in bts_Flt16Vec3D_equal()
96 int32 zL = ( int32 ) ptrA->zE << -bbpDiffL; in bts_Flt16Vec3D_equal()
181 struct bts_Flt16Vec3D bts_Flt16Vec3D_create32( int32 xA, int32 yA, int32 zA, int32 bbpA ) in bts_Flt16Vec3D_create32()
193 int32 shiftL = bts_maxAbsIntLog2Of3( xA, yA, zA ) - 13; in bts_Flt16Vec3D_create32()
197 int32 sh1L = shiftL - 1; in bts_Flt16Vec3D_create32()
[all …]
DFlt16Mat3D.c150 struct bts_Flt16Mat3D bts_Flt16Mat3D_createScale( int32 scaleA, int32 scaleBbpA ) in bts_Flt16Mat3D_createScale()
180 struct bts_Flt16Mat3D bts_Flt16Mat3D_create32( int32 xxA, int32 xyA, int32 xzA, in bts_Flt16Mat3D_create32()
181 int32 yxA, int32 yyA, int32 yzA, in bts_Flt16Mat3D_create32()
182 int32 zxA, int32 zyA, int32 zzA, in bts_Flt16Mat3D_create32()
183 int32 bbpA ) in bts_Flt16Mat3D_create32()
202 int32 xShiftL = bts_maxAbsIntLog2Of3( xxA, xyA, xzA ) - 13; in bts_Flt16Mat3D_create32()
203 int32 yShiftL = bts_maxAbsIntLog2Of3( yxA, yyA, yzA ) - 13; in bts_Flt16Mat3D_create32()
204 int32 zShiftL = bts_maxAbsIntLog2Of3( zxA, zyA, zzA ) - 13; in bts_Flt16Mat3D_create32()
206 int32 shiftL = bbs_max( bbs_max( xShiftL, yShiftL ), zShiftL ); in bts_Flt16Mat3D_create32()
210 int32 sh1L = shiftL - 1; in bts_Flt16Mat3D_create32()
[all …]
DFlt16Mat2D.c84 int32 bbpDiffL = ptrA->bbpE - srcPtrA->bbpE; in bts_Flt16Mat2D_equal()
96 int32 xxL = ( int32 ) srcPtrA->xxE << bbpDiffL; in bts_Flt16Mat2D_equal()
97 int32 xyL = ( int32 ) srcPtrA->xyE << bbpDiffL; in bts_Flt16Mat2D_equal()
98 int32 yxL = ( int32 ) srcPtrA->yxE << bbpDiffL; in bts_Flt16Mat2D_equal()
99 int32 yyL = ( int32 ) srcPtrA->yyE << bbpDiffL; in bts_Flt16Mat2D_equal()
117 int32 xxL = ( int32 ) ptrA->xxE << -bbpDiffL; in bts_Flt16Mat2D_equal()
118 int32 xyL = ( int32 ) ptrA->xyE << -bbpDiffL; in bts_Flt16Mat2D_equal()
119 int32 yxL = ( int32 ) ptrA->yxE << -bbpDiffL; in bts_Flt16Mat2D_equal()
120 int32 yyL = ( int32 ) ptrA->yyE << -bbpDiffL; in bts_Flt16Mat2D_equal()
176 uint32 detL = ( int32 ) ptrA->xxE * ptrA->yyE - ( int32 ) ptrA->xyE * ptrA->yxE; in bts_Flt16Mat2D_det()
[all …]
DCompactMat.c40 int32 bts_CompactMat_fltDotPrdRow( struct bbs_Context* cpA, in bts_CompactMat_fltDotPrdRow()
51 int32 factorManL = *rowPtrL++; in bts_CompactMat_fltDotPrdRow()
52 int32 factorExpL = *rowPtrL++; in bts_CompactMat_fltDotPrdRow()
61 int32 sumL = 0; in bts_CompactMat_fltDotPrdRow()
69 for( iL = sizeL; iL > 0; iL-- ) sumL += ( ( int32 )*rowPtrL++ * ( int32 )*inPtrL++ ); in bts_CompactMat_fltDotPrdRow()
80 sumL += ( ( int8 ) dpL[ 0 ] * ( int32 )inPtrL[ 0 ] ); in bts_CompactMat_fltDotPrdRow()
81 sumL += ( ( int8 )( dpL[ 0 ] >> 8 ) * ( int32 )inPtrL[ 1 ] ); in bts_CompactMat_fltDotPrdRow()
82 sumL += ( ( int8 ) dpL[ 1 ] * ( int32 )inPtrL[ 2 ] ); in bts_CompactMat_fltDotPrdRow()
83 sumL += ( ( int8 )( dpL[ 1 ] >> 8 ) * ( int32 )inPtrL[ 3 ] ); in bts_CompactMat_fltDotPrdRow()
84 sumL += ( ( int8 ) dpL[ 2 ] * ( int32 )inPtrL[ 4 ] ); in bts_CompactMat_fltDotPrdRow()
[all …]
DFlt16Vec2D.c79 int32 bbpDiffL = ptrA->bbpE - srcPtrA->bbpE; in bts_Flt16Vec2D_equal()
89 int32 xL = ( int32 ) srcPtrA->xE << bbpDiffL; in bts_Flt16Vec2D_equal()
90 int32 yL = ( int32 ) srcPtrA->yE << bbpDiffL; in bts_Flt16Vec2D_equal()
101 int32 xL = ( int32 ) ptrA->xE << -bbpDiffL; in bts_Flt16Vec2D_equal()
102 int32 yL = ( int32 ) ptrA->yE << -bbpDiffL; in bts_Flt16Vec2D_equal()
170 struct bts_Flt16Vec2D bts_Flt16Vec2D_create32( int32 xA, int32 yA, int32 bbpA ) in bts_Flt16Vec2D_create32()
181 int32 shiftL = bts_maxAbsIntLog2Of2( xA, yA ) - 13; in bts_Flt16Vec2D_create32()
185 int32 sh1L = shiftL - 1; in bts_Flt16Vec2D_create32()
201 int32 bts_Flt16Vec2D_dotPrd( const struct bts_Flt16Vec2D* vec1PtrA, in bts_Flt16Vec2D_dotPrd()
204 return ( int32 ) vec1PtrA->xE * vec2PtrA->xE + ( int32 ) vec1PtrA->yE * vec2PtrA->yE; in bts_Flt16Vec2D_dotPrd()
[all …]
DInt32Mat.c35 void bts_Int32Mat_reduceToNBits( int32* ptrA, uint32 sizeA, int32* bbpPtrA, uint32 nBitsA ) in bts_Int32Mat_reduceToNBits()
37 int32 shiftL; in bts_Int32Mat_reduceToNBits()
40 int32 maxL = 0; in bts_Int32Mat_reduceToNBits()
41 int32* ptrL = ptrA; in bts_Int32Mat_reduceToNBits()
42 int32 iL = sizeA; in bts_Int32Mat_reduceToNBits()
45 int32 xL = *ptrL++; in bts_Int32Mat_reduceToNBits()
120 int32 widthA, in bts_Int32Mat_create()
210 const int32* matA, in bts_Int32Mat_solve()
211 int32 matWidthA, in bts_Int32Mat_solve()
212 const int32* inVecA, in bts_Int32Mat_solve()
[all …]
/external/opencore/codecs_v2/utilities/m4v_config_parser/include/
Dm4v_config_parser.h85 …REF int16 iDecodeVOLHeader(mp4StreamType *psBits, int32 *width, int32 *height, int32 *, int32 *, i…
86 …PORT_REF int16 iGetM4VConfigInfo(uint8 *buffer, int32 length, int32 *width, int32 *height, int32 *…
88 …RT_REF int16 iDecodeShortHeader(mp4StreamType *psBits, int32 *width, int32 *height, int32 *, int32
89 …6 iGetAVCConfigInfo(uint8 *buffer, int32 length, int32 *width, int32 *height, int32 *, int32 *, in…
91 int32 FindNAL(uint8** nal_pnt, uint8* buffer, int32 length);
92 …SPS(mp4StreamType *psBits, int32 *width, int32 *height, int32 *display_width, int32 *display_heigh…
94 int32 DecodeHRD(mp4StreamType *psBits);
95 int32 DecodeVUI(mp4StreamType *psBits);
97 int32 DecodePPS(mp4StreamType *psBits);
100 void se_v(mp4StreamType *psBits, int32 *value);
[all …]
/external/opencore/fileformats/mp3/parser/include/
Dmp3parser.h106 int32 SamplingRate;
107 int32 BitRate;
108 int32 FrameLengthInBytes;
109 int32 FrameSizeUnComp;
110 int32 NumberOfChannels;
115 int32 frameVer;
116 int32 layerID;
117 int32 crcFollows;
118 int32 brIndex;
119 int32 srIndex;
[all …]
/external/opencore/codecs_v2/standalone_headerfiles/
Darbt_base.h52 ArbtRequestStatus(int32 aVal) in ArbtRequestStatus()
56 int32 operator=(int32 aVal);
57 int32 operator==(int32 aVal) const;
58 int32 operator!=(int32 aVal) const;
59 int32 operator>=(int32 aVal) const;
60 int32 operator<=(int32 aVal) const;
61 int32 operator>(int32 aVal) const;
62 int32 operator<(int32 aVal) const;
63 int32 Int() const;
65 int32 iStatus;
[all …]
/external/opencore/oscl/oscl/osclbase/src/
Doscl_linked_list.h102 OSCL_IMPORT_REF int32 get_first(OsclAny* ele);
110 OSCL_IMPORT_REF int32 get_next(OsclAny* ele);
117 OSCL_IMPORT_REF int32 check_list();
125 OSCL_IMPORT_REF int32 add_element(OsclAny* new_element);
134 OSCL_IMPORT_REF int32 add_to_front(const OsclAny* new_element);
141 OSCL_IMPORT_REF int32 get_element(int32 index, OsclAny* element);
148 OSCL_IMPORT_REF int32 remove_element(const OsclAny* data_to_remove);
156 OSCL_IMPORT_REF int32 get_index(const OsclAny* data);
163 OSCL_IMPORT_REF int32 remove_element(const int32 index_to_remove);
170 OSCL_IMPORT_REF int32 move_to_end(const OsclAny* data_to_move);
[all …]
/external/opencore/codecs_v2/utilities/colorconvert/include/
Dcczoomrotationbase.h93 …virtual int32 Init(int32 Src_width, int32 Src_height, int32 Src_pitch, int32 Dst_width, int32 Dst_…
104 virtual void SetMemHeight(int32 a_mHeight) in SetMemHeight()
116 virtual int32 SetMode(int32 nMode) = 0; //nMode : 0 Off, 1 On
127 virtual int32 Convert(uint8 *srcBuf, uint8 *destBuf) = 0;
137 virtual int32 GetOutputBufferSize(void) = 0;
144 int32 SetDstPitch(int32 iDstPitch) in SetDstPitch()
158 virtual int32 SetYuvFullRange(bool range) = 0;
168 int32 src_pitch;
170 int32 dst_pitch;
172 int32 src_width;
[all …]
/external/neven/Embedded/common/src/b_BasicEm/
DMathSSE2.c34 int32 bbs_dotProduct_64SSE2( const int16* vec1A, const int16* vec2A, uint32 sizeA ) in bbs_dotProduct_64SSE2()
40 int32 resultL = 0; in bbs_dotProduct_64SSE2()
106 resultL += ( int32 )*vec1L++ * *vec2L++; in bbs_dotProduct_64SSE2()
108 resultL += ( int32 )*vec1L++ * *vec2L++; in bbs_dotProduct_64SSE2()
110 resultL += ( int32 )*vec1L++ * *vec2L++; in bbs_dotProduct_64SSE2()
112 resultL += ( int32 )*vec1L++ * *vec2L++; in bbs_dotProduct_64SSE2()
114 resultL += ( int32 )*vec1L++ * *vec2L++; in bbs_dotProduct_64SSE2()
116 resultL += ( int32 )*vec1L++ * *vec2L++; in bbs_dotProduct_64SSE2()
118 resultL += ( int32 )*vec1L++ * *vec2L++; in bbs_dotProduct_64SSE2()
120 resultL += ( int32 )*vec1L++ * *vec2L++; in bbs_dotProduct_64SSE2()
[all …]
/external/opencore/fileformats/mp4/parser/include/
Dmovieatom.h101 int32 updateFileSize(uint32 filesize);
103int32 getNextMediaSample(uint32 id, uint8 *buf, uint32 &size, uint32 &index, uint32 &SampleOffset);
104int32 getMediaSample(uint32 sampleNumber, uint32 id, uint8 *buf, int32 &size, uint32 &index, uint3…
110 int32 getPrevKeyMediaSample(uint32 inputtimestamp,
115 int32 getNextKeyMediaSample(uint32 inputtimestamp,
123 int32 getOffsetByTime(uint32 id, uint32 ts, int32* sampleFileOffset);
191 int32 getScalability() const in getScalability()
195 OSCL_IMPORT_REF int32 getFileType() const in getFileType()
200int32 getTimestampForRandomAccessPoints(uint32 id, uint32 *num, uint32 *tsBuf, uint32* numBuf, uin…
202int32 getTimestampForRandomAccessPointsBeforeAfter(uint32 id, uint32 ts, uint32 *tsBuf, uint32* nu…
[all …]
/external/opencore/oscl/oscl/osclproc/src/
Doscl_aostatus.h41 const int32 OSCL_REQUEST_ERR_NONE = 0;
42 const int32 OSCL_REQUEST_PENDING = (-0x7fffffff);
43 const int32 OSCL_REQUEST_ERR_CANCEL = (-1);
44 const int32 OSCL_REQUEST_ERR_GENERAL = (-2);
52 OSCL_INLINE OsclAOStatus(int32 aStatus);
53 OSCL_INLINE int32 operator=(int32 aStatus);
54 OSCL_INLINE int32 operator==(int32 aStatus) const;
55 OSCL_INLINE int32 operator!=(int32 aStatus) const;
56 OSCL_INLINE int32 operator>=(int32 aStatus) const;
57 OSCL_INLINE int32 operator<=(int32 aStatus) const;
[all …]
/external/opencore/codecs_v2/video/avc_h264/enc/src/
Dsad_halfpel_inline.h29 __inline int32 INTERP1_SUB_SAD(int32 sad, int32 tmp, int32 tmp2) in INTERP1_SUB_SAD()
38 __inline int32 INTERP2_SUB_SAD(int32 sad, int32 tmp, int32 tmp2) in INTERP2_SUB_SAD()
49 __inline int32 INTERP1_SUB_SAD(int32 sad, int32 tmp, int32 tmp2)
61 __inline int32 INTERP2_SUB_SAD(int32 sad, int32 tmp, int32 tmp2)
75 __inline int32 INTERP1_SUB_SAD(int32 sad, int32 tmp, int32 tmp2)
82 __inline int32 INTERP2_SUB_SAD(int32 sad, int32 tmp, int32 tmp2)
/external/opencore/oscl/oscl/osclio/src/
Doscl_file_async_read.h49 OsclPtrC(const uint8* ptr, int32 len, int32 max): iPtr(ptr), iMaxLength(max), iLength(len) in OsclPtrC()
57 void SetLength(int32 l) in SetLength()
62 int32 Length() in Length()
76 void Set(uint8* ptr, int32 len, int32 max) in Set()
83 OsclPtrC Right(int32 size) in Right()
90 OsclPtrC Left(int32 size) in Left()
98 int32 iMaxLength;
99 int32 iLength;
106 OsclPtr(uint8* ptr, int32& len, int32 max): iPtr(ptr), iMaxLength(max), iLength(len) in OsclPtr()
114 void SetLength(int32 l) in SetLength()
[all …]
/external/opencore/fileformats/mp4/composer/include/
Da_atomdefs.h37 static const int32 MEDIA_DATA_IN_MEMORY = 0;
38 static const int32 MEDIA_DATA_ON_DISK = 1;
43 static const int32 MEDIA_TYPE_UNKNOWN = 10;
46 static const int32 MEDIA_INFORMATION_HEADER_TYPE_AUDIO = 0;
47 static const int32 MEDIA_INFORMATION_HEADER_TYPE_VISUAL = 1;
48 static const int32 MEDIA_INFORMATION_HEADER_TYPE_HINT = 2;
49 static const int32 MEDIA_INFORMATION_HEADER_TYPE_MPEG4 = 3;
51 static const int32 UNKNOWN_ATOM = 0;
52 static const int32 UNKNOWN_DESCRIPTOR = 1;
53 static const int32 UNKNOWN_HANDLER = 2;
[all …]

12345678910>>...54