Home
last modified time | relevance | path

Searched refs:int16 (Results 26 - 50 of 113) sorted by relevance

12345

/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_lossless_jpeg.cpp107 int16 valptr[17];
208 htbl->valptr [l] = (int16) p; in FixHuffTbl()
283 int16 componentId; /* identifier for this component (0..255) */
284 int16 componentIndex; /* its index in SOF or cPtr->compInfo[] */
291 int16 hSampFactor; /* horizontal sampling factor */
292 int16 vSampFactor; /* vertical sampling factor */
298 int16 dcTblNo;
323 int16 numComponents;
330 int16 compsInScan;
336 int16 MCUmembershi
[all...]
H A Ddng_resample.cpp204 !SafeUint32Mult (bufferSize, (uint32) sizeof (int16), &bufferSize)) in Initialize()
261 int16 *w16 = fWeights16->Buffer_int16 () + fWeightStep * sample; in Initialize()
268 w16 [j] = (int16) Round_int32 (w32 [j] * 16384.0); in Initialize()
277 w16 [fRadius - (fract >= 0.5 ? 0 : 1)] += (int16) (16384 - t16); in Initialize()
358 !SafeUint32Mult (bufferSize, (uint32) sizeof (int16), &bufferSize)) in Initialize()
450 int16 *w16 = (int16 *) Weights16 (dng_point ((int32) y, in Initialize()
458 w16 [j] = (int16) Round_int32 (w32 [j] * 16384.0); in Initialize()
471 w16 [centerOffset] += (int16) (16384 - t16); in Initialize()
772 const int16 *weights in ProcessArea()
[all...]
H A Ddng_types.h42 typedef int16_t int16; typedef
54 typedef signed short int16; typedef
H A Ddng_pixel_buffer.h361 /// Get read-only int16 * to pixel data starting at a specific pixel in the buffer.
365 /// \retval Pointer to pixel data as int16 *.
367 const int16 * ConstPixel_int16 (int32 row, in ConstPixel_int16()
374 return (const int16 *) ConstPixel (row, col, plane); in ConstPixel_int16()
378 /// Get a writable int16 * to pixel data starting at a specific pixel in the buffer.
382 /// \retval Pointer to pixel data as int16 *.
384 int16 * DirtyPixel_int16 (int32 row, in DirtyPixel_int16()
391 return (int16 *) DirtyPixel (row, col, plane); in DirtyPixel_int16()
548 /// \param value Constant int16 value to set pixels to.
553 int16 valu in SetConstant_int16()
[all...]
H A Ddng_reference.h120 int16 *dPtr,
144 int16 *dPtr,
193 void RefCopyAreaS16_R32 (const int16 *sPtr,
233 int16 *dPtr,
397 const int16 *wPtr,
414 const int16 *wPtr,
484 void RefVignette16 (int16 *sPtr,
H A Ddng_bottlenecks.h138 int16 *dPtr,
164 int16 *dPtr,
217 (const int16 *sPtr,
260 int16 *dPtr,
438 const int16 *wPtr,
457 const int16 *wPtr,
532 (int16 *sPtr,
841 int16 *dPtr, in DoCopyArea8_S16()
895 int16 *dPtr, in DoCopyArea16_S16()
1006 inline void DoCopyAreaS16_R32 (const int16 *sPt
[all...]
H A Ddng_stream.h381 int16 Get_int16 () in Get_int16()
383 return (int16) Get_uint16 (); in Get_int16()
390 void Put_int16 (int16 x) in Put_int16()
H A Ddng_image.h350 void SetConstant_int16 (int16 value, in SetConstant_int16()
360 void SetConstant_int16 (int16 value) in SetConstant_int16()
H A Ddng_resample.h165 const int16 *Weights16 (uint32 fract) const in Weights16()
258 const int16 *Weights16 (dng_point fract) const in Weights16()
/foundation/systemabilitymgr/samgr_lite/samgr_endpoint/source/
H A Dsa_store.c155 int16 high = saStore->mapTop - 1; in SASTORA_FindHandleByPid()
156 int16 low = 0; in SASTORA_FindHandleByPid()
159 int16 mid = (high + low) / 2; in SASTORA_FindHandleByPid()
178 int16 high = saStore->mapTop - 1; in SASTORA_FindHandleByUidPid()
179 int16 low = 0; in SASTORA_FindHandleByUidPid()
182 int16 mid = (high + low) / 2; in SASTORA_FindHandleByUidPid()
H A Dsa_store.h51 int16 mapSize;
52 int16 mapTop;
/test/xts/acts/distributed_schedule_lite/system_ability_manager_hal/src/
H A Dtaskpool_sharedtask_func_test.c310 request.len = (int16)(strlen(body) + 1);
332 request2.len = (int16)(strlen(body2) + 1);
361 request.len = (int16)(strlen(body) + 1);
383 request2.len = (int16)(strlen(body2) + 1);
408 request.len = (int16)(strlen(body) + 1);
421 request2.len = (int16)(strlen(body) + 1);
446 request1.len = (int16)(strlen(body) + 1);
459 request2.len = (int16)(strlen(body) + 1);
H A Dtaskpool_singletask_func_test.c356 request.len = (int16)(strlen(body) + 1);
380 request2.len = (int16)(strlen(body2) + 1);
412 request.len = (int16)(strlen(body) + 1);
435 request2.len = (int16)(strlen(body2) + 1);
467 request.len = (int16)(strlen(body) + 1);
490 request2.len = (int16)(strlen(body2) + 1);
522 request.len = (int16)(strlen(body) + 1);
545 request2.len = (int16)(strlen(body2) + 1);
H A Dtaskpool_specifiedtask_func_test.c280 request.len = (int16)(strlen(body) + 1);
302 request2.len = (int16)(strlen(body2) + 1);
331 request.len = (int16)(strlen(body) + 1);
353 request2.len = (int16)(strlen(body2) + 1);
378 request.len = (int16)(strlen(body) + 1);
392 request2.len = (int16)(strlen(body2) + 1);
H A Dsendrequest_func_test.c446 request.len = (int16)(strlen(body) + 1);
483 request.len = (int16)(strlen(body) + 1);
520 request.len = (int16)(strlen(body) + 1);
577 request.len = (int16)(strlen(body) + 1);
623 request2.len = (int16)(strlen(body) + 1);
649 request.len = (int16)(strlen(body) + 1);
683 request.len = (int16)(strlen(body) + 1);
H A Dsendresponse_func_test.c360 request.len = (int16)(strlen(body) + 1);
392 request.len = (int16)(strlen(body) + 1);
424 request.len = (int16)(strlen(body) + 1);
456 request.len = (int16)(strlen(body) + 1);
490 request.len = (int16)(strlen(body) + 1);
/foundation/systemabilitymgr/samgr_lite/interfaces/kits/samgr/
H A Dservice.h131 int16 level;
133 int16 priority;
H A Diunknown.h87 int16 ref; \
176 int16 ref;
/test/xts/tools/lite/hctest/include/
H A Dhctest_internal.h53 int16 line_num;
131 int16 times;
/third_party/ffmpeg/libswresample/x86/
H A Dresample_init.c38 RESAMPLE_FUNCS(int16, sse2);
39 RESAMPLE_FUNCS(int16, xop);
H A Dresample.asm58 %macro RESAMPLE_FNS 3-5 ; format [float or int16], bps, log2_bps, float op suffix [s or d], 1.0 constant
168 %ifidn %1, int16
177 %ifidn %1, int16
195 %ifidn %1, int16
314 %ifidn %1, int16
367 %ifidn %1, int16
416 %ifidn %1, int16
427 %ifidn %1, int16
451 %ifidn %1, int16
598 RESAMPLE_FNS int16,
[all...]
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/
H A Dfwd.hpp104 typedef detail::int16 lowp_int16;
120 typedef detail::int16 lowp_int16_t;
136 typedef detail::int16 lowp_i16;
152 typedef detail::int16 mediump_int16;
168 typedef detail::int16 mediump_int16_t;
184 typedef detail::int16 mediump_i16;
200 typedef detail::int16 highp_int16;
216 typedef detail::int16 highp_int16_t;
232 typedef detail::int16 highp_i16;
249 typedef detail::int16 int1 typedef
[all...]
/third_party/skia/third_party/externals/piex/src/binary_parse/
H A Drange_checked_byte_ptr.cc297 int16 Get16s(const RangeCheckedBytePtr &input, const bool big_endian, in Get16s()
311 return static_cast<int16>(-0x8000); in Get16s()
313 return -static_cast<int16>(0x10000u - unsigned_value); in Get16s()
315 return static_cast<int16>(unsigned_value); in Get16s()
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/device_include/
H A Dvm_basic_types.h10 typedef s16 int16; typedef
H A Dsvga_types.h34 typedef s16 int16; typedef

Completed in 28 milliseconds

12345