Home
last modified time | relevance | path

Searched refs:q2 (Results 1 – 10 of 10) sorted by relevance

/AliOS-Things-master/components/freetype/src/base/
A Dftbbox.c207 FT_Pos q2, in update_cubic_max() argument
220 q3 = q3 + q2; in update_cubic_max()
221 q2 = q2 + q1; in update_cubic_max()
223 q3 = q3 + q2; in update_cubic_max()
226 q2 = q2 / 2; in update_cubic_max()
230 q1 = q1 + q2; in update_cubic_max()
231 q2 = q2 + q3; in update_cubic_max()
233 q1 = q1 + q2; in update_cubic_max()
234 q2 = q2 + q3; in update_cubic_max()
235 q1 = ( q1 + q2 ) / 8; in update_cubic_max()
[all …]
/AliOS-Things-master/components/SDL2/src/video/arm/
A Dpixman-arm-neon-asm.S235 vrshr.u16 q2, q14, #8
238 vrshr.u16 q2, q1, #8
240 vraddhn.u16 d30, q1, q2
268 vrshr.u16 q2, q14, #8
273 vrshr.u16 q2, q1, #8
296 vshrn.u16 d7, q2, #3
298 vbic.i16 q2, #0xe0
302 vmovn.u16 d24, q2
349 vshrn.u16 d7, q2, #3
351 vbic.i16 q2, #0xe0
[all …]
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dsp/
A Ddec_neon.c216 *q2 = vreinterpretq_u8_u32(row26.val[1]); in Load8x8x2T_NEON()
613 DO_FILTER2(q1, q2, q3, q12, %[thresh]) in SimpleVFilter16_NEON()
637 DO_FILTER2(q1, q2, q12, q13, %[thresh]) in SimpleHFilter16_NEON()
813 const int8x16_t q2s = FlipSign_NEON(q2); in DoFilter6_NEON()
839 uint8x16_t p3, p2, p1, p0, q0, q1, q2, q3; in VFilter16_NEON() local
856 uint8x16_t p3, p2, p1, p0, q0, q1, q2, q3; in HFilter16_NEON() local
878 uint8x16_t q0, q1, q2, q3; in VFilter16i_NEON() local
889 p1 = q2; in VFilter16i_NEON()
902 uint8x16_t q0, q1, q2, q3; in HFilter16i_NEON() local
911 p1 = q2; in HFilter16i_NEON()
[all …]
A Ddec_msa.c343 v16u8 p3, p2, p1, p0, q3, q2, q1, q0; in VFilter16() local
352 LPF_MBFILTER(p2, p1, p0, q0, q1, q2, mask, hev); in VFilter16()
356 ST_UB2(q1, q2, ptemp, stride); in VFilter16()
362 v16u8 p3, p2, p1, p0, q3, q2, q1, q0; in HFilter16() local
379 LPF_MBFILTER(p2, p1, p0, q0, q1, q2, mask, hev); in HFilter16()
384 ILVRL_B2_SH(q2, q1, tmp2, tmp5); in HFilter16()
423 v16u8 p3, p2, p1, p0, q3, q2, q1, q0; in VFilterHorEdge16i() local
445 v16u8 p3, p2, p1, p0, q3, q2, q1, q0; in HFilterVertEdge16i() local
504 q2_d = __msa_copy_s_d((v2i64)q2, 0); in VFilter8()
516 q2_d = __msa_copy_s_d((v2i64)q2, 1); in VFilter8()
[all …]
A Ddec_sse2.c437 FLIP_SIGN_BIT2(*p2, *q2); in DoFilter6_SSE2()
693 __m128i p2, p1, p0, q0, q1, q2; in VFilter16_SSE2() local
700 LOAD_H_EDGES4(p, stride, q0, q1, q2, t1); in VFilter16_SSE2()
701 MAX_DIFF2(t1, q2, q1, q0, mask); in VFilter16_SSE2()
718 __m128i p3, p2, p1, p0, q0, q1, q2, q3; in HFilter16_SSE2() local
725 MAX_DIFF2(q3, q2, q1, q0, mask); in HFilter16_SSE2()
800 __m128i t1, p2, p1, p0, q0, q1, q2; in VFilter8_SSE2() local
808 MAX_DIFF2(t1, q2, q1, q0, mask); in VFilter8_SSE2()
819 STOREUV(q2, u, v, 2 * stride); in VFilter8_SSE2()
825 __m128i p3, p2, p1, p0, q0, q1, q2, q3; in HFilter8_SSE2() local
[all …]
A Ddec_mips32.c55 const int q0 = p[0], q1 = p[step], q2 = p[2 * step]; in do_filter6() local
66 p[ 2 * step] = VP8kclip1[q2 - a3]; in do_filter6()
83 const int q0 = p[0], q1 = p[step], q2 = p[2 * step], q3 = p[3 * step]; in needs_filter2() local
88 abs_mips32(p1 - p0) <= it && abs_mips32(q3 - q2) <= it && in needs_filter2()
89 abs_mips32(q2 - q1) <= it && abs_mips32(q1 - q0) <= it; in needs_filter2()
A Ddec.c509 const int q0 = p[0], q1 = p[step], q2 = p[2*step]; in DoFilter6_C() local
520 p[ 2*step] = VP8kclip1[q2 - a3]; in DoFilter6_C()
541 const int q1 = p[step], q2 = p[2 * step], q3 = p[3 * step]; in NeedsFilter2_C() local
544 VP8kabs0[p1 - p0] <= it && VP8kabs0[q3 - q2] <= it && in NeedsFilter2_C()
545 VP8kabs0[q2 - q1] <= it && VP8kabs0[q1 - q0] <= it; in NeedsFilter2_C()
A Ddec_mips_dsp_r2.c301 int p0, q0, p1, q1, p2, q2, p3, q3; in FilterLoop24() local
415 [p2]"=&r"(p2), [q2]"=&r"(q2), [p3]"=&r"(p3), [q3]"=&r"(q3), in FilterLoop24()
/AliOS-Things-master/components/freetype/src/pfr/
A Dpfrload.c775 FT_Byte* q2; in pfr_phy_font_load() local
793 q2 = q + length - 2; in pfr_phy_font_load()
809 if ( q + 32 > q2 ) in pfr_phy_font_load()
832 q = q2; in pfr_phy_font_load()
/AliOS-Things-master/hardware/chip/rtl872xd/
A Date.bin1381 …!�����!���A�J0!�]�����<�(��"�#! F�!�O�`h`F F���A�#!�� F�D�A�q2�!\(�!FpG-��OFA…
1725 p��T(� �p# q� �q2 Hp �ppG��$�Ր�!)����pG<��<0����#0�� ���B�]�U[۲+���"]�B�F6�RҲ…

Completed in 37 milliseconds