HomeSort by relevance Sort by last modified time
    Searched refs:int32 (Results 276 - 300 of 752) sorted by null

<<11121314151617181920>>

  /frameworks/av/media/libstagefright/codecs/amrwb/src/
highpass_50hz_at_12k8.cpp 153 int32 L_tmp1;
154 int32 L_tmp2;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
mkvwriter.cpp 29 int32 MkvWriter::Write(const void* buffer, uint32 length) {
79 int32 MkvWriter::Position(int64 position) {
  /hardware/intel/common/wrs_omxil_core/core/src/
intel_video_config_parser.cpp 65 int32 GetNAL_Config(uint8** bitstream, int32* size);
83 int32 width, height, display_width, display_height = 0;
84 int32 profile_level = 0;
108 int32 width, height, display_width, display_height = 0;
109 int32 profile_idc, level_idc = 0;
245 int32 GetNAL_Config(uint8** bitstream, int32* size)
  /hardware/qcom/display/msm8084/libcopybit/
c2dExt.h 54 int32 offsetX; /*!< source x offset */
55 int32 offsetY; /*!< source y offset */
  /hardware/ti/omap3/omx/ti_omx_config_parser/src/
ti_video_config_parser.cpp 64 int32 GetNAL_Config(uint8** bitstream, int32* size);
82 int32 width, height, display_width, display_height = 0;
83 int32 profile_level = 0;
108 int32 width, height, display_width, display_height = 0;
109 int32 profile_idc, level_idc = 0;
260 int32 GetNAL_Config(uint8** bitstream, int32* size)
  /external/dng_sdk/source/
dng_simple_image.cpp 107 int32 originH = fBounds.l;
108 int32 originV = fBounds.t;
110 int32 colStep = fBuffer.fColStep;
111 int32 rowStep = fBuffer.fRowStep;
137 int32 temp = colStep;
dng_read_image.h 35 int32 dstCount);
59 int32 MapRow (int32 row) const;
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
bitstream.h 35 void BitstreamReset(BitstreamDecVideo *stream, uint8 *buffer, int32 buffer_size);
152 PV_STATUS movePointerTo(BitstreamDecVideo *stream, int32 pos);
165 void BitstreamShowBuffer(BitstreamDecVideo *stream, int32 startbit, int32 endbit, uint8 *bitBfr);
168 int32 getPointer(BitstreamDecVideo *stream);
idct.cpp 129 int32 tmpBLK[64];
130 int32 *tmpBLK32 = &tmpBLK[0];
131 int32 r0, r1, r2, r3, r4, r5, r6, r7, r8; /* butterfly nodes */
132 int32 a;
233 r1 = ((int32)tmpBLK32[4+(i<<3)]) << 8;
253 a = (((int32)tmpBLK32[0+(i<<3)] + 32) >> 6);
270 r0 = (((int32)tmpBLK32[0+(i<<3)]) << 8) + 8192;
351 int32 tmpBLK[64];
352 int32 *tmpBLK32 = &tmpBLK[0];
353 int32 r0, r1, r2, r3, r4, r5, r6, r7, r8; /* butterfly nodes *
    [all...]
deringing_chroma.cpp 43 int32 addr_v;
69 addr_v = (int32)v_pel * width;
124 max_diff = (QP_store[((((int32)v_blk*width)>>3))>>3] >> 2) + 4;
125 ptr = &Rec_C[(int32)v_blk * width];
191 max_diff = (QP_store[((((int32)v_blk*width)>>3)+h_blk)>>3] >> 2) + 4;
192 ptr = &Rec_C[(int32)v_blk * width + h_blk];
203 DeringAdaptiveSmoothMMX(&Rec_C[(int32)v0*width+h0], width, thres, max_diff);
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
duration.pb.h 106 // optional int32 nanos = 2;
109 ::google::protobuf::int32 nanos() const;
110 void set_nanos(::google::protobuf::int32 value);
118 ::google::protobuf::int32 nanos_;
149 // optional int32 nanos = 2;
153 inline ::google::protobuf::int32 Duration::nanos() const {
157 inline void Duration::set_nanos(::google::protobuf::int32 value) {
timestamp.pb.h 116 // optional int32 nanos = 2;
119 ::google::protobuf::int32 nanos() const;
120 void set_nanos(::google::protobuf::int32 value);
131 ::google::protobuf::int32 nanos_;
162 // optional int32 nanos = 2;
166 inline ::google::protobuf::int32 Timestamp::nanos() const {
170 inline void Timestamp::set_nanos(::google::protobuf::int32 value) {
wire_format_lite.h 194 // required int32 type_id = 2;
231 static uint32 ZigZagEncode32(int32 n);
232 static int32 ZigZagDecode32(uint32 n);
358 INL static void WriteInt32NoTag (int32 value, output);
362 INL static void WriteSInt32NoTag (int32 value, output);
366 INL static void WriteSFixed32NoTag(int32 value, output);
374 static void WriteInt32 (field_number, int32 value, output);
378 static void WriteSInt32 (field_number, int32 value, output);
382 static void WriteSFixed32(field_number, int32 value, output);
424 INL static uint8* WriteInt32NoTagToArray (int32 value, output)
    [all...]
  /external/protobuf/src/google/protobuf/
wire_format_lite.h 194 // required int32 type_id = 2;
231 static uint32 ZigZagEncode32(int32 n);
232 static int32 ZigZagDecode32(uint32 n);
321 static inline void WriteInt32NoTag (int32 value, output) INL;
325 static inline void WriteSInt32NoTag (int32 value, output) INL;
329 static inline void WriteSFixed32NoTag(int32 value, output) INL;
337 static void WriteInt32 (field_number, int32 value, output);
341 static void WriteSInt32 (field_number, int32 value, output);
345 static void WriteSFixed32(field_number, int32 value, output);
387 static inline uint8* WriteInt32NoTagToArray (int32 value, output) INL
    [all...]
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
wire_format_lite.h 183 // required int32 type_id = 2;
220 static uint32 ZigZagEncode32(int32 n);
221 static int32 ZigZagDecode32(uint32 n);
310 static inline void WriteInt32NoTag (int32 value, output) INL;
314 static inline void WriteSInt32NoTag (int32 value, output) INL;
318 static inline void WriteSFixed32NoTag(int32 value, output) INL;
326 static void WriteInt32 (field_number, int32 value, output);
330 static void WriteSInt32 (field_number, int32 value, output);
334 static void WriteSFixed32(field_number, int32 value, output);
372 static inline uint8* WriteInt32NoTagToArray (int32 value, output) INL
    [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
wire_format_lite.h 183 // required int32 type_id = 2;
220 static uint32 ZigZagEncode32(int32 n);
221 static int32 ZigZagDecode32(uint32 n);
310 static inline void WriteInt32NoTag (int32 value, output) INL;
314 static inline void WriteSInt32NoTag (int32 value, output) INL;
318 static inline void WriteSFixed32NoTag(int32 value, output) INL;
326 static void WriteInt32 (field_number, int32 value, output);
330 static void WriteSInt32 (field_number, int32 value, output);
334 static void WriteSFixed32(field_number, int32 value, output);
372 static inline uint8* WriteInt32NoTagToArray (int32 value, output) INL
    [all...]
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
wire_format_lite.h 183 // required int32 type_id = 2;
220 static uint32 ZigZagEncode32(int32 n);
221 static int32 ZigZagDecode32(uint32 n);
310 static inline void WriteInt32NoTag (int32 value, output) INL;
314 static inline void WriteSInt32NoTag (int32 value, output) INL;
318 static inline void WriteSFixed32NoTag(int32 value, output) INL;
326 static void WriteInt32 (field_number, int32 value, output);
330 static void WriteSInt32 (field_number, int32 value, output);
334 static void WriteSFixed32(field_number, int32 value, output);
372 static inline uint8* WriteInt32NoTagToArray (int32 value, output) INL
    [all...]
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
wire_format_lite.h 183 // required int32 type_id = 2;
220 static uint32 ZigZagEncode32(int32 n);
221 static int32 ZigZagDecode32(uint32 n);
310 static inline void WriteInt32NoTag (int32 value, output) INL;
314 static inline void WriteSInt32NoTag (int32 value, output) INL;
318 static inline void WriteSFixed32NoTag(int32 value, output) INL;
326 static void WriteInt32 (field_number, int32 value, output);
330 static void WriteSInt32 (field_number, int32 value, output);
334 static void WriteSFixed32(field_number, int32 value, output);
372 static inline uint8* WriteInt32NoTagToArray (int32 value, output) INL
    [all...]
  /external/vulkan-validation-layers/libs/glm/gtc/
type_precision.hpp 83 typedef detail::int32 lowp_int32;
99 typedef detail::int32 lowp_int32_t;
115 typedef detail::int32 lowp_i32;
131 typedef detail::int32 mediump_int32;
147 typedef detail::int32 mediump_int32_t;
163 typedef detail::int32 mediump_i32;
179 typedef detail::int32 highp_int32;
195 typedef detail::int32 highp_int32_t;
211 typedef detail::int32 highp_i32;
228 typedef detail::int32 int32 typedef in namespace:glm
    [all...]
  /external/neven/Embedded/common/src/b_BitFeatureEm/
Sequence.c 231 int32 bbf_Sequence_activity( const struct bbf_Feature* ptrA, const uint32* patchA )
237 int32 sizeL = ptrL->sizeE;
240 int32 actSumL = ( -sizeL ) << 20;
249 int32 actL = ptrL->ftrPtrArrE[ iL ]->vpActivityE( ptrL->ftrPtrArrE[ iL ], patchA ) - ptrL->thrArrE.arrPtrE[ iL ];
259 int32 actL = ptrL->ftrPtrArrE[ iL ]->vpActivityE( ptrL->ftrPtrArrE[ iL ], patchA ) - ptrL->thrArrE.arrPtrE[ iL ];
260 int32 wgtL = ptrL->wgtArrE.arrPtrE[ iL ];
261 actL = ( actL >> 16 ) * wgtL + ( ( ( int32 )( actL & 0x0000FFFF ) * wgtL ) >> 16 );
  /external/webrtc/third_party/gflags/gen/win/include/gflags/
gflags.h 127 typedef int32_t int32;
132 typedef int32_t int32; typedef in namespace:google
137 typedef __int32 int32; typedef in namespace:google
167 // static bool ValidatePort(const char* flagname, int32 value) {
181 GFLAGS_DLL_DECL bool RegisterFlagValidator(const int32* flag,
182 bool (*validate_fn)(const char*, int32));
206 std::string type; // the type of the flag: int32, etc
353 // (e.g., not a number for an int32 flag), abort with an error.
358 extern GFLAGS_DLL_DECL int32 Int32FromEnv(const char *varname, int32 defval)
    [all...]
  /external/opencv3/samples/python2/
feature_homography.py 72 cv2.polylines(vis, [np.int32(tracked.quad)], True, (255, 255, 255), 2)
73 for (x0, y0), (x1, y1) in zip(np.int32(tracked.p0), np.int32(tracked.p1)):
hist.py 32 hist=np.int32(np.around(hist_item))
33 pts = np.int32(np.column_stack((bins,hist)))
46 hist=np.int32(np.around(hist_item))
kalman.py 68 draw_cross(np.int32(state_pt), (255, 255, 255), 3)
69 draw_cross(np.int32(measurement_pt), (0, 0, 255), 3)
70 draw_cross(np.int32(predict_pt), (0, 255, 0), 3)
  /frameworks/av/media/libstagefright/codecs/mp3dec/src/
pvmp3_getbits.cpp 41 int32 neededBits number of bits to read from the bit stream
111 int32 neededBits) /* number of bits to read from the bitstream (up to 25) */
159 int32 neededBits) /* number of bits to read from the bit stream 2 to 9 */
195 int32 neededBits) /* number of bits to read from the bit stream 2 to 8 */

Completed in 7862 milliseconds

<<11121314151617181920>>