Home
last modified time | relevance | path

Searched refs:uint8 (Results 1 – 15 of 15) sorted by relevance

/packages/services/BuiltInPrintService/jni/plugins/
Dwprint_scaler.c191 void scaler_scale_image_data(uint8 *input_plane, void *tables_ptr, uint8 *scaled_output_plane, in scaler_scale_image_data()
192 uint8 *temp_buffer_for_mixed_axis_scaling) { in scaler_scale_image_data()
196 uint8 *pOrigBuf; in scaler_scale_image_data()
430 static inline void _scale_row_down_9in(uint8 *_RESTRICT_ in0, uint8 *_RESTRICT_ in1, in _scale_row_down_9in()
431 uint8 *_RESTRICT_ in2, uint8 *_RESTRICT_ in3, uint8 *_RESTRICT_ in4, uint8 *_RESTRICT_ in5, in _scale_row_down_9in()
432 uint8 *_RESTRICT_ in6, uint8 *_RESTRICT_ in7, uint8 *_RESTRICT_ in8, uint8 *_RESTRICT_ out, in _scale_row_down_9in()
493 static inline void _scale_row_down_8in(uint8 *_RESTRICT_ in0, uint8 *_RESTRICT_ in1, in _scale_row_down_8in()
494 uint8 *_RESTRICT_ in2, uint8 *_RESTRICT_ in3, uint8 *_RESTRICT_ in4, uint8 *_RESTRICT_ in5, in _scale_row_down_8in()
495 uint8 *_RESTRICT_ in6, uint8 *_RESTRICT_ in7, uint8 *_RESTRICT_ out, uint64 position_x, in _scale_row_down_8in()
554 static inline void _scale_row_down_7in(uint8 *_RESTRICT_ in0, uint8 *_RESTRICT_ in1, in _scale_row_down_7in()
[all …]
Dwprint_scaler.h60 uint8 *pSrcBuf; // input buffers [plane]
63 uint8 *pOutBuf; // output buffers [plane]
66 uint8 *pTmpBuf; // mixed axis temp buffer
106 extern void scaler_scale_image_data(uint8 *input_plane, void *tables_ptr,
107 uint8 *scaled_output_plane, uint8 *temp_buffer_for_mixed_axis_scaling);
Dlib_pcl.h97 uint8 *seed_row, *pcl_buff;
98 uint8 *halftone_row;
106 uint8 monochrome;
116 uint8 *pclm_output_buffer;
Dlib_pwg.c322 unsigned char *_generate_blank_data(int pixel_width, int pixel_height, uint8 monochrome, size_t *bu… in _generate_blank_data()
/packages/modules/Bluetooth/system/embdrv/sbc/decoder/srce/
Dbitalloc-sbc.c42 bitcountL = computeBitneed(common, bitneedsL.uint8, 0, &bitpoolPreferenceL); in dualBitAllocation()
43 bitcountR = computeBitneed(common, bitneedsR.uint8, 1, &bitpoolPreferenceR); in dualBitAllocation()
59 bitcount = computeBitneed(common, &bitneeds.uint8[0], 0, &bitpoolPreference); in stereoBitAllocation()
60 bitcount += computeBitneed(common, &bitneeds.uint8[nrof_subbands], 1, in stereoBitAllocation()
73 excess = allocAdjustedBits(&common->bits.uint8[sbL], in stereoBitAllocation()
74 bitneeds.uint8[sbL] + bitadjust, excess); in stereoBitAllocation()
76 excess = allocAdjustedBits(&common->bits.uint8[sbR], in stereoBitAllocation()
77 bitneeds.uint8[sbR] + bitadjust, excess); in stereoBitAllocation()
83 excess = allocExcessBits(&common->bits.uint8[sbL], excess); in stereoBitAllocation()
88 excess = allocExcessBits(&common->bits.uint8[sbR], excess); in stereoBitAllocation()
Dbitalloc.c352 allocBits = &common->bits.uint8[ch ? nrof_subbands : 0]; in oneChannelBitAllocation()
356 excess = allocAdjustedBits(&allocBits[sb], bitneeds->uint8[sb] + bitadjust, in oneChannelBitAllocation()
372 bitcount = computeBitneed(common, bitneeds.uint8, 0, &bitpoolPreference); in monoBitAllocation()
Ddecoder-private.c192 OI_UINT bits = common->bits.uint8[n]; in OI_SBC_ReadSamples()
Dreadsamplesjoint.inc70 uint8_t *bits_array = &common->bits.uint8[0];
/packages/services/BuiltInPrintService/jni/include/
Dlib_wprint.h195 uint8 *certificate;
224 …int (*validate_certificate)(struct wprint_connect_info_st *connect_info, uint8 *data, int data_len…
264 uint8 *certificate;
Dwtypes.h59 typedef unsigned char uint8; typedef
/packages/modules/Bluetooth/system/embdrv/sbc/decoder/include/
Doi_codec_sbc_private.h86 uint8_t uint8[SBC_MAX_BANDS]; member
91 uint8_t uint8[2 * SBC_MAX_BANDS]; member
Doi_codec_sbc.h204 uint8_t uint8[SBC_MAX_CHANNELS * SBC_MAX_BANDS]; member
/packages/modules/NetworkStack/src/android/net/apf/
DApfFilter.java2037 private static int uint8(byte b) { in uint8() method in ApfFilter
2050 return uint8(buffer.get(position)); in getUint8()
2054 return (uint8(bytes[0]) << 24) in bytesToBEInt()
2055 + (uint8(bytes[1]) << 16) in bytesToBEInt()
2056 + (uint8(bytes[2]) << 8) in bytesToBEInt()
2057 + (uint8(bytes[3])); in bytesToBEInt()
/packages/services/BuiltInPrintService/jni/lib/
Dlib_wprint.c159 uint8 *certificate;
825 static int _validate_certificate(wprint_connect_info_t *connect_info, uint8 *data, int data_len) { in _validate_certificate()
836 jq->certificate = (uint8 *)malloc(data_len); in _validate_certificate()
/packages/modules/NeuralNetworks/tools/api/
Dtypes.spec3840 * as a tensor of uint8 values.