/frameworks/av/media/libstagefright/codecs/amrwb/src/ |
D | wb_syn_filt.cpp | 142 int16 *yy; in wb_syn_filt() local 145 pv_memcpy(y_buf, mem, m*sizeof(*yy)); in wb_syn_filt() 147 yy = &y_buf[m]; in wb_syn_filt() 160 L_tmp1 = fxp_mac_16by16(yy[(i<<2) -3], a[3], L_tmp1); in wb_syn_filt() 161 L_tmp2 = fxp_mac_16by16(yy[(i<<2) -2], a[3], L_tmp2); in wb_syn_filt() 162 L_tmp1 = fxp_mac_16by16(yy[(i<<2) -2], a[2], L_tmp1); in wb_syn_filt() 163 L_tmp2 = fxp_mac_16by16(yy[(i<<2) -1], a[2], L_tmp2); in wb_syn_filt() 164 L_tmp1 = fxp_mac_16by16(yy[(i<<2) -1], a[1], L_tmp1); in wb_syn_filt() 168 L_tmp1 = fxp_mac_16by16(yy[(i<<2)-1 - j], a[j+1], L_tmp1); in wb_syn_filt() 169 L_tmp2 = fxp_mac_16by16(yy[(i<<2) - j], a[j+1], L_tmp2); in wb_syn_filt() [all …]
|
/frameworks/av/media/libstagefright/codecs/amrnb/common/src/ |
D | syn_filt.cpp | 264 Word16 *yy; in Syn_filt() local 273 yy = tmp; in Syn_filt() 275 memcpy(yy, mem, M*sizeof(Word16)); in Syn_filt() 277 yy = yy + M; in Syn_filt() 283 p_yy1 = &yy[-1]; in Syn_filt() 319 *(yy++) = temp; in Syn_filt() 322 p_yy1 = yy; in Syn_filt() 338 *(yy++) = temp; in Syn_filt()
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/ |
D | g_pitch.c | 37 Word16 xy, yy, exp_xy, exp_yy, gain; in G_pitch() local 42 yy = extract_h(Dot_product12_asm(y1, y1, L_subfr, &exp_yy)); in G_pitch() 47 yy = extract_h(Dot_product12(y1, y1, L_subfr, &exp_yy)); in G_pitch() 51 g_coeff[0] = yy; in G_pitch() 63 gain = div_s(xy, yy); in G_pitch()
|
D | syn_filt.c | 43 Word16 *yy, *p1, *p2; in Syn_filt() local 44 yy = &y_buf[0]; in Syn_filt() 48 *yy++ = mem[i]; in Syn_filt() 55 p2 = &yy[i-1]; in Syn_filt() 75 y[i] = yy[i] = extract_h(L_add(L_tmp, 0x8000)); in Syn_filt() 81 mem[i] = yy[lg - 16 + i]; in Syn_filt()
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV7/ |
D | syn_filt_neon.s | 39 MOV r5, r13 @ copy yy = y_buf address 43 @ *yy++ = mem[i]@ 46 VST1.S16 {D0, D1, D2, D3}, [r5]! @store 16 mem[] to *yy 60 ADD r4, r13, #32 @ yy[i] address 68 ADD r10, r4, r8, LSL #1 @ y[i], yy[i] address 89 STRH r9, [r10] @ yy[i] 95 ADD r5, r13, #160 @ yy[64] address
|
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/ |
D | g_code.cpp | 236 Word16 xy, yy, exp_xy, exp_yy, gain; in G_code() local 296 yy = (Word16)(s >> (16 - exp_yy)); in G_code() 300 yy = (Word16)(s << (exp_yy - 16)); in G_code() 303 gain = div_s(xy, yy); in G_code()
|
D | g_pitch.cpp | 310 Word16 yy; in G_pitch() local 345 yy = pv_round(L_temp, pOverflow); in G_pitch() 364 yy = pv_round(L_temp, pOverflow); in G_pitch() 428 g_coeff[0] = yy; in G_pitch() 444 gain = div_s(xy, yy); in G_pitch()
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV5E/ |
D | syn_filt_opt.s | 40 MOV r5, r13 @ copy yy = y_buf address 44 @ *yy++ = mem[i]@ 137 ADD r10, r4, r8, LSL #1 @ temp_p = yy + i 220 STRH r7, [r10] @ yy[i] 225 ADD r5, r13, #160 @ yy[64] address
|
/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/engine/ |
D | Quaternion.java | 139 double yy = x[2] * x[2]; in matrix() local 146 m[0] = 1 - 2 * (yy + zz); in matrix() 156 m[10] = 1 - 2 * (xx + yy); in matrix()
|
/frameworks/compile/slang/tests/F_reflection3264_foreach_mismatch/ |
D | reflection3264_foreach_mismatch.rs | 134 void yy(const int *a, const void *b) { } 139 void yy(const int *a) { }
|
/frameworks/rs/driver/runtime/ |
D | rs_quaternion.c | 37 float yy = q->y * q->y; in rsQuaternionGetMatrixUnit() local 43 m->m[0] = 1.0f - 2.0f * ( yy + zz ); in rsQuaternionGetMatrixUnit() 51 m->m[10] = 1.0f - 2.0f * ( xx + yy ); in rsQuaternionGetMatrixUnit()
|
/frameworks/rs/script_api/ |
D | rs_quaternion.spec | 79 float yy = q->y * q->y; 85 m->m[0] = 1.0f - 2.0f * ( yy + zz ); 93 m->m[10] = 1.0f - 2.0f * ( xx + yy );
|
/frameworks/native/opengl/libs/ETC1/ |
D | etc1.cpp | 259 int yy = by + y; in etc_average_colors_subblock() local 261 int i = x + 4 * yy; in etc_average_colors_subblock() 345 int yy = by + y; in etc_encode_subblock_helper() local 347 int i = x + 4 * yy; in etc_encode_subblock_helper() 350 &pCompressed->low, yy + x * 4, pModifierTable); in etc_encode_subblock_helper()
|
/frameworks/compile/mclinker/lib/Script/ |
D | Android.bp | 31 "ScriptParser.yy",
|
D | CMakeLists.txt | 4 BISON_TARGET(PARSER ScriptParser.yy ${CMAKE_CURRENT_BINARY_DIR}/ScriptParser.cpp)
|
D | ScriptParser.yy | 1 /*===- ScriptParser.yy ----------------------------------------------------===//
|
/frameworks/native/libs/math/include/math/ |
D | mat3.h | 351 const U yy = y*q.y; in TMat33() local 356 m_value[0] = col_type(1-yy-zz, xy+zw, xz-yw); // NOLINT in TMat33() 358 m_value[2] = col_type( xz+yw, yz-xw, 1-xx-yy); // NOLINT in TMat33()
|
D | mat4.h | 404 const U yy = y*q.y; in TMat44() local 409 m_value[0] = col_type(1-yy-zz, xy+zw, xz-yw, 0); in TMat44() 411 m_value[2] = col_type( xz+yw, yz-xw, 1-xx-yy, 0); // NOLINT in TMat44()
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/api/ |
D | omxVC_s.h | 107 yy EQU 4;
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/api/ |
D | omxVC_s.h | 107 yy EQU 4;
|
/frameworks/rs/script_api/include/ |
D | rs_quaternion.rsh | 96 float yy = q->y * q->y; 102 m->m[0] = 1.0f - 2.0f * ( yy + zz ); 110 m->m[10] = 1.0f - 2.0f * ( xx + yy );
|
/frameworks/base/services/tests/servicestests/res/raw/ |
D | backup_telephony_with_password | 34 >S�B�zH�o����f]�����'���P��[>ᯇ���yy����iҹ�1^Y:�d��<�W�S���v$QQ�1��3�칉���{��8�է����:_%4f…
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 56601 field public static final java.lang.String PATTERN_RFC1036 = "EEEE, dd-MMM-yy HH:mm:ss zzz";
|