Searched refs:input (Results 76 - 100 of 247) sorted by relevance

12345678910

/hardware/intel/common/omx-components/videocodec/libvpx_internal/x86/
H A Dvp9_rtcd.h306 void vp9_idct4x4_1_add_c(const int16_t *input, uint8_t *dest, int dest_stride);
307 void vp9_idct4x4_1_add_sse2(const int16_t *input, uint8_t *dest, int dest_stride);
308 RTCD_EXTERN void (*vp9_idct4x4_1_add)(const int16_t *input, uint8_t *dest, int dest_stride);
310 void vp9_idct4x4_16_add_c(const int16_t *input, uint8_t *dest, int dest_stride);
311 void vp9_idct4x4_16_add_sse2(const int16_t *input, uint8_t *dest, int dest_stride);
312 RTCD_EXTERN void (*vp9_idct4x4_16_add)(const int16_t *input, uint8_t *dest, int dest_stride);
314 void vp9_idct8x8_1_add_c(const int16_t *input, uint8_t *dest, int dest_stride);
315 void vp9_idct8x8_1_add_sse2(const int16_t *input, uint8_t *dest, int dest_stride);
316 RTCD_EXTERN void (*vp9_idct8x8_1_add)(const int16_t *input, uint8_t *dest, int dest_stride);
318 void vp9_idct8x8_64_add_c(const int16_t *input, uint8_
[all...]
/hardware/ti/omap4-aah/security/tf_sdk/include/
H A DOEMCrypto.h182 * the *input parameter into the secure buffer referenced by the output
192 * input (in) - buffer containing the encrypted data
193 * inputLength (in) - number of bytes in the input payload, which may not be a multiple of 16 bytes
204 const OEMCrypto_UINT8* input, const OEMCrypto_UINT32 inputLength,
213 * the *input parameter into the non-secure buffer referenced by the output
227 * input (in) - buffer containing the encrypted data
228 * inputLength (in) - number of bytes in the input payload, which may not be a multiple of 16 bytes
238 const OEMCrypto_UINT8* input, const OEMCrypto_UINT32 inputLength,
297 * idLength (in/out) - on input, size of the caller's device ID buffer.
323 * dataLength (in/out) - on input, th
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
H A Dtools_common.sh177 # parameter one is used as the input file path. Positional parameter two, when
178 # present, is interpreted as a boolean flag that means the input should be sent
181 input="${1}"
197 "${decoder}" "$input" --summary --noblit "$@" > /dev/null 2>&1
199 cat "${input}" | "${decoder}" - --summary --noblit "$@" > /dev/null 2>&1
211 # 2 - input width
212 # 3 - input height
214 # 5 - path to input file
219 # input is piped to vpxenc via cat.
226 input
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/neon/
H A Ddequant_idct_neon.c17 int16_t *input,
31 // load input
32 q3 = vld1q_s16(input);
33 vst1q_s16(input, qEmpty);
34 input += 8;
35 q4 = vld1q_s16(input);
36 vst1q_s16(input, qEmpty);
16 vp8_dequant_idct_add_neon( int16_t *input, int16_t *dq, unsigned char *dst, int stride) argument
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a/
H A Dvp8_rtcd.h32 void vp8_dequant_idct_add_c(short *input, short *dq, unsigned char *output, int stride);
33 void vp8_dequant_idct_add_v6(short *input, short *dq, unsigned char *output, int stride);
76 void vp8_short_idct4x4llm_c(short *input, unsigned char *pred, int pitch, unsigned char *dst, int dst_stride);
77 void vp8_short_idct4x4llm_v6_dual(short *input, unsigned char *pred, int pitch, unsigned char *dst, int dst_stride);
80 void vp8_short_inv_walsh4x4_1_c(short *input, short *output);
83 void vp8_short_inv_walsh4x4_c(short *input, short *output);
84 void vp8_short_inv_walsh4x4_v6(short *input, short *output);
87 void vp8_dc_only_idct_add_c(short input, unsigned char *pred, int pred_stride, unsigned char *dst, int dst_stride);
88 void vp8_dc_only_idct_add_v6(short input, unsigned char *pred, int pred_stride, unsigned char *dst, int dst_stride);
265 void vp8_short_fdct4x4_c(short *input, shor
[all...]
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
H A Dmain.c31 * This function figures out if we crossesd watermark boundary on input data.
45 * This function figures out how much data is available in input queue of the FW
71 * input.
103 {/* Success condition: we have some data on input and enough space on output queue */
171 * This is a helper function to read a workload from input queue and push to output queue.
300 * Once a stream is setup we call the parser manager and wait until a wrkld is created or no more input
329 /* Step 3:setup emitter by reading input data and workloads and initialising it */
368 WRITE_SVEN(SVEN_MODULE_EVENT_GV_FW_PK_ES_DONE, (int)cur, (int)cxt_swap->es_time, (int)cxt->input.phys,
369 (int)cxt->input.len, (int)cxt->input
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a-neon/
H A Dvp8_rtcd.h33 void vp8_dequant_idct_add_c(short *input, short *dq, unsigned char *output, int stride);
34 void vp8_dequant_idct_add_v6(short *input, short *dq, unsigned char *output, int stride);
35 void vp8_dequant_idct_add_neon(short *input, short *dq, unsigned char *output, int stride);
88 void vp8_short_idct4x4llm_c(short *input, unsigned char *pred, int pitch, unsigned char *dst, int dst_stride);
89 void vp8_short_idct4x4llm_v6_dual(short *input, unsigned char *pred, int pitch, unsigned char *dst, int dst_stride);
90 void vp8_short_idct4x4llm_neon(short *input, unsigned char *pred, int pitch, unsigned char *dst, int dst_stride);
93 void vp8_short_inv_walsh4x4_1_c(short *input, short *output);
96 void vp8_short_inv_walsh4x4_c(short *input, short *output);
97 void vp8_short_inv_walsh4x4_v6(short *input, short *output);
98 void vp8_short_inv_walsh4x4_neon(short *input, shor
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/x86/
H A Dvp9_idct_intrin_sse2.c28 void vp9_idct4x4_16_add_sse2(const int16_t *input, uint8_t *dest, int stride) { argument
39 input0 = _mm_load_si128((const __m128i *)input);
40 input2 = _mm_load_si128((const __m128i *)(input + 8));
158 void vp9_idct4x4_1_add_sse2(const int16_t *input, uint8_t *dest, int stride) { argument
163 a = dct_const_round_shift(input[0] * cospi_16_64);
268 void vp9_iht4x4_16_add_sse2(const int16_t *input, uint8_t *dest, int stride, argument
274 in[0]= _mm_loadu_si128((const __m128i *)(input));
275 in[1]= _mm_loadu_si128((const __m128i *)(input + 8));
540 void vp9_idct8x8_64_add_sse2(const int16_t *input, uint8_t *dest, int stride) { argument
559 // Load input dat
609 vp9_idct8x8_1_add_sse2(const int16_t *input, uint8_t *dest, int stride) argument
931 vp9_iht8x8_64_add_sse2(const int16_t *input, uint8_t *dest, int stride, int tx_type) argument
998 vp9_idct8x8_10_add_sse2(const int16_t *input, uint8_t *dest, int stride) argument
1375 vp9_idct16x16_256_add_sse2(const int16_t *input, uint8_t *dest, int stride) argument
1544 vp9_idct16x16_1_add_sse2(const int16_t *input, uint8_t *dest, int stride) argument
2419 load_buffer_8x16(const int16_t *input, __m128i *in) argument
2495 vp9_iht16x16_256_add_sse2(const int16_t *input, uint8_t *dest, int stride, int tx_type) argument
2530 vp9_idct16x16_10_add_sse2(const int16_t *input, uint8_t *dest, int stride) argument
3451 vp9_idct32x32_34_add_sse2(const int16_t *input, uint8_t *dest, int stride) argument
3736 vp9_idct32x32_1024_add_sse2(const int16_t *input, uint8_t *dest, int stride) argument
4112 vp9_idct32x32_1_add_sse2(const int16_t *input, uint8_t *dest, int stride) argument
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/arm/neon/
H A Dvp9_iht8x8_add_neon.asm130 ; input[1] * cospi_28_64
134 ; input[5] * cospi_12_64
138 ; input[1]*cospi_28_64-input[7]*cospi_4_64
142 ; input[5] * cospi_12_64 - input[3] * cospi_20_64
154 ; input[1] * cospi_4_64
158 ; input[5] * cospi_20_64
162 ; input[1]*cospi_4_64+input[
[all...]
H A Dvp9_idct32x32_1_add_neon.asm67 ;void vp9_idct32x32_1_add_neon(int16_t *input, uint8_t *dest,
70 ; r0 int16_t input
84 ; out = dct_const_round_shift(input[0] * cospi_16_64)
85 mul r0, r0, r12 ; input[0] * cospi_16_64
/hardware/invensense/6515/libsensors_iio/software/core/mllite/
H A Dml_math_func.c609 * @param[in] input Input vector, length 3
612 void inv_convert_to_body(unsigned short orientation, const long *input, long *output) argument
614 output[0] = input[orientation & 0x03] * SIGNSET(orientation & 0x004);
615 output[1] = input[(orientation>>3) & 0x03] * SIGNSET(orientation & 0x020);
616 output[2] = input[(orientation>>6) & 0x03] * SIGNSET(orientation & 0x100);
621 * @param[in] input Input vector, length 3
624 void inv_convert_to_chip(unsigned short orientation, const long *input, long *output) argument
626 output[orientation & 0x03] = input[0] * SIGNSET(orientation & 0x004);
627 output[(orientation>>3) & 0x03] = input[1] * SIGNSET(orientation & 0x020);
628 output[(orientation>>6) & 0x03] = input[
639 inv_convert_to_body_with_scale(unsigned short orientation, long sensitivity, const long *input, long *output) argument
672 inv_calc_state_to_match_output(inv_biquad_filter_t *pFilter, float input) argument
680 inv_biquad_filter_process(inv_biquad_filter_t *pFilter, float input) argument
[all...]
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/
H A Dml_math_func.c609 * @param[in] input Input vector, length 3
612 void inv_convert_to_body(unsigned short orientation, const long *input, long *output) argument
614 output[0] = input[orientation & 0x03] * SIGNSET(orientation & 0x004);
615 output[1] = input[(orientation>>3) & 0x03] * SIGNSET(orientation & 0x020);
616 output[2] = input[(orientation>>6) & 0x03] * SIGNSET(orientation & 0x100);
621 * @param[in] input Input vector, length 3
624 void inv_convert_to_chip(unsigned short orientation, const long *input, long *output) argument
626 output[orientation & 0x03] = input[0] * SIGNSET(orientation & 0x004);
627 output[(orientation>>3) & 0x03] = input[1] * SIGNSET(orientation & 0x020);
628 output[(orientation>>6) & 0x03] = input[
639 inv_convert_to_body_with_scale(unsigned short orientation, long sensitivity, const long *input, long *output) argument
672 inv_calc_state_to_match_output(inv_biquad_filter_t *pFilter, float input) argument
680 inv_biquad_filter_process(inv_biquad_filter_t *pFilter, float input) argument
[all...]
/hardware/qcom/camera/QCamera2/stack/mm-jpeg-interface/test/
H A Dmm_jpegdec_test.c86 buffer_t input; member in struct:__anon2679
191 LOGE("input file size is %zu",
194 p_obj->input.size = file_size;
197 rc = mm_jpegdec_test_alloc(&p_obj->input, p_obj->use_ion);
203 fread(p_obj->input.addr, 1, p_obj->input.size, fp);
290 p_params->src_main_buf[0].buf_size = p_obj->input.size;
291 p_params->src_main_buf[0].buf_vaddr = p_obj->input.addr;
292 p_params->src_main_buf[0].fd = p_obj->input.p_pmem_fd;
323 fprintf(stderr, " -I FILE\t\tPath to the input fil
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ppc/
H A Dsystemdependent.c64 extern void short_idct4x4llm_ppc(short *input, short *output, int pitch);
84 extern void vp8_short_idct4x4llm_1_c(short *input, short *output, int pitch);
85 extern void vp8_short_idct4x4llm_c(short *input, short *output, int pitch);
H A Dcopy_altivec.asm19 ;# Make the assumption that input will not be aligned,
21 ;# for the input, but only one store for the output.
/hardware/qcom/camera/QCamera2/HAL3/
H A DQCamera3PostProc.h84 mm_camera_super_buf_t *input; member in struct:qcamera::__anon2246
124 int32_t processData(mm_camera_super_buf_t *input,
126 int32_t processData(mm_camera_super_buf_t *input);
176 QCameraQueue m_inputPPQ; // input queue for postproc
177 QCameraQueue m_inputFWKPPQ; // framework input queue for postproc
179 QCameraQueue m_inputJpegQ; // input jpeg job queue
181 QCameraQueue m_inputRawQ; // input raw job queue
182 QCameraQueue m_inputMetaQ; // input meta queue
183 QCameraQueue m_jpegSettingsQ; // input jpeg setting queue
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/mips/dspr2/
H A Didctllm_dspr2.c42 void vp8_short_idct4x4llm_dspr2(short *input, unsigned char *pred_ptr, argument
49 short *ip = input;
229 * input and output memory are four byte aligned
256 * input and output memory are four byte aligned
281 void vp8_short_inv_walsh4x4_dspr2(short *input, short *mb_dqcoeff) argument
287 short *ip = input;
340 void vp8_short_inv_walsh4x4_1_dspr2(short *input, short *mb_dqcoeff) argument
344 a1 = ((input[0] + 3) >> 3);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/generic/
H A Dvp8_rtcd.h31 void vp8_dequant_idct_add_c(short *input, short *dq, unsigned char *output, int stride);
64 void vp8_short_idct4x4llm_c(short *input, unsigned char *pred, int pitch, unsigned char *dst, int dst_stride);
67 void vp8_short_inv_walsh4x4_1_c(short *input, short *output);
70 void vp8_short_inv_walsh4x4_c(short *input, short *output);
73 void vp8_dc_only_idct_add_c(short input, unsigned char *pred, int pred_stride, unsigned char *dst, int dst_stride);
229 void vp8_short_fdct4x4_c(short *input, short *output, int pitch);
232 void vp8_short_fdct8x4_c(short *input, short *output, int pitch);
235 void vp8_short_walsh4x4_c(short *input, short *output, int pitch);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips/
H A Dvp8_rtcd.h31 void vp8_dequant_idct_add_c(short *input, short *dq, unsigned char *output, int stride);
64 void vp8_short_idct4x4llm_c(short *input, unsigned char *pred, int pitch, unsigned char *dst, int dst_stride);
67 void vp8_short_inv_walsh4x4_1_c(short *input, short *output);
70 void vp8_short_inv_walsh4x4_c(short *input, short *output);
73 void vp8_dc_only_idct_add_c(short input, unsigned char *pred, int pred_stride, unsigned char *dst, int dst_stride);
229 void vp8_short_fdct4x4_c(short *input, short *output, int pitch);
232 void vp8_short_fdct8x4_c(short *input, short *output, int pitch);
235 void vp8_short_walsh4x4_c(short *input, short *output, int pitch);
/hardware/libhardware/include/hardware/
H A Dkeymaster2.h354 * calls to update(), but only until input data has been provided.
356 * \param[in] input Data to be processed, per the parameters established in the call to begin().
379 const keymaster_blob_t* input, size_t* input_consumed,
391 * to specify KM_TAG_ADDITIONAL_DATA, but only if no input data was provided to update().
393 * \param[in] input Data to be processed, per the parameters established in the call to
408 const keymaster_blob_t* input, const keymaster_blob_t* signature,
/hardware/libhardware/modules/input/evdev/
H A DSwitchInputMapper.cpp23 #include <linux/input.h>
24 #include <hardware/input.h>
56 static_assert(SW_CNT <= 32, "More than 32 switches defined in linux/input.h");
/hardware/libhardware/tests/input/evdev/
H A DAndroid.mk4 LOCAL_C_INCLUDES += hardware/libhardware/modules/input/evdev
/hardware/intel/common/utils/ISV/base/
H A Disv_processor.cpp146 ALOGE("%s: no enough input or output buffer which need to be sync", __func__);
179 ALOGE("%s: input buffer queue is empty. no buffer need to be sync", __func__);
214 "%s: fetch buffer %" PRIuPTR " from input buffer queue for fill to "
281 //fetch a input buffer for processing
288 ALOGE("%s: failed to get input buffer for processing.", __func__);
329 // set output buffer timestamp as the same as input
507 void ISVProcessor::addInput(OMX_BUFFERHEADERTYPE* input) argument
510 mpOwner->releaseBuffer(kPortIndexInput, input, true);
516 mpOwner->releaseBuffer(kPortIndexOutput, input, false);
520 if (input
[all...]
/hardware/akm/AK8975_FS/libsensors/
H A DInputEventReader.cpp26 #include <linux/input.h>
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
H A Didct_blk.c15 void vp8_dequant_idct_add_c(short *input, short *dq,

Completed in 1813 milliseconds

12345678910