/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/ |
D | dct16x16_test.cc | 86 double temp1, temp2; in butterfly_16x16_dct_1d() local 116 temp1 = step[ 8] * C7; in butterfly_16x16_dct_1d() 118 output[ 8] = temp1 + temp2; in butterfly_16x16_dct_1d() 120 temp1 = step[ 9] * C11; in butterfly_16x16_dct_1d() 122 output[ 9] = temp1 - temp2; in butterfly_16x16_dct_1d() 124 temp1 = step[10] * C3; in butterfly_16x16_dct_1d() 126 output[10] = temp1 + temp2; in butterfly_16x16_dct_1d() 128 temp1 = step[11] * C15; in butterfly_16x16_dct_1d() 130 output[11] = temp1 - temp2; in butterfly_16x16_dct_1d() 132 temp1 = step[11] * C1; in butterfly_16x16_dct_1d() [all …]
|
D | vp8_fdct4x4_test.cc | 36 const int temp1 = (ip[4] * sinpi8sqrt2) >> 16; in reference_idct4x4() local 38 const int c1 = temp1 - temp2; in reference_idct4x4() 54 const int temp1 = (ip[1] * sinpi8sqrt2) >> 16; in reference_idct4x4() local 56 const int c1 = temp1 - temp2; in reference_idct4x4()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
D | vp9_idct.c | 101 int temp1, temp2; in idct4() local 103 temp1 = (input[0] + input[2]) * cospi_16_64; in idct4() 105 step[0] = dct_const_round_shift(temp1); in idct4() 107 temp1 = input[1] * cospi_24_64 - input[3] * cospi_8_64; in idct4() 109 step[2] = dct_const_round_shift(temp1); in idct4() 161 int temp1, temp2; in idct8() local 167 temp1 = input[1] * cospi_28_64 - input[7] * cospi_4_64; in idct8() 169 step1[4] = dct_const_round_shift(temp1); in idct8() 171 temp1 = input[5] * cospi_12_64 - input[3] * cospi_20_64; in idct8() 173 step1[5] = dct_const_round_shift(temp1); in idct8() [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/mips/dspr2/ |
D | vp9_itrans32_cols_dspr2.c | 37 int temp0, temp1, temp2, temp3; in vp9_idct32_cols_add_blk_dspr2() local 110 [load4] "=&r" (load4), [temp0] "=&r" (temp0), [temp1] "=&r" (temp1), in vp9_idct32_cols_add_blk_dspr2() 171 [load4] "=&r" (load4), [temp0] "=&r" (temp0), [temp1] "=&r" (temp1), in vp9_idct32_cols_add_blk_dspr2() 232 [load4] "=&r" (load4), [temp0] "=&r" (temp0), [temp1] "=&r" (temp1), in vp9_idct32_cols_add_blk_dspr2() 289 [load4] "=&r" (load4), [temp0] "=&r" (temp0), [temp1] "=&r" (temp1), in vp9_idct32_cols_add_blk_dspr2() 346 [load4] "=&r" (load4), [temp0] "=&r" (temp0), [temp1] "=&r" (temp1), in vp9_idct32_cols_add_blk_dspr2() 403 [load4] "=&r" (load4), [temp0] "=&r" (temp0), [temp1] "=&r" (temp1), in vp9_idct32_cols_add_blk_dspr2() 448 : [temp0] "=&r" (temp0), [temp1] "=&r" (temp1), in vp9_idct32_cols_add_blk_dspr2() 599 [temp0] "=&r" (temp0), [temp1] "=&r" (temp1), in vp9_idct32_cols_add_blk_dspr2() 659 [temp0] "=&r" (temp0), [temp1] "=&r" (temp1), in vp9_idct32_cols_add_blk_dspr2() [all …]
|
D | vp9_itrans32_dspr2.c | 38 int temp0, temp1, temp2, temp3; in idct32_rows_dspr2() local 154 [temp0] "=&r" (temp0), [temp1] "=&r" (temp1), in idct32_rows_dspr2() 216 [temp0] "=&r" (temp0), [temp1] "=&r" (temp1), in idct32_rows_dspr2() 278 [temp0] "=&r" (temp0), [temp1] "=&r" (temp1), in idct32_rows_dspr2() 340 [temp0] "=&r" (temp0), [temp1] "=&r" (temp1), in idct32_rows_dspr2() 402 [temp0] "=&r" (temp0), [temp1] "=&r" (temp1), in idct32_rows_dspr2() 464 [temp0] "=&r" (temp0), [temp1] "=&r" (temp1), in idct32_rows_dspr2() 513 : [temp0] "=&r" (temp0), [temp1] "=&r" (temp1), in idct32_rows_dspr2() 667 [temp0] "=&r" (temp0), [temp1] "=&r" (temp1), in idct32_rows_dspr2() 732 [temp0] "=&r" (temp0), [temp1] "=&r" (temp1), in idct32_rows_dspr2()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/mips/dspr2/ |
D | idctllm_dspr2.c | 51 int temp1, temp2; in vp8_short_idct4x4llm_dspr2() local 65 temp1 = (ip[4] * sinpi8sqrt2) >> 16; in vp8_short_idct4x4llm_dspr2() 67 c1 = temp1 - temp2; in vp8_short_idct4x4llm_dspr2() 69 temp1 = ip[4] + ((ip[4] * cospi8sqrt2minus1) >> 16); in vp8_short_idct4x4llm_dspr2() 71 d1 = temp1 + temp2; in vp8_short_idct4x4llm_dspr2() 97 temp1 = (ip[6] * sinpi8sqrt2) >> 16; in vp8_short_idct4x4llm_dspr2() 99 c1 = temp1 - temp2; in vp8_short_idct4x4llm_dspr2() 101 temp1 = ip[6] + ((ip[6] * cospi8sqrt2minus1) >> 16); in vp8_short_idct4x4llm_dspr2() 103 d1 = temp1 + temp2; in vp8_short_idct4x4llm_dspr2() 135 temp1 = (ip[1] * sinpi8sqrt2) >> 16; in vp8_short_idct4x4llm_dspr2() [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ |
D | idctllm.c | 38 int temp1, temp2; in vp8_short_idct4x4llm_c() local 46 temp1 = (ip[4] * sinpi8sqrt2) >> 16; in vp8_short_idct4x4llm_c() 48 c1 = temp1 - temp2; in vp8_short_idct4x4llm_c() 50 temp1 = ip[4] + ((ip[4] * cospi8sqrt2minus1) >> 16); in vp8_short_idct4x4llm_c() 52 d1 = temp1 + temp2; in vp8_short_idct4x4llm_c() 72 temp1 = (ip[1] * sinpi8sqrt2) >> 16; in vp8_short_idct4x4llm_c() 74 c1 = temp1 - temp2; in vp8_short_idct4x4llm_c() 76 temp1 = ip[1] + ((ip[1] * cospi8sqrt2minus1) >> 16); in vp8_short_idct4x4llm_c() 78 d1 = temp1 + temp2; in vp8_short_idct4x4llm_c()
|
D | filter.c | 415 unsigned char temp1[16]; in vp8_bilinear_predict4x4_c() 418 bilinear_predict4x4_mmx(src_ptr, src_pixels_per_line, xoffset, yoffset, temp1, 4); in vp8_bilinear_predict4x4_c() 423 if (temp1[i] != temp2[i]) in vp8_bilinear_predict4x4_c() 425 bilinear_predict4x4_mmx(src_ptr, src_pixels_per_line, xoffset, yoffset, temp1, 4); in vp8_bilinear_predict4x4_c()
|
/hardware/samsung_slsi/exynos5/libswconverter/ |
D | csc_tiled_to_linear_uv_deinterleave_neon.s | 69 @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 …]
|
D | csc_tiled_to_linear_uv_neon.s | 66 @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
|
D | csc_tiled_to_linear_y_neon.s | 67 @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
|
D | csc_interleave_memcpy_neon.s | 58 @r8 temp1
|
D | csc_ARGB8888_to_YUV420SP_NEON.s | 21 @r12 temp1, nHeight 34 @q0: temp1, R
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/arm/neon/ |
D | vp9_idct32x32_add_neon.asm | 461 ;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 …]
|
D | vp9_idct16x16_add_neon.asm | 95 ; 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/ |
D | vp9_dct.c | 29 int temp1, temp2; in fdct4() local 36 temp1 = (step[0] + step[1]) * cospi_16_64; in fdct4() 38 output[0] = fdct_round_shift(temp1); in fdct4() 40 temp1 = step[2] * cospi_24_64 + step[3] * cospi_8_64; in fdct4() 42 output[1] = fdct_round_shift(temp1); in fdct4() 62 /*needs32*/ int temp1, temp2; in vp9_fdct4x4_c() local 85 temp1 = (step[0] + step[1]) * cospi_16_64; in vp9_fdct4x4_c() 87 out[0] = fdct_round_shift(temp1); in vp9_fdct4x4_c() 89 temp1 = step[2] * cospi_24_64 + step[3] * cospi_8_64; in vp9_fdct4x4_c() 91 out[1] = fdct_round_shift(temp1); in vp9_fdct4x4_c() [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/neon/ |
D | idct_dequant_full_2x_neon.asm | 57 ; 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
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/armv6/ |
D | idct_v6.asm | 99 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/venc/test/ |
D | video_encoder_test.c | 73 int temp1 =0,temp2 =0; in main() local 139 temp1 = atoi(argv[3]); in main() 142 if (((temp1%16) != 0) || ((temp2%16) != 0)) in main() 148 encoder_context->input_width = temp1; in main()
|
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/test/ |
D | decoder_driver_test.c | 74 int temp1 =0,temp2 =0; in main() local 132 temp1 = atoi(argv[3]); in main() 135 if (((temp1%16) != 0) || ((temp2%16) != 0)) { in main() 138 decoder_context->video_resoultion.frame_height = temp1; in main()
|
/hardware/qcom/media/mm-video-legacy/vidc/vdec/test/ |
D | decoder_driver_test.c | 74 int temp1 =0,temp2 =0; in main() local 133 temp1 = atoi(argv[3]); in main() 136 if (((temp1%16) != 0) || ((temp2%16) != 0)) in main() 142 decoder_context->video_resoultion.frame_height = temp1; in main()
|
/hardware/qcom/audio/legacy/libalsa-intf/ |
D | alsa_ucm.c | 3883 struct snd_ucm_ident_node *temp1, *temp2; in snd_ucm_del_ident_from_list() local 3894 temp1 = *head; in snd_ucm_del_ident_from_list() 3895 temp2 = temp1->next; in snd_ucm_del_ident_from_list() 3898 temp1->next = temp2->next; in snd_ucm_del_ident_from_list() 3902 temp1 = temp1->next; in snd_ucm_del_ident_from_list() 3903 temp2 = temp1->next; in snd_ucm_del_ident_from_list()
|
/hardware/qcom/media/mm-video-legacy/vidc/vdec/src/ |
D | omx_vdec_copper.cpp | 1501 int temp1[2]; in component_init() local 1504 if (pipe (temp1)) in component_init() 1511 fds[0] = temp1 [0]; in component_init() 1512 fds[1] = temp1 [1]; in component_init()
|
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/ |
D | omx_vdec.cpp | 1548 int temp1[2]; in component_init() local 1551 if (pipe (temp1)) { in component_init() 1558 fds[0] = temp1 [0]; in component_init() 1559 fds[1] = temp1 [1]; in component_init()
|
D | omx_vdec_hevc.cpp | 1592 int temp1[2]; in component_init() local 1594 if (pipe (temp1)) { in component_init() 1600 fds[0] = temp1 [0]; in component_init() 1601 fds[1] = temp1 [1]; in component_init()
|