Home
last modified time | relevance | path

Searched defs:q0 (Results 1 – 25 of 42) sorted by relevance

12

/external/libvpx/libvpx/vp9/common/
Dvp9_loopfilter_filters.c24 uint8_t q0, uint8_t q1, in filter_mask()
40 uint8_t q0, uint8_t q1, in flat_mask4()
55 uint8_t p0, uint8_t q0, in flat_mask5()
66 uint8_t q0, uint8_t q1) { in hev_mask()
115 const uint8_t q0 = s[0 * p], q1 = s[1 * p], q2 = s[2 * p], q3 = s[3 * p]; in vp9_loop_filter_horizontal_edge_c() local
135 const uint8_t q0 = s[0], q1 = s[1], q2 = s[2], q3 = s[3]; in vp9_loop_filter_vertical_edge_c() local
151 const uint8_t q0 = *oq0, q1 = *oq1, q2 = *oq2, q3 = *oq3; in filter8() local
176 const uint8_t q0 = s[0 * p], q1 = s[1 * p], q2 = s[2 * p], q3 = s[3 * p]; in vp9_mbloop_filter_horizontal_edge_c() local
197 const uint8_t q0 = s[0], q1 = s[1], q2 = s[2], q3 = s[3]; in vp9_mbloop_filter_vertical_edge_c() local
222 const uint8_t q0 = *oq0, q1 = *oq1, q2 = *oq2, q3 = *oq3, in filter16() local
[all …]
/external/chromium_org/third_party/libwebp/dsp/
Ddec_sse2.c281 #define GET_NOTHEV(p1, p0, q0, q1, hev_thresh, not_hev) { \ argument
294 #define GET_BASE_DELTA(p1, p0, q0, q1, o) { \ argument
302 #define DO_SIMPLE_FILTER(p0, q0, fl) { \ argument
328 static void NeedsFilter(const __m128i* p1, const __m128i* p0, const __m128i* q0, in NeedsFilter()
348 static WEBP_INLINE void DoFilter2(const __m128i* p1, __m128i* p0, __m128i* q0, in DoFilter2()
370 __m128i* q0, __m128i* q1, in DoFilter4()
417 __m128i* q0, __m128i* q1, __m128i *q2, in DoFilter6()
517 __m128i* q0, __m128i* q1) { in Load16x4()
560 __m128i* q0, __m128i* q1) { in Store16x4()
603 __m128i q0 = _mm_loadu_si128((__m128i*)&p[0]); in SimpleVFilter16SSE2() local
[all …]
Ddec_neon.c36 #define NEEDS_FILTER(p1, p0, q0, q1, thresh, mask) \ argument
45 #define GET_BASE_DELTA(p1, p0, q0, q1, o) \ argument
52 #define DO_SIMPLE_FILTER(p0, q0, fl) \ argument
64 #define DO_FILTER2(p1, p0, q0, q1, thresh) \ argument
Ddec.c496 const int p1 = p[-2*step], p0 = p[-step], q0 = p[0], q1 = p[step]; in do_filter2() local
506 const int p1 = p[-2*step], p0 = p[-step], q0 = p[0], q1 = p[step]; in do_filter4() local
520 const int q0 = p[0], q1 = p[step], q2 = p[2*step]; in do_filter6() local
534 const int p1 = p[-2*step], p0 = p[-step], q0 = p[0], q1 = p[step]; in hev() local
539 const int p1 = p[-2*step], p0 = p[-step], q0 = p[0], q1 = p[step]; in needs_filter() local
546 const int q0 = p[0], q1 = p[step], q2 = p[2*step], q3 = p[3*step]; in needs_filter2() local
/external/webp/src/dsp/
Ddec_sse2.c281 #define GET_NOTHEV(p1, p0, q0, q1, hev_thresh, not_hev) { \ argument
294 #define GET_BASE_DELTA(p1, p0, q0, q1, o) { \ argument
302 #define DO_SIMPLE_FILTER(p0, q0, fl) { \ argument
328 static void NeedsFilter(const __m128i* p1, const __m128i* p0, const __m128i* q0, in NeedsFilter()
348 static WEBP_INLINE void DoFilter2(const __m128i* p1, __m128i* p0, __m128i* q0, in DoFilter2()
370 __m128i* q0, __m128i* q1, in DoFilter4()
417 __m128i* q0, __m128i* q1, __m128i *q2, in DoFilter6()
517 __m128i* q0, __m128i* q1) { in Load16x4()
560 __m128i* q0, __m128i* q1) { in Store16x4()
603 __m128i q0 = _mm_loadu_si128((__m128i*)&p[0]); in SimpleVFilter16SSE2() local
[all …]
Ddec_neon.c36 #define NEEDS_FILTER(p1, p0, q0, q1, thresh, mask) \ argument
45 #define GET_BASE_DELTA(p1, p0, q0, q1, o) \ argument
52 #define DO_SIMPLE_FILTER(p0, q0, fl) \ argument
64 #define DO_FILTER2(p1, p0, q0, q1, thresh) \ argument
Ddec.c496 const int p1 = p[-2*step], p0 = p[-step], q0 = p[0], q1 = p[step]; in do_filter2() local
506 const int p1 = p[-2*step], p0 = p[-step], q0 = p[0], q1 = p[step]; in do_filter4() local
520 const int q0 = p[0], q1 = p[step], q2 = p[2*step]; in do_filter6() local
534 const int p1 = p[-2*step], p0 = p[-step], q0 = p[0], q1 = p[step]; in hev() local
539 const int p1 = p[-2*step], p0 = p[-step], q0 = p[0], q1 = p[step]; in needs_filter() local
546 const int q0 = p[0], q1 = p[step], q2 = p[2*step], q3 = p[3*step]; in needs_filter2() local
/external/libvpx/libvpx/vp9/common/mips/dspr2/
Dvp9_loopfilter_masks_dspr2.h26 uint32_t q0, uint32_t q1, in vp9_filter_hev_mask_dspr2()
133 uint32_t q0, uint32_t q1, in vp9_filter_hev_mask_flatmask4_dspr2()
280 uint32_t p0, uint32_t q0, in vp9_flatmask5()
Dvp9_mbloop_loopfilter_dspr2.c36 uint32_t p3, p2, p1, p0, q0, q1, q2, q3; in vp9_mbloop_filter_horizontal_edge_dspr2() local
334 uint32_t p3, p2, p1, p0, q3, q2, q1, q0; in vp9_mbloop_filter_vertical_edge_dspr2() local
Dvp9_loopfilter_filters_dspr2.h373 const uint32_t q0 = *oq0, q1 = *oq1, q2 = *oq2, q3 = *oq3; in vp9_mbfilter_dspr2() local
446 uint32_t q0, uint32_t q1, in vp9_mbfilter1_dspr2()
532 const uint32_t q0 = *oq0, q1 = *oq1, q2 = *oq2, q3 = *oq3; in vp9_wide_mbfilter_dspr2() local
Dvp9_mblpf_vert_loopfilter_dspr2.c34 uint32_t p7, p6, p5, p4, p3, p2, p1, p0, q0, q1, q2, q3, q4, q5, q6, q7; in vp9_mb_lpf_vertical_edge_w_dspr2() local
Dvp9_mblpf_horiz_loopfilter_dspr2.c36 uint32_t p7, p6, p5, p4, p3, p2, p1, p0, q0, q1, q2, q3, q4, q5, q6, q7; in vp9_mb_lpf_horizontal_edge_w_dspr2() local
/external/libvpx/libvpx/vp8/common/
Dloopfilter_filters.c29 uc q0, uc q1, uc q2, uc q3) in vp8_filter_mask()
43 static signed char vp8_hevmask(uc thresh, uc p1, uc p0, uc q0, uc q1) in vp8_hevmask()
282 static signed char vp8_simple_filter_mask(uc blimit, uc p1, uc p0, uc q0, uc q1) in vp8_simple_filter_mask()
297 signed char q0 = (signed char) * oq0 ^ 0x80; in vp8_simple_filter() local
/external/webp/src/enc/
Dfilter.c54 const int p1 = p[-2*step], p0 = p[-step], q0 = p[0], q1 = p[step]; in do_filter2() local
64 const int p1 = p[-2*step], p0 = p[-step], q0 = p[0], q1 = p[step]; in do_filter4() local
77 const int p1 = p[-2*step], p0 = p[-step], q0 = p[0], q1 = p[step]; in hev() local
82 const int p1 = p[-2*step], p0 = p[-step], q0 = p[0], q1 = p[step]; in needs_filter() local
89 const int q0 = p[0], q1 = p[step], q2 = p[2*step], q3 = p[3*step]; in needs_filter2() local
/external/chromium_org/third_party/libwebp/enc/
Dfilter.c54 const int p1 = p[-2*step], p0 = p[-step], q0 = p[0], q1 = p[step]; in do_filter2() local
64 const int p1 = p[-2*step], p0 = p[-step], q0 = p[0], q1 = p[step]; in do_filter4() local
77 const int p1 = p[-2*step], p0 = p[-step], q0 = p[0], q1 = p[step]; in hev() local
82 const int p1 = p[-2*step], p0 = p[-step], q0 = p[0], q1 = p[step]; in needs_filter() local
89 const int q0 = p[0], q1 = p[step], q2 = p[2*step], q3 = p[3*step]; in needs_filter2() local
/external/fdlibm/
Dk_rem_pio2.c170 int jz,jx,jv,jp,jk,carry,n,iq[20],i,j,k,m,q0,ih; local
De_jn.c161 double q0,q1,h,tmp; int k,m; local
/external/eigen/test/
Dgeo_quaternion.cpp24 template<typename QuatType> void check_slerp(const QuatType& q0, const QuatType& q1) in check_slerp()
/external/chromium_org/third_party/mesa/src/src/mesa/tnl_dd/
Dt_dd_vertex.h65 GLfloat u0, v0, q0; member
/external/mesa3d/src/mesa/tnl_dd/
Dt_dd_vertex.h65 GLfloat u0, v0, q0; member
/external/opencv/cv/src/
Dcvtemplmatch.cpp344 double *q0, *q1, *q2, *q3; in cvMatchTemplate() local
Dcvmoments.cpp539 double q0 = t0 * t0, q1 = t1 * t1; in cvGetHuMoments() local
/external/libvpx/libvpx/vp9/common/x86/
Dvp9_loopfilter_intrin_sse2.c392 __m128i p4, p3, p2, p1, p0, q0, q1, q2, q3, q4; in mb_lpf_horizontal_edge_w_sse2_16() local
871 __m128i p3, p2, p1, p0, q0, q1, q2, q3; in vp9_mbloop_filter_horizontal_edge_sse2() local
/external/opencv/cvaux/src/
Dcvmorphcontours.cpp515 CvPoint2D32f Q(CvPoint2D32f q0,CvPoint2D32f q1,CvPoint2D32f q2,double t) in Q()
/external/tremolo/Tremolo/
Dmdct.c367 REG_TYPE t0,t1,v0,v1,q0,q1,s0,s1; in mdct_step8() local

12