Searched refs:q2 (Results 251 - 275 of 280) sorted by relevance

<<1112

/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/mips/dspr2/
H A Dloopfilter_filters_dspr2.c53 uint32_t q2,
102 /* mask |= (abs(q2 - q1) > limit) */
103 "subu_s.qb %[c], %[q2], %[q1] \n\t"
104 "subu_s.qb %[r_k], %[q1], %[q2] \n\t"
110 /* mask |= (abs(q3 - q2) > limit) */
111 "subu_s.qb %[c], %[q3], %[q2] \n\t"
112 "subu_s.qb %[r_k], %[q2], %[q3] \n\t"
121 [q2] "r" (q2), [q3] "r" (q3), [thresh] "r" (thresh)
43 vp8_filter_mask_vec_mips( uint32_t limit, uint32_t flimit, uint32_t p1, uint32_t p0, uint32_t p3, uint32_t p2, uint32_t q0, uint32_t q1, uint32_t q2, uint32_t q3, uint32_t thresh, uint32_t *hev, uint32_t *mask ) argument
/external/libhevc/common/arm/
H A Dihevc_inter_pred_chroma_horz_w16out.s184 vld1.u32 {q2},[r12],r11 @vector load pu1_src
248 vld1.u32 {q2},[r12],r11 @vector load pu1_src
321 vld1.u32 {q2},[r12],r11 @vector load pu1_src
/external/libvpx/libvpx/vp8/common/mips/dspr2/
H A Dloopfilter_filters_dspr2.c53 uint32_t q2,
102 /* mask |= (abs(q2 - q1) > limit) */
103 "subu_s.qb %[c], %[q2], %[q1] \n\t"
104 "subu_s.qb %[r_k], %[q1], %[q2] \n\t"
110 /* mask |= (abs(q3 - q2) > limit) */
111 "subu_s.qb %[c], %[q3], %[q2] \n\t"
112 "subu_s.qb %[r_k], %[q2], %[q3] \n\t"
121 [q2] "r" (q2), [q3] "r" (q3), [thresh] "r" (thresh)
43 vp8_filter_mask_vec_mips( uint32_t limit, uint32_t flimit, uint32_t p1, uint32_t p0, uint32_t p3, uint32_t p2, uint32_t q0, uint32_t q1, uint32_t q2, uint32_t q3, uint32_t thresh, uint32_t *hev, uint32_t *mask ) argument
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/arm/armv6/
H A Dsimpleloopfilter_v6.asm82 uhadd8 r8, r8, lr ; abs(p1 - q2) >> 1
/external/libvpx/libvpx/vp8/common/arm/armv6/
H A Dsimpleloopfilter_v6.asm82 uhadd8 r8, r8, lr ; abs(p1 - q2) >> 1
/external/chromium_org/third_party/libjpeg_turbo/simd/
H A Djsimd_arm64_neon.S136 INT32 q1, q2, q3, q4, q5, q6, q7; \
155 q2 = MULTIPLY(row2, FIX_0_541196100) + \ define
162 q1 = q3 + q2; \
180 q3 = q3 - q2; \
186 q2 = q1 + q6; \ define
194 tmp10 = q2; \
1608 uaddw v8.8h, v2.8h, v5.8b /* q2 = v - 128 */
1664 uaddw v8.8h, v2.8h, v5.8b /* q2 = v - 128 */
1676 uaddw v8.8h, v2.8h, v5.8b /* q2 = v - 128 */
/external/chromium_org/third_party/libxml/src/
H A Dxmlschemastypes.c3985 xmlSchemaValPtr p1, p2, q1, q2; local
4015 q2 = xmlSchemaDateNormalize(y, -(14 * SECS_PER_HOUR));
4016 q2d = _xmlSchemaDateCastYMToDays(q2) + q2->value.date.day;
4020 sec = TIME_TO_NUMBER(p1) - TIME_TO_NUMBER(q2);
4028 xmlSchemaFreeValue(q2);
/external/libxml2/
H A Dxmlschemastypes.c3992 xmlSchemaValPtr p1, p2, q1, q2; local
4022 q2 = xmlSchemaDateNormalize(y, -(14 * SECS_PER_HOUR));
4023 q2d = _xmlSchemaDateCastYMToDays(q2) + q2->value.date.day;
4027 sec = TIME_TO_NUMBER(p1) - TIME_TO_NUMBER(q2);
4035 xmlSchemaFreeValue(q2);
/external/chromium_org/v8/test/cctest/
H A Dtest-assembler-arm64.cc5498 double q2 = rawbits_to_double(0x7ffaaaaa22222222); local
5504 DCHECK(IsQuietNaN(q2));
5512 double q2_proc = q2;
5533 FmaddFmsubHelper(0, q2, 0, q2_proc, q2_proc, q2_proc, q2_proc);
5535 FmaddFmsubHelper(q1, q2, 0, q1_proc, q1_proc_neg, q1_proc_neg, q1_proc);
5536 FmaddFmsubHelper(0, q2, qa, qa_proc, qa_proc, qa_proc_neg, qa_proc_neg);
5538 FmaddFmsubHelper(q1, q2, qa, qa_proc, qa_proc, qa_proc_neg, qa_proc_neg);
5550 FmaddFmsubHelper(s1, q2, qa, s1_proc, s1_proc_neg, s1_proc_neg, s1_proc);
5552 FmaddFmsubHelper(q1, q2, sa, sa_proc, sa_proc, sa_proc_neg, sa_proc_neg);
5555 FmaddFmsubHelper(s1, q2, s
5581 float q2 = rawbits_to_float(0x7fea2222); local
[all...]
/external/vixl/test/
H A Dtest-assembler-a64.cc4766 double q2 = rawbits_to_double(0x7ffaaaaa22222222); local
4772 VIXL_ASSERT(IsQuietNaN(q2));
4780 double q2_proc = q2;
4801 FmaddFmsubHelper(0, q2, 0, q2_proc, q2_proc, q2_proc, q2_proc);
4803 FmaddFmsubHelper(q1, q2, 0, q1_proc, q1_proc_neg, q1_proc_neg, q1_proc);
4804 FmaddFmsubHelper(0, q2, qa, qa_proc, qa_proc, qa_proc_neg, qa_proc_neg);
4806 FmaddFmsubHelper(q1, q2, qa, qa_proc, qa_proc, qa_proc_neg, qa_proc_neg);
4818 FmaddFmsubHelper(s1, q2, qa, s1_proc, s1_proc_neg, s1_proc_neg, s1_proc);
4820 FmaddFmsubHelper(q1, q2, sa, sa_proc, sa_proc, sa_proc_neg, sa_proc_neg);
4823 FmaddFmsubHelper(s1, q2, s
4848 float q2 = rawbits_to_float(0x7fea2222); local
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/x86/
H A Dvp9_dct_sse2.c495 const __m128i q2 = _mm_add_epi16(in2, in5); local
505 const __m128i r1 = _mm_add_epi16(q1, q2);
506 const __m128i r2 = _mm_sub_epi16(q1, q2);
1422 const __m128i q2 = _mm_add_epi16(input2, input5); local
1432 const __m128i r1 = _mm_add_epi16(q1, q2);
1433 const __m128i r2 = _mm_sub_epi16(q1, q2);
/external/libvpx/libvpx/vp9/encoder/x86/
H A Dvp9_dct_avx2.c323 const __m128i q2 = _mm_add_epi16(in2, in5); local
333 const __m128i r1 = _mm_add_epi16(q1, q2);
334 const __m128i r2 = _mm_sub_epi16(q1, q2);
1234 const __m128i q2 = _mm_add_epi16(input2, input5); local
1244 const __m128i r1 = _mm_add_epi16(q1, q2);
1245 const __m128i r2 = _mm_sub_epi16(q1, q2);
H A Dvp9_dct_sse2.c424 const __m128i q2 = _mm_add_epi16(in2, in5); local
434 const __m128i r1 = _mm_add_epi16(q1, q2);
435 const __m128i r2 = _mm_sub_epi16(q1, q2);
1335 const __m128i q2 = _mm_add_epi16(input2, input5); local
1345 const __m128i r1 = _mm_add_epi16(q1, q2);
1346 const __m128i r2 = _mm_sub_epi16(q1, q2);
/external/chromium_org/third_party/openmax_dl/dl/sp/src/arm/neon/
H A DomxSP_FFTFwd_RToCCS_S16_Sfs_s.S98 #define qX1 q2.s16
/external/chromium_org/third_party/opus/src/celt/arm/
H A Dcelt_pitch_xcorr_arm.s56 ; q2 = y_B|y_A|y_9|y_8|y_7|y_6|y_5|y_4
212 VLD1.16 {q2}, [r5]!
/external/libopus/celt/arm/
H A Dcelt_pitch_xcorr_arm.s56 ; q2 = y_B|y_A|y_9|y_8|y_7|y_6|y_5|y_4
212 VLD1.16 {q2}, [r5]!
/external/srec/seti/sltsEngine/src/
H A Drun_seq_lts.c88 int matches(LQUESTION *q1, LQUESTION *q2, int type, LDP *dp) ;
1279 int matches(LQUESTION *q1, LQUESTION *q2, int type, LDP *dp) argument
1287 m2 = qmatches(q2, dp);
1291 m2 = qmatches(q2, dp);
1295 m2 = qmatches(q2, dp);
1299 m2 = qmatches(q2, dp);
1314 LQUESTION *q2; local
1335 q2 = lts->questions[q2_index];
1337 if (matches(q1, q2, comb_type, dp)) {
/external/chromium_org/v8/src/arm/
H A Dassembler-arm.h398 const QwNeonRegister q2 = { 2 }; member in namespace:v8::internal
/external/opencv/cv/src/
H A Dcvimgwarp.cpp95 const double q2 = (6*B + 30*C)/6.;
99 #define ICV_CUBIC_2(x) ((((x)*q3 + q2)*(x) + q1)*(x) + q0)
/external/llvm/test/MC/AArch64/
H A Dneon-diagnostics.s6379 sha256h q0, q1, q2
6381 sha256h2 q0, q1, q2
6403 // CHECK: sha256h q0, q1, q2
6409 // CHECK: sha256h2 q0, q1, q2
/external/valgrind/main/VEX/priv/
H A Dhost_amd64_isel.c4237 AMD64RI* q2 = iselIntExpr_RI(env, e->Iex.Qop.details->arg2); local
4242 addInstr(env, AMD64Instr_Alu64M(Aalu_MOV, q2, m16_rsp));
/external/chromium_org/v8/tools/profviz/
H A Dgnuplot-4.6.3-emscripten.js3728 var q2 = b / d;
3744 q1 = q2;
3745 q2 = b / d;
3746 } while (Math.abs(q1 - q2) / q2 > MATH_TOLERANCE);
3747 return (ONE_SQRTPI * Math.exp(- x * x) * q2);
[all...]
/external/chromium_org/third_party/libjingle/source/talk/media/testdata/
H A Dh264-svc-99-640x360.rtpdump4217 �� �� ����[U����v�����ka�m��:���z�����'��g7�Cp�^�������t��˨ݏ�\��^@?�����!,� Ϋ�F����$�|&��.���O�ۥo���0o��h�����/�|y�M[A~�_�l���N�.��?�u�k��DŽ��$�w�V*W���]�]Aͅ��>~��yo}���{@�~�� V�! ?�&��a>��PX3گ�ꋠ~y:��}�#�[@�#��0ߵ���}p�-��Z�]S��X��SGG�q�[H���x;j����`��B;�pj�����ˏU����L��7�&�����oC����}�p�Y^�J�@?>��n�a��=�4��60����m���Q���=���Jp���|�t-� '> u�W��%e�2�qZ�g�>��$�}q2�pK�=/=�����/��O������}[m��'{m$n���?��u�9L6�4<���Ak��7>M�{�_��F��{|��$��T��/�E�� ,�">�����JZ����1ܾ�_��=�B�C���Ի�mxN��%������'��Wជ�|��ljoৢb� ����6;�aha+<���?��P a���:�?g��pw��m�k�|'g��|�c�W�k�|:���`S���=�pF�d��~�,?��h9@�:��r�F��O!L}E��;_c�sF�~]IK�;��y:��>��-> �!��m���%���J��� ��%�� �]mxp�c&��]���f��f��5rx8>���G4���rJΠBB��‘+��\��������N�vSE��˞z��ƀ����8� �OQ�cġq1}������4J�U���.w���tƵ�zQQ<����O��-q��^/��=�=C��v����6�0�rӨw��޼oW ��*�·��W�q4Z��xވ�E�[ݗ ���R�_F�?�s�K�?�]|�->��9��D������t����#�y����pG@�ӓ|2��VK�/e� `��}`t�HK��ip���,\]��,oA�h�
5449 ��Y���L��?��K�Pb����?�c�F�s��4�hV�ܒ���2���ة��4[P��QS1ђ2K�pv��}�[}k�3P�:�=%���#!�2m!�&f��y���Lך�Z֥�~߆�X3�hf�U�]���~i���%N�ll�ivZK��������^� �Q�G��_����~�kN�|2�q2[X��P- ������=��vL­k.R��p�H=>��ي�mO�kkg,`��9"|�M��v{xߕ��a�c���*�)�3�9��(꘻Y����^e7�p#����S��<xG�ѣ��?g�'�H q�`���I�|w�|���x��� ��^�Q�'h�ď������т��O��� G{�<~3�1[UU]��7����| 0͑?�f'�Y���"�*�dVJ'�� 3��[��
12058 ��%�Fz'�ӫ�5�*����� �zO�y�<kT^B8�Ŧ�{h�����W�b�g(\��g9�*Y���g��C܁��yaᘜ�\�u$����6' &f�9+���R��y��i��jZ ��VK-O:N�ė�Ϧ�g�啛HN]GG����.=m~���j=N�kSJ�G�˹��u�'�{�U=�9�O7��ҍ\$�O'�c�����f�]�^��q2��A?.I�&2b�s矛19��9ڳ�珕�ep�G�4�#ϛ���'�0}&�3��~\��:ͷ��#C���2��c)�� ��f��f5��ɥr,8>��G�P�.��G J!�r- c�T����8�z��ܔ��w�
13419 ��-@���^ګ���G�:��T�#44�=��P4Ih=*���vPcn&A�-M ������ �hڂo-�}���R�����^�sD�_�����}^�e��3fP~0���-�Z#�����_UIVA���ʵ�'r6�����~��6K�Z�,����0�d��]�Ea ���{�v�kUR�/� �7���w���\d���<���3�1�a�,����:P@����!��O-#�0�ag��}��7T��1���M�oC��>���sClAő�����Y�����$�<5����+�r��~�Va�@`�V���X'sshgv��E��7����mi#g�vǕ�:��������)�X�'hq�|"�������4�C�8_u���&C�J�q2ȥI�9������~9�b�����C��_�����^��l<٧RND� ����^������!�e��o�v��ܦ�� f�h��{ �|���
15860 P��Cj��D��hu h8L8��>6�QT�8@0�><�h����i�ˈ�3�4�����(�R�����5��q�K,�镵�����$Hc����q�tP���u��V��#�M/K��(� �*���[^~7�"z�;�]4��gB�>NL�r��;^6Dl�Z���4 �0$@G��jEƯ�j�3,^C֟��e졀��A�R0t�q2��=
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...

Completed in 698 milliseconds

<<1112