Home
last modified time | relevance | path

Searched refs:pstep (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/arm/armv6/
Dloopfilter_v6.asm51 pstep RN r1 label
66 sub src, src, pstep, lsl #2 ; move src pointer down by 4 lines
71 ldr r9, [src], pstep ; p3
73 ldr r10, [src], pstep ; p2
75 ldr r11, [src], pstep ; p1
88 ldr r12, [src], pstep ; p0
102 ldr r9, [src], pstep ; q0
103 ldr r10, [src], pstep ; q1
116 ldr r11, [src], pstep ; q2
127 ldr r12, [src], pstep ; q3
[all …]
Dsimpleloopfilter_v6.asm50 pstep RN r1 label
62 ldr r3, [src, -pstep, lsl #1] ; p1
63 ldr r4, [src, -pstep] ; p0
65 ldr r6, [src, pstep] ; q1
227 sub src, src, pstep, lsl #2
236 strb r5, [src], pstep
241 strb r5, [src], pstep
246 strb r5, [src], pstep
250 strb r5, [src], pstep
258 ldrneh r4, [src], pstep
[all …]
/external/libvpx/libvpx/vp8/common/arm/armv6/
Dloopfilter_v6.asm51 pstep RN r1 label
66 sub src, src, pstep, lsl #2 ; move src pointer down by 4 lines
71 ldr r9, [src], pstep ; p3
73 ldr r10, [src], pstep ; p2
75 ldr r11, [src], pstep ; p1
88 ldr r12, [src], pstep ; p0
102 ldr r9, [src], pstep ; q0
103 ldr r10, [src], pstep ; q1
116 ldr r11, [src], pstep ; q2
127 ldr r12, [src], pstep ; q3
[all …]
Dsimpleloopfilter_v6.asm50 pstep RN r1 label
62 ldr r3, [src, -pstep, lsl #1] ; p1
63 ldr r4, [src, -pstep] ; p0
65 ldr r6, [src, pstep] ; q1
227 sub src, src, pstep, lsl #2
236 strb r5, [src], pstep
241 strb r5, [src], pstep
246 strb r5, [src], pstep
250 strb r5, [src], pstep
258 ldrneh r4, [src], pstep
[all …]
/external/libcxx/test/containers/sequences/deque/deque.modifiers/
Derase_iter.pass.cpp64 int pstep = std::max(N / std::max(std::min(N, 10), 1), 1); in testN() local
65 for (int p = 0; p < N; p += pstep) in testN()
Derase_iter_iter.pass.cpp64 int pstep = std::max(N / std::max(std::min(N, 10), 1), 1); in testN() local
65 for (int p = 0; p <= N; p += pstep) in testN()
/external/opencv/cv/src/
Dcvstereogc.cpp682 int pstep = (int)(state->ptrLeft->step/sizeof(GCVtx*)); in icvAlphaExpand() local
703 GCVtx** pleft = pleft0 + pstep*y; in icvAlphaExpand()
704 GCVtx** pright = pright0 + pstep*y; in icvAlphaExpand()
715 GCVtx** ptr = (k == 0 ? pleft0 : pright0) + y1*pstep; in icvAlphaExpand()
786 var1 = p[x+pstep]; in icvAlphaExpand()
822 GCVtx** pleft = pleft0 + pstep*y; in icvAlphaExpand()
823 GCVtx** pright = pright0 + pstep*y; in icvAlphaExpand()
/external/chromium_org/third_party/skia/third_party/lua/src/
Dlvm.c781 const TValue *pstep = ra+2; in luaV_execute()
786 else if (!tonumber(pstep, ra+2)) in luaV_execute()
788 setnvalue(ra, luai_numsub(L, nvalue(ra), nvalue(pstep))); in luaV_execute()