Searched refs:t0 (Results 1 - 21 of 21) sorted by relevance

/hardware/qcom/audio/hal/audio_extn/
H A Dspkr_protection.c249 cal_data.cal_type.cal_info.t0[SP_V2_SPKR_1] = protCfg->t0[SP_V2_SPKR_1];
250 cal_data.cal_type.cal_info.t0[SP_V2_SPKR_2] = protCfg->t0[SP_V2_SPKR_2];
296 static int spkr_calibrate(int t0) argument
323 protCfg.t0[SP_V2_SPKR_1] = t0;
324 protCfg.t0[SP_V2_SPKR_2] = t0;
448 fwrite(&protCfg.t0[
525 int t0; local
[all...]
/hardware/qcom/audio/msm8909/hal/audio_extn/
H A Dspkr_protection.c259 cal_data.cal_type.cal_info.t0[SP_V2_SPKR_1] = protCfg->t0[SP_V2_SPKR_1];
260 cal_data.cal_type.cal_info.t0[SP_V2_SPKR_2] = protCfg->t0[SP_V2_SPKR_2];
305 static int spkr_calibrate(int t0) argument
332 protCfg.t0[SP_V2_SPKR_1] = t0;
333 protCfg.t0[SP_V2_SPKR_2] = t0;
456 fwrite(&protCfg.t0[
532 int t0; local
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Dencodemb.c250 int t0; local
307 t0 = (vp8_dct_value_tokens_ptr + x)->Token;
312 pt = vp8_prev_token_class[t0];
333 tokens[i][0].token = t0;
358 t0 = tokens[next][0].token == DCT_EOB_TOKEN ?
365 t0=t1 = (vp8_dct_value_tokens_ptr + x)->Token;
370 if(t0!=DCT_EOB_TOKEN)
372 pt = vp8_prev_token_class[t0];
403 tokens[i][1].token =best?t1:t0;
415 t0
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_encodemb.c124 int rate0, rate1, error0, error1, t0, t1; local
170 t0 = (vp9_dct_value_tokens_ptr + x)->token;
174 pt = trellis_get_coeff_context(scan, nb, i, t0, token_cache);
191 tokens[i][0].token = t0;
216 t0 = tokens[next][0].token == EOB_TOKEN ? EOB_TOKEN : ZERO_TOKEN;
219 t0 = t1 = (vp9_dct_value_tokens_ptr + x)->token;
223 if (t0 != EOB_TOKEN) {
224 pt = trellis_get_coeff_context(scan, nb, i, t0, token_cache);
247 tokens[i][1].token = best ? t1 : t0;
257 t0
[all...]
H A Dvp9_dct.c193 /*needs32*/ int t0, t1, t2, t3; local
211 t0 = (x0 + x1) * cospi_16_64;
215 output[0] = fdct_round_shift(t0);
221 t0 = (s6 - s5) * cospi_16_64;
223 t2 = fdct_round_shift(t0);
233 t0 = x0 * cospi_28_64 + x3 * cospi_4_64;
237 output[1] = fdct_round_shift(t0);
251 /*needs32*/ int t0, t1, t2, t3; local
271 t0 = (x0 + x1) * cospi_16_64;
275 output[0 * 8] = fdct_round_shift(t0);
377 /*needs32*/ int t0, t1, t2, t3; local
686 /*needs32*/ int t0, t1, t2, t3; local
[all...]
/hardware/qcom/msm8x84/kernel-headers/linux/
H A Dmsm_audio_acdb.h86 int t0; member in struct:msm_spk_prot_cfg
/hardware/qcom/msm8x84/original-kernel-headers/linux/
H A Dmsm_audio_acdb.h98 int t0; member in struct:msm_spk_prot_cfg
/hardware/ti/omap4-aah/security/tee_client_api/
H A Dschannel6_protocol.h85 #define SCX_MAKE_PARAM_TYPES(t0, t1, t2, t3) ((t0) | ((t1) << 4) | ((t2) << 8) | ((t3) << 12))
/hardware/ti/omap4xxx/security/tee_client_api/
H A Dschannel6_protocol.h94 #define SCX_MAKE_PARAM_TYPES(t0, t1, t2, t3) ((t0) | ((t1) << 4) | ((t2) << 8) | ((t3) << 12))
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/
H A Dloopfilter_mmx.asm36 %define t0 [rsp + 0] ;__declspec(align(16)) char t0[8];
73 movq t0, mm4 ; save to t0
136 movq mm4, t0 ; get abs (q1 - q0)
248 %define t0 [rsp + 0] ;__declspec(align(16)) char t0[8];
379 movq t0, mm5 ; save abs(p1-p0)
430 movq mm4, t0 ; get abs (q1 - q0)
618 %define t0 [rs
[all...]
H A Dloopfilter_sse2.asm73 movdqa [rsp+_t0], xmm5 ; save to t0
1390 %define t0 [rsp + 0] ;__declspec(align(16)) char t0[16];
1492 movdqa t0, xmm0
1535 movdqa xmm0, t0 ; p1
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/x86/
H A Dvp9_loopfilter_mmx.asm36 %define t0 [rsp + 0] ;__declspec(align(16)) char t0[8];
73 movq t0, mm4 ; save to t0
136 movq mm4, t0 ; get abs (q1 - q0)
248 %define t0 [rsp + 0] ;__declspec(align(16)) char t0[8];
379 movq t0, mm5 ; save abs(p1-p0)
430 movq mm4, t0 ; get abs (q1 - q0)
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/
H A Dvp9_dct_sse2.c118 const __m128i t0 = _mm_add_epi16(r2, r3); local
120 // t0 = [a0 a4 a1 a5 a3 a7 a2 a6]
129 const __m128i u0 = _mm_madd_epi16(t0, k__cospi_A);
130 const __m128i u2 = _mm_madd_epi16(t0, k__cospi_B);
159 const __m128i t0 = _mm_add_epi16(in0, in1); local
161 // t0 = [c0 c1 c8 c9 c4 c5 cC cD]
170 const __m128i u0 = _mm_madd_epi16(t0, k__cospi_E);
171 const __m128i u1 = _mm_madd_epi16(t0, k__cospi_F);
438 const __m128i t0 = _mm_unpacklo_epi16(r0, r1); local
442 const __m128i u0 = _mm_madd_epi16(t0, k__cospi_p16_p1
500 const __m128i t0 = _mm_unpacklo_epi16(x0, x3); local
1350 const __m128i t0 = _mm_unpacklo_epi16(r0, r1); local
1414 const __m128i t0 = _mm_unpacklo_epi16(x0, x3); local
1454 const __m128i t0 = _mm_unpacklo_epi16(step1_5, step1_2); local
1476 const __m128i t0 = _mm_unpacklo_epi16(step1_5, step1_2); local
1510 const __m128i t0 = _mm_unpacklo_epi16(step3_1, step3_6); local
1532 const __m128i t0 = _mm_unpacklo_epi16(step3_1, step3_6); local
1566 const __m128i t0 = _mm_unpacklo_epi16(step1_0, step1_7); local
1588 const __m128i t0 = _mm_unpacklo_epi16(step1_2, step1_5); local
1610 const __m128i t0 = _mm_unpacklo_epi16(step1_2, step1_5); local
1632 const __m128i t0 = _mm_unpacklo_epi16(step1_0, step1_7); local
[all...]
H A Dvp9_dct_avx2.c69 const __m128i t0 = _mm_unpacklo_epi16(r0, r1); local
71 const __m128i u0 = _mm_madd_epi16(t0, k__cospi_p16_p16);
72 const __m128i u2 = _mm_madd_epi16(t0, k__cospi_p16_m16);
337 const __m128i t0 = _mm_unpacklo_epi16(r0, r1); local
341 const __m128i u0 = _mm_madd_epi16(t0, k__cospi_p16_p16);
343 const __m128i u2 = _mm_madd_epi16(t0, k__cospi_p16_m16);
399 const __m128i t0 = _mm_unpacklo_epi16(x0, x3); local
403 const __m128i u0 = _mm_madd_epi16(t0, k__cospi_p28_p04);
405 const __m128i u2 = _mm_madd_epi16(t0, k__cospi_m04_p28);
1249 const __m128i t0 local
1313 const __m128i t0 = _mm_unpacklo_epi16(x0, x3); local
1353 const __m128i t0 = _mm_unpacklo_epi16(step1_5, step1_2); local
1375 const __m128i t0 = _mm_unpacklo_epi16(step1_5, step1_2); local
1409 const __m128i t0 = _mm_unpacklo_epi16(step3_1, step3_6); local
1431 const __m128i t0 = _mm_unpacklo_epi16(step3_1, step3_6); local
1465 const __m128i t0 = _mm_unpacklo_epi16(step1_0, step1_7); local
1487 const __m128i t0 = _mm_unpacklo_epi16(step1_2, step1_5); local
1509 const __m128i t0 = _mm_unpacklo_epi16(step1_2, step1_5); local
1531 const __m128i t0 = _mm_unpacklo_epi16(step1_0, step1_7); local
[all...]
/hardware/invensense/6515/libsensors_iio/software/simple_apps/stress_iio/
H A Dstress_iio.c718 unsigned long long t0, t1; local
751 t0 = (unsigned long long)ts_1.tv_sec * 1000000000 + ts_1.tv_nsec;
756 //printf("diff=%lld, a_count=%d, sq_count=%d\n", (t1-t0), g_count, sq_count);
759 t0 = t1;
/hardware/qcom/msm8994/kernel-headers/linux/
H A Dmsm_audio_calibration.h264 int32_t t0[SP_V2_NUM_MAX_SPKRS]; member in struct:audio_cal_info_spk_prot_cfg
/hardware/qcom/msm8994/original-kernel-headers/linux/
H A Dmsm_audio_calibration.h281 int32_t t0[SP_V2_NUM_MAX_SPKRS]; member in struct:audio_cal_info_spk_prot_cfg
/hardware/qcom/msm8x26/kernel-headers/linux/
H A Dmsm_audio_calibration.h242 int32_t t0; member in struct:audio_cal_info_spk_prot_cfg
/hardware/qcom/msm8x26/original-kernel-headers/linux/
H A Dmsm_audio_calibration.h261 int32_t t0; member in struct:audio_cal_info_spk_prot_cfg
/hardware/qcom/msm8996/kernel-headers/linux/
H A Dmsm_audio_calibration.h274 int32_t t0[SP_V2_NUM_MAX_SPKRS]; member in struct:audio_cal_info_spk_prot_cfg
/hardware/qcom/msm8996/original-kernel-headers/linux/
H A Dmsm_audio_calibration.h291 int32_t t0[SP_V2_NUM_MAX_SPKRS]; member in struct:audio_cal_info_spk_prot_cfg

Completed in 1317 milliseconds