Searched refs:temp1 (Results 1 - 25 of 28) sorted by relevance

12

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
H A Ddct16x16_test.cc86 double temp1, temp2; local
116 temp1 = step[ 8] * C7;
118 output[ 8] = temp1 + temp2;
120 temp1 = step[ 9] * C11;
122 output[ 9] = temp1 - temp2;
124 temp1 = step[10] * C3;
126 output[10] = temp1 + temp2;
128 temp1 = step[11] * C15;
130 output[11] = temp1 - temp2;
132 temp1
[all...]
H A Dvp8_fdct4x4_test.cc36 const int temp1 = (ip[4] * sinpi8sqrt2) >> 16; local
38 const int c1 = temp1 - temp2;
54 const int temp1 = (ip[1] * sinpi8sqrt2) >> 16; local
56 const int c1 = temp1 - temp2;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
H A Dvp9_idct.c101 int temp1, temp2; local
103 temp1 = (input[0] + input[2]) * cospi_16_64;
105 step[0] = dct_const_round_shift(temp1);
107 temp1 = input[1] * cospi_24_64 - input[3] * cospi_8_64;
109 step[2] = dct_const_round_shift(temp1);
161 int temp1, temp2; local
167 temp1 = input[1] * cospi_28_64 - input[7] * cospi_4_64;
169 step1[4] = dct_const_round_shift(temp1);
171 temp1 = input[5] * cospi_12_64 - input[3] * cospi_20_64;
173 step1[5] = dct_const_round_shift(temp1);
451 int temp1, temp2; local
882 int temp1, temp2; local
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
H A Didctllm.c38 int temp1, temp2; local
46 temp1 = (ip[4] * sinpi8sqrt2) >> 16;
48 c1 = temp1 - temp2;
50 temp1 = ip[4] + ((ip[4] * cospi8sqrt2minus1) >> 16);
52 d1 = temp1 + temp2;
72 temp1 = (ip[1] * sinpi8sqrt2) >> 16;
74 c1 = temp1 - temp2;
76 temp1 = ip[1] + ((ip[1] * cospi8sqrt2minus1) >> 16);
78 d1 = temp1 + temp2;
H A Dfilter.c415 unsigned char temp1[16];
418 bilinear_predict4x4_mmx(src_ptr, src_pixels_per_line, xoffset, yoffset, temp1, 4);
423 if (temp1[i] != temp2[i])
425 bilinear_predict4x4_mmx(src_ptr, src_pixels_per_line, xoffset, yoffset, temp1, 4);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/mips/dspr2/
H A Dvp9_itrans32_cols_dspr2.c37 int temp0, temp1, temp2, temp3; local
85 "extp %[temp1], $ac2, 31 \n\t"
97 "sub %[load2], %[temp0], %[temp1] \n\t"
106 "add %[step1_16], %[temp0], %[temp1] \n\t"
110 [load4] "=&r" (load4), [temp0] "=&r" (temp0), [temp1] "=&r" (temp1),
146 "extp %[temp1], $ac2, 31 \n\t"
157 "sub %[load1], %[temp1], %[temp0] \n\t"
167 "add %[step1_19], %[temp0], %[temp1] \n\t"
171 [load4] "=&r" (load4), [temp0] "=&r" (temp0), [temp1] "
[all...]
H A Dvp9_itrans32_dspr2.c38 int temp0, temp1, temp2, temp3; local
128 "extp %[temp1], $ac2, 31 \n\t"
140 "sub %[load2], %[temp0], %[temp1] \n\t"
149 "add %[step1_16], %[temp0], %[temp1] \n\t"
154 [temp0] "=&r" (temp0), [temp1] "=&r" (temp1),
190 "extp %[temp1], $ac2, 31 \n\t"
201 "sub %[load1], %[temp1], %[temp0] \n\t"
211 "add %[step1_19], %[temp0], %[temp1] \n\t"
216 [temp0] "=&r" (temp0), [temp1] "
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/mips/dspr2/
H A Didctllm_dspr2.c51 int temp1, temp2; local
65 temp1 = (ip[4] * sinpi8sqrt2) >> 16;
67 c1 = temp1 - temp2;
69 temp1 = ip[4] + ((ip[4] * cospi8sqrt2minus1) >> 16);
71 d1 = temp1 + temp2;
97 temp1 = (ip[6] * sinpi8sqrt2) >> 16;
99 c1 = temp1 - temp2;
101 temp1 = ip[6] + ((ip[6] * cospi8sqrt2minus1) >> 16);
103 d1 = temp1 + temp2;
135 temp1
[all...]
/hardware/samsung_slsi/exynos5/libswconverter/
H A Dcsc_tiled_to_linear_uv_deinterleave_neon.s69 @r12 temp1
87 mov r12, r3, asr #1 @ temp1 = (width >> 1) * i + (j >> 1)
94 add r7, r0, r12 @ dst_offset = u_dst + temp1
109 add r7, r1, r12 @ dst_offset = v_dst + temp1
130 mov r12, r3, asr #1 @ temp1 = (width >> 1) * i + (j >> 1)
133 add r7, r0, r12 @ r7 = u_dst + temp1
134 add r12, r1, r12 @ r12 = v_dst + temp1
177 mov r12, r3, asr #1 @ temp1 = (width >> 1) * i + (j >> 1)
180 add r7, r0, r12 @ r7 = u_dst + temp1
181 add r12, r1, r12 @ r12 = v_dst + temp1
[all...]
H A Dcsc_tiled_to_linear_uv_neon.s66 @r12 temp1
86 mul r12, r2, r5 @ temp1 = width * i + j;
91 add r7, r0, r12 @ dst_offset = y_dst + temp1
114 mul r12, r2, r5 @ temp1 = width * i + j;
116 add r7, r0, r12 @ r7 = y_dst + temp1
155 mul r12, r2, r5 @ temp1 = width * i + j;
157 add r7, r0, r12 @ r7 = y_dst + temp1
182 mul r12, r2, r5 @ temp1 = width * i + j;
184 add r7, r0, r12 @ r7 = y_dst + temp1
H A Dcsc_tiled_to_linear_y_neon.s67 @r12 temp1
91 mul r12, r2, r5 @ temp1 = width * i + j;
96 add r7, r0, r12 @ dst_offset = y_dst + temp1
129 mul r12, r2, r5 @ temp1 = width * i + j;
131 add r7, r0, r12 @ r7 = y_dst + temp1
170 mul r12, r2, r5 @ temp1 = width * i + j;
172 add r7, r0, r12 @ r7 = y_dst + temp1
197 mul r12, r2, r5 @ temp1 = width * i + j;
199 add r7, r0, r12 @ r7 = y_dst + temp1
H A Dcsc_interleave_memcpy_neon.s58 @r8 temp1
H A Dcsc_ARGB8888_to_YUV420SP_NEON.s21 @r12 temp1, nHeight
34 @q0: temp1, R
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/arm/neon/
H A Dvp9_idct32x32_add_neon.asm461 ;temp1 = input[1 * 32] * cospi_31_64 - input[31 * 32] * cospi_1_64;
463 ;step1b[16][i] = dct_const_round_shift(temp1);
469 ;temp1 = input[17 * 32] * cospi_15_64 - input[15 * 32] * cospi_17_64;
471 ;step1b[17][i] = dct_const_round_shift(temp1);
487 ;temp1 = step1b[30][i] * cospi_28_64 - step1b[17][i] * cospi_4_64;
489 ;step3[17] = dct_const_round_shift(temp1);
496 ;temp1 = input[9 * 32] * cospi_23_64 - input[23 * 32] * cospi_9_64;
498 ;step1b[18][i] = dct_const_round_shift(temp1);
504 ;temp1 = input[25 * 32] * cospi_7_64 - input[7 * 32] * cospi_25_64;
506 ;step1b[19][i] = dct_const_round_shift(temp1);
[all...]
H A Dvp9_idct16x16_add_neon.asm95 ; temp1 = step2[4] * cospi_28_64 - step2[7] * cospi_4_64
106 ; dct_const_round_shift(temp1)
131 ; temp1 = input[5] * cospi_12_64 - input[3] * cospi_20_64
139 ; dct_const_round_shift(temp1)
165 ; temp1 = (step1[0] + step1[1]) * cospi_16_64
173 ; dct_const_round_shift(temp1)
194 ; temp1 = input[1] * cospi_24_64 - input[3] * cospi_8_64
202 ; dct_const_round_shift(temp1)
231 ; temp1 = (step2[6] - step2[5]) * cospi_16_64
239 ; dct_const_round_shift(temp1)
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_dct.c29 int temp1, temp2; local
36 temp1 = (step[0] + step[1]) * cospi_16_64;
38 output[0] = fdct_round_shift(temp1);
40 temp1 = step[2] * cospi_24_64 + step[3] * cospi_8_64;
42 output[1] = fdct_round_shift(temp1);
62 /*needs32*/ int temp1, temp2; local
85 temp1 = (step[0] + step[1]) * cospi_16_64;
87 out[0] = fdct_round_shift(temp1);
89 temp1 = step[2] * cospi_24_64 + step[3] * cospi_8_64;
91 out[1] = fdct_round_shift(temp1);
332 /*needs32*/ int temp1, temp2; local
662 /*needs32*/ int temp1, temp2; local
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/neon/
H A Didct_dequant_full_2x_neon.asm57 ; q6: 4 * sinpi : c1/temp1
80 ; q4: 4 + 4 * cospi : d1/temp1
85 ; c1 = temp1 - temp2
86 ; d1 = temp1 + temp2
110 ; q8: 1 * sinpi : c1/temp1
126 ; q10: 1 + 1 * cospi : d1/temp1
131 ; q8: c1 = temp1 - temp2
132 ; q9: d1 = temp1 + temp2
H A Dshortidct4x4llm_neon.asm59 ;d6 - c1:temp1
61 ;d8 - d1:temp1
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/armv6/
H A Didct_v6.asm99 pkhbt r8, r10, r8, lsl #16 ; 1s | 5s = temp1
115 pkhbt r11, r14, r11, lsl #16 ; 3s | 7s = temp1
/hardware/qcom/media/mm-video-legacy/vidc/vdec/test/
H A Ddecoder_driver_test.c74 int temp1 =0,temp2 =0; local
133 temp1 = atoi(argv[3]);
136 if (((temp1%16) != 0) || ((temp2%16) != 0))
142 decoder_context->video_resoultion.frame_height = temp1;
/hardware/qcom/media/mm-video-legacy/vidc/venc/test/
H A Dvideo_encoder_test.c73 int temp1 =0,temp2 =0; local
139 temp1 = atoi(argv[3]);
142 if (((temp1%16) != 0) || ((temp2%16) != 0))
148 encoder_context->input_width = temp1;
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/test/
H A Ddecoder_driver_test.c74 int temp1 =0,temp2 =0; local
132 temp1 = atoi(argv[3]);
135 if (((temp1%16) != 0) || ((temp2%16) != 0)) {
138 decoder_context->video_resoultion.frame_height = temp1;
/hardware/qcom/audio/legacy/libalsa-intf/
H A Dalsa_ucm.c3883 struct snd_ucm_ident_node *temp1, *temp2; local
3894 temp1 = *head;
3895 temp2 = temp1->next;
3898 temp1->next = temp2->next;
3902 temp1 = temp1->next;
3903 temp2 = temp1->next;
/hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
H A Domx_vdec.cpp1568 int temp1[2]; local
1571 if (pipe (temp1))
1578 fds[0] = temp1 [0];
1579 fds[1] = temp1 [1];
H A Domx_vdec_copper.cpp1501 int temp1[2]; local
1504 if (pipe (temp1))
1511 fds[0] = temp1 [0];
1512 fds[1] = temp1 [1];

Completed in 406 milliseconds

12