/external/libhevc/common/ |
D | ihevc_chroma_itrans_recon_16x16.c | 118 WORD32 j, k; in ihevc_chroma_itrans_recon_16x16() local 158 for(k = 0; k < 8; k++) in ihevc_chroma_itrans_recon_16x16() 160 o[k] = g_ai2_ihevc_trans_16[1][k] * pi2_src[src_strd] in ihevc_chroma_itrans_recon_16x16() 161 + g_ai2_ihevc_trans_16[3][k] in ihevc_chroma_itrans_recon_16x16() 164 for(k = 0; k < 4; k++) in ihevc_chroma_itrans_recon_16x16() 166 eo[k] = g_ai2_ihevc_trans_16[2][k] * pi2_src[2 * src_strd]; in ihevc_chroma_itrans_recon_16x16() 174 for(k = 0; k < 2; k++) in ihevc_chroma_itrans_recon_16x16() 176 ee[k] = eee[k] + eeo[k]; in ihevc_chroma_itrans_recon_16x16() 177 ee[k + 2] = eee[1 - k] - eeo[1 - k]; in ihevc_chroma_itrans_recon_16x16() 179 for(k = 0; k < 4; k++) in ihevc_chroma_itrans_recon_16x16() [all …]
|
D | ihevc_itrans_recon_16x16.c | 108 WORD32 j, k; in ihevc_itrans_recon_16x16() local 148 for(k = 0; k < 8; k++) in ihevc_itrans_recon_16x16() 150 o[k] = g_ai2_ihevc_trans_16[1][k] * pi2_src[src_strd] in ihevc_itrans_recon_16x16() 151 + g_ai2_ihevc_trans_16[3][k] in ihevc_itrans_recon_16x16() 154 for(k = 0; k < 4; k++) in ihevc_itrans_recon_16x16() 156 eo[k] = g_ai2_ihevc_trans_16[2][k] * pi2_src[2 * src_strd]; in ihevc_itrans_recon_16x16() 164 for(k = 0; k < 2; k++) in ihevc_itrans_recon_16x16() 166 ee[k] = eee[k] + eeo[k]; in ihevc_itrans_recon_16x16() 167 ee[k + 2] = eee[1 - k] - eeo[1 - k]; in ihevc_itrans_recon_16x16() 169 for(k = 0; k < 4; k++) in ihevc_itrans_recon_16x16() [all …]
|
D | ihevc_itrans_recon_32x32.c | 109 WORD32 j, k; in ihevc_itrans_recon_32x32() local 150 for(k = 0; k < 16; k++) in ihevc_itrans_recon_32x32() 152 o[k] = g_ai2_ihevc_trans_32[1][k] * pi2_src[src_strd] in ihevc_itrans_recon_32x32() 153 + g_ai2_ihevc_trans_32[3][k] in ihevc_itrans_recon_32x32() 156 for(k = 0; k < 8; k++) in ihevc_itrans_recon_32x32() 158 eo[k] = g_ai2_ihevc_trans_32[2][k] * pi2_src[2 * src_strd]; in ihevc_itrans_recon_32x32() 177 for(k = 0; k < 4; k++) in ihevc_itrans_recon_32x32() 179 ee[k] = eee[k] + eeo[k]; in ihevc_itrans_recon_32x32() 180 ee[k + 4] = eee[3 - k] - eeo[3 - k]; in ihevc_itrans_recon_32x32() 182 for(k = 0; k < 8; k++) in ihevc_itrans_recon_32x32() [all …]
|
D | ihevc_resi_trans.c | 449 WORD32 i, k; in ihevc_resi_trans_8x8() local 477 for(k = 0; k < 4; k++) in ihevc_resi_trans_8x8() 479 resi_tmp_1 = pu1_src[k*(1+chroma_flag)] - pu1_pred[k*(1+chroma_flag)]; in ihevc_resi_trans_8x8() 480 resi_tmp_2 = pu1_src[(7-k)*(1+chroma_flag)] - pu1_pred[(7-k)*(1+chroma_flag)]; in ihevc_resi_trans_8x8() 481 e[k] = resi_tmp_1 + resi_tmp_2; in ihevc_resi_trans_8x8() 482 o[k] = resi_tmp_1 - resi_tmp_2; in ihevc_resi_trans_8x8() 531 for(k = 0; k < 4; k++) in ihevc_resi_trans_8x8() 533 e[k] = pi4_temp[k] + pi4_temp[7 - k]; in ihevc_resi_trans_8x8() 534 o[k] = pi4_temp[k] - pi4_temp[7 - k]; in ihevc_resi_trans_8x8() 583 WORD32 i, k; in ihevc_resi_trans_8x8_16bit() local [all …]
|
/external/ltp/runtest/ |
D | ltp-aiodio.part2 | 2 ADSP001 aiodio_sparse -s 180k 3 ADSP002 aiodio_sparse -dd -s 1751k -w 11k 4 ADSP003 aiodio_sparse -i 9 -d -s 180k -w 18k 5 ADSP004 aiodio_sparse -i 2 -a 2k -w 2k -s 4k -n 2 6 ADSP005 aiodio_sparse -i 2 -a 4k -w 4k -s 8k -n 2 7 ADSP006 aiodio_sparse -i 2 -a 4k -w 4k -s 8k -n 2 8 ADSP007 aiodio_sparse -i 4 -a 8k -w 8k -s 32k -n 2 9 ADSP008 aiodio_sparse -i 4 -a 8k -w 16k -s 64k -n 2 10 ADSP009 aiodio_sparse -i 4 -a 8k -w 32k -s 128k -n 2 11 ADSP010 aiodio_sparse -i 4 -a 8k -w 64k -s 256k -n 2 [all …]
|
/external/clang/test/OpenMP/ |
D | for_private_messages.cpp | 34 for (int k = 0; k < v; ++k) in S4() local 46 for (int k = 0; k < s.a; ++k) in operator =() local 60 for (int k = 0; k < v; ++k) in S6() local 65 for (int k = 0; k < s.a; ++k) in operator =() local 79 for (int k = 0; k < a.a; ++k) in S7() local 84 for (int k = 0; k < s.a.a; ++k) in operator =() local 100 for (int k = 0; k < argc; ++k) in foomain() local 101 ++k; in foomain() 103 for (int k = 0; k < argc; ++k) in foomain() local 104 ++k; in foomain() [all …]
|
D | simd_linear_messages.cpp | 107 for (int k = 0; k < argc; ++k) ++k; in foomain() local 109 for (int k = 0; k < argc; ++k) ++k; in foomain() local 111 for (int k = 0; k < argc; ++k) ++k; in foomain() local 113 for (int k = 0; k < argc; ++k) ++k; in foomain() local 115 for (int k = 0; k < argc; ++k) ++k; in foomain() local 117 for (int k = 0; k < argc; ++k) ++k; in foomain() local 119 for (int k = 0; k < argc; ++k) ++k; in foomain() local 121 for (int k = 0; k < argc; ++k) ++k; in foomain() local 123 for (int k = 0; k < argc; ++k) ++k; in foomain() local 125 for (int k = 0; k < argc; ++k) ++k; in foomain() local [all …]
|
D | for_simd_private_messages.cpp | 34 for (int k = 0; k < v; ++k) in S4() local 46 for (int k = 0; k < s.a; ++k) in operator =() local 60 for (int k = 0; k < v; ++k) in S6() local 65 for (int k = 0; k < s.a; ++k) in operator =() local 79 for (int k = 0; k < a.a; ++k) in S7() local 84 for (int k = 0; k < s.a.a; ++k) in operator =() local 100 for (int k = 0; k < argc; ++k) in foomain() local 101 ++k; in foomain() 103 for (int k = 0; k < argc; ++k) in foomain() local 104 ++k; in foomain() [all …]
|
D | parallel_for_private_messages.cpp | 34 for (int k = 0; k < v; ++k) in S4() local 46 for (int k = 0; k < s.a; ++k) in operator =() local 60 for (int k = 0; k < v; ++k) in S6() local 65 for (int k = 0; k < s.a; ++k) in operator =() local 79 for (int k = 0; k < a.a; ++k) in S7() local 84 for (int k = 0; k < s.a.a; ++k) in operator =() local 100 for (int k = 0; k < argc; ++k) in foomain() local 101 ++k; in foomain() 103 for (int k = 0; k < argc; ++k) in foomain() local 104 ++k; in foomain() [all …]
|
D | taskloop_private_messages.cpp | 34 for (int k = 0; k < v; ++k) in S4() local 46 for (int k = 0; k < s.a; ++k) in operator =() local 60 for (int k = 0; k < v; ++k) in S6() local 65 for (int k = 0; k < s.a; ++k) in operator =() local 79 for (int k = 0; k < a.a; ++k) in S7() local 84 for (int k = 0; k < s.a.a; ++k) in operator =() local 100 for (int k = 0; k < argc; ++k) in foomain() local 101 ++k; in foomain() 103 for (int k = 0; k < argc; ++k) in foomain() local 104 ++k; in foomain() [all …]
|
D | simd_private_messages.cpp | 31 for (int k = 0; k < v; ++k) in S4() local 42 for (int k = 0; k < s.a; ++k) in operator =() local 56 for (int k = 0; k < v; ++k) in S6() local 61 for (int k = 0; k < s.a; ++k) in operator =() local 75 for (int k = 0; k < a.a; ++k) in S7() local 80 for (int k = 0; k < s.a.a; ++k) in operator =() local 95 for (int k = 0; k < argc; ++k) ++k; in foomain() local 97 for (int k = 0; k < argc; ++k) ++k; in foomain() local 99 for (int k = 0; k < argc; ++k) ++k; in foomain() local 101 for (int k = 0; k < argc; ++k) ++k; in foomain() local [all …]
|
D | parallel_for_simd_private_messages.cpp | 34 for (int k = 0; k < v; ++k) in S4() local 46 for (int k = 0; k < s.a; ++k) in operator =() local 60 for (int k = 0; k < v; ++k) in S6() local 65 for (int k = 0; k < s.a; ++k) in operator =() local 79 for (int k = 0; k < a.a; ++k) in S7() local 84 for (int k = 0; k < s.a.a; ++k) in operator =() local 100 for (int k = 0; k < argc; ++k) in foomain() local 101 ++k; in foomain() 103 for (int k = 0; k < argc; ++k) in foomain() local 104 ++k; in foomain() [all …]
|
D | taskloop_simd_linear_messages.cpp | 107 for (int k = 0; k < argc; ++k) ++k; in foomain() local 109 for (int k = 0; k < argc; ++k) ++k; in foomain() local 111 for (int k = 0; k < argc; ++k) ++k; in foomain() local 113 for (int k = 0; k < argc; ++k) ++k; in foomain() local 115 for (int k = 0; k < argc; ++k) ++k; in foomain() local 117 for (int k = 0; k < argc; ++k) ++k; in foomain() local 119 for (int k = 0; k < argc; ++k) ++k; in foomain() local 121 for (int k = 0; k < argc; ++k) ++k; in foomain() local 123 for (int k = 0; k < argc; ++k) ++k; in foomain() local 125 for (int k = 0; k < argc; ++k) ++k; in foomain() local [all …]
|
D | taskloop_simd_private_messages.cpp | 34 for (int k = 0; k < v; ++k) in S4() local 46 for (int k = 0; k < s.a; ++k) in operator =() local 60 for (int k = 0; k < v; ++k) in S6() local 65 for (int k = 0; k < s.a; ++k) in operator =() local 79 for (int k = 0; k < a.a; ++k) in S7() local 84 for (int k = 0; k < s.a.a; ++k) in operator =() local 100 for (int k = 0; k < argc; ++k) in foomain() local 101 ++k; in foomain() 103 for (int k = 0; k < argc; ++k) in foomain() local 104 ++k; in foomain() [all …]
|
D | target_parallel_for_private_messages.cpp | 34 for (int k = 0; k < v; ++k) in S4() local 46 for (int k = 0; k < s.a; ++k) in operator =() local 60 for (int k = 0; k < v; ++k) in S6() local 65 for (int k = 0; k < s.a; ++k) in operator =() local 79 for (int k = 0; k < a.a; ++k) in S7() local 84 for (int k = 0; k < s.a.a; ++k) in operator =() local 100 for (int k = 0; k < argc; ++k) in foomain() local 101 ++k; in foomain() 103 for (int k = 0; k < argc; ++k) in foomain() local 104 ++k; in foomain() [all …]
|
D | for_linear_messages.cpp | 107 for (int k = 0; k < argc; ++k) ++k; in foomain() local 109 for (int k = 0; k < argc; ++k) ++k; in foomain() local 111 for (int k = 0; k < argc; ++k) ++k; in foomain() local 113 for (int k = 0; k < argc; ++k) ++k; in foomain() local 115 for (int k = 0; k < argc; ++k) ++k; in foomain() local 117 for (int k = 0; k < argc; ++k) ++k; in foomain() local 119 for (int k = 0; k < argc; ++k) ++k; in foomain() local 121 for (int k = 0; k < argc; ++k) ++k; in foomain() local 125 for (int k = 0; k < argc; ++k) ++k; in foomain() local 127 for (int k = 0; k < argc; ++k) ++k; in foomain() local [all …]
|
D | target_parallel_for_simd_private_messages.cpp | 34 for (int k = 0; k < v; ++k) in S4() local 46 for (int k = 0; k < s.a; ++k) in operator =() local 60 for (int k = 0; k < v; ++k) in S6() local 65 for (int k = 0; k < s.a; ++k) in operator =() local 79 for (int k = 0; k < a.a; ++k) in S7() local 84 for (int k = 0; k < s.a.a; ++k) in operator =() local 100 for (int k = 0; k < argc; ++k) in foomain() local 101 ++k; in foomain() 103 for (int k = 0; k < argc; ++k) in foomain() local 104 ++k; in foomain() [all …]
|
D | parallel_for_linear_messages.cpp | 123 for (int k = 0; k < argc; ++k) in foomain() local 124 ++k; in foomain() 126 for (int k = 0; k < argc; ++k) in foomain() local 127 ++k; in foomain() 129 for (int k = 0; k < argc; ++k) in foomain() local 130 ++k; in foomain() 132 for (int k = 0; k < argc; ++k) in foomain() local 133 ++k; in foomain() 135 for (int k = 0; k < argc; ++k) in foomain() local 136 ++k; in foomain() [all …]
|
D | for_simd_linear_messages.cpp | 107 for (int k = 0; k < argc; ++k) ++k; in foomain() local 109 for (int k = 0; k < argc; ++k) ++k; in foomain() local 111 for (int k = 0; k < argc; ++k) ++k; in foomain() local 113 for (int k = 0; k < argc; ++k) ++k; in foomain() local 115 for (int k = 0; k < argc; ++k) ++k; in foomain() local 117 for (int k = 0; k < argc; ++k) ++k; in foomain() local 119 for (int k = 0; k < argc; ++k) ++k; in foomain() local 121 for (int k = 0; k < argc; ++k) ++k; in foomain() local 125 for (int k = 0; k < argc; ++k) ++k; in foomain() local 127 for (int k = 0; k < argc; ++k) ++k; in foomain() local [all …]
|
D | target_parallel_for_linear_messages.cpp | 123 for (int k = 0; k < argc; ++k) in foomain() local 124 ++k; in foomain() 126 for (int k = 0; k < argc; ++k) in foomain() local 127 ++k; in foomain() 129 for (int k = 0; k < argc; ++k) in foomain() local 130 ++k; in foomain() 132 for (int k = 0; k < argc; ++k) in foomain() local 133 ++k; in foomain() 135 for (int k = 0; k < argc; ++k) in foomain() local 136 ++k; in foomain() [all …]
|
/external/bcc/tools/ |
D | profile_example.txt | 307 with -a. It simply adds a "_[k]" at the end of kernel function names. 314 …;entry_SYSCALL_64_fastpath_[k];SyS_read_[k];vfs_read_[k];rw_verify_area_[k];security_file_permissi… 315 dd;[unknown];__write;-;entry_SYSCALL_64_fastpath_[k];sys_write_[k];vfs_write_[k];__fsnotify_parent_… 316 dd;[unknown];read;-;entry_SYSCALL_64_fastpath_[k];SyS_read_[k];__fdget_pos_[k] 1 317 dd;read;-;entry_SYSCALL_64_fastpath_[k];SyS_read_[k];vfs_read_[k];rw_verify_area_[k];apparmor_file_… 320 dd;__write;-;entry_SYSCALL_64_fastpath_[k];sys_write_[k];vfs_write_[k] 1 322 dd;read;-;entry_SYSCALL_64_fastpath_[k];SyS_read_[k];__fget_light_[k] 1 323 dd;read;-;entry_SYSCALL_64_fastpath_[k];SyS_read_[k];vfs_read_[k];rw_verify_area_[k];__fsnotify_par… 324 dd;read;-;entry_SYSCALL_64_fastpath_[k];SyS_read_[k];vfs_read_[k];__vfs_read_[k];read_iter_zero_[k]… 325 dd;[unknown];__write;-;entry_SYSCALL_64_fastpath_[k];sys_write_[k];__fget_light_[k] 1 [all …]
|
/external/bcc/tools/old/ |
D | profile_example.txt | 308 with -a. It simply adds a "_[k]" at the end of kernel function names. 315 …;entry_SYSCALL_64_fastpath_[k];SyS_read_[k];vfs_read_[k];rw_verify_area_[k];security_file_permissi… 316 dd;[unknown];__write;-;entry_SYSCALL_64_fastpath_[k];sys_write_[k];vfs_write_[k];__fsnotify_parent_… 317 dd;[unknown];read;-;entry_SYSCALL_64_fastpath_[k];SyS_read_[k];__fdget_pos_[k] 1 318 dd;read;-;entry_SYSCALL_64_fastpath_[k];SyS_read_[k];vfs_read_[k];rw_verify_area_[k];apparmor_file_… 321 dd;__write;-;entry_SYSCALL_64_fastpath_[k];sys_write_[k];vfs_write_[k] 1 323 dd;read;-;entry_SYSCALL_64_fastpath_[k];SyS_read_[k];__fget_light_[k] 1 324 dd;read;-;entry_SYSCALL_64_fastpath_[k];SyS_read_[k];vfs_read_[k];rw_verify_area_[k];__fsnotify_par… 325 dd;read;-;entry_SYSCALL_64_fastpath_[k];SyS_read_[k];vfs_read_[k];__vfs_read_[k];read_iter_zero_[k]… 326 dd;[unknown];__write;-;entry_SYSCALL_64_fastpath_[k];sys_write_[k];__fget_light_[k] 1 [all …]
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/ |
D | filterbanks.c | 87 int k,n; in WebRtcIsac_SplitAndFilterFloat() local 100 for (k=0;k<FRAMESAMPLES;k++) { in WebRtcIsac_SplitAndFilterFloat() 101 in[k] = pin[k] + kHpStCoefInFloat[2] * prefiltdata->HPstates_float[0] + in WebRtcIsac_SplitAndFilterFloat() 103 ftmp = pin[k] - kHpStCoefInFloat[0] * prefiltdata->HPstates_float[0] - in WebRtcIsac_SplitAndFilterFloat() 123 for (k=0;k<NUMBEROFCOMPOSITEAPSECTIONS;k++){ in WebRtcIsac_SplitAndFilterFloat() 124 CompositeAPFilterState[k] = 0.0; in WebRtcIsac_SplitAndFilterFloat() 127 for (k=0;k<FRAMESAMPLES_HALF;k++) { in WebRtcIsac_SplitAndFilterFloat() 128 tempinoutvec[k] = in[FRAMESAMPLES-1-2*k]; in WebRtcIsac_SplitAndFilterFloat() 137 for (k=0;k<FRAMESAMPLES_HALF;k++) { in WebRtcIsac_SplitAndFilterFloat() 138 tempin_ch1[FRAMESAMPLES_HALF+QLOOKAHEAD-1-k] = tempinoutvec[k]; in WebRtcIsac_SplitAndFilterFloat() [all …]
|
D | intialize.c | 21 int k; in WebRtcIsac_InitMasking() local 23 for (k = 0; k < WINLEN; k++) { in WebRtcIsac_InitMasking() 24 maskdata->DataBufferLo[k] = 0.0; in WebRtcIsac_InitMasking() 25 maskdata->DataBufferHi[k] = 0.0; in WebRtcIsac_InitMasking() 27 for (k = 0; k < ORDERLO+1; k++) { in WebRtcIsac_InitMasking() 28 maskdata->CorrBufLo[k] = 0.0; in WebRtcIsac_InitMasking() 29 maskdata->PreStateLoF[k] = 0.0; in WebRtcIsac_InitMasking() 30 maskdata->PreStateLoG[k] = 0.0; in WebRtcIsac_InitMasking() 31 maskdata->PostStateLoF[k] = 0.0; in WebRtcIsac_InitMasking() 32 maskdata->PostStateLoG[k] = 0.0; in WebRtcIsac_InitMasking() [all …]
|
/external/libnl/lib/ |
D | hash.c | 55 #define rot(x,k) (((x)<<(k)) | ((x)>>(32-(k)))) argument 185 const uint32_t *k = (const uint32_t *)key; /* read 32-bit chunks */ in hashlittle() local 191 a += k[0]; in hashlittle() 192 b += k[1]; in hashlittle() 193 c += k[2]; in hashlittle() 196 k += 3; in hashlittle() 214 case 12: c+=k[2]; b+=k[1]; a+=k[0]; break; in hashlittle() 215 case 11: c+=k[2]&0xffffff; b+=k[1]; a+=k[0]; break; in hashlittle() 216 case 10: c+=k[2]&0xffff; b+=k[1]; a+=k[0]; break; in hashlittle() 217 case 9 : c+=k[2]&0xff; b+=k[1]; a+=k[0]; break; in hashlittle() [all …]
|