Home
last modified time | relevance | path

Searched refs:bx (Results 1 – 25 of 257) sorted by relevance

1234567891011

/third_party/ffmpeg/libavcodec/
Dscpr.h221 uint32_t *bx, uint32_t *by, in decode_run_p() argument
234 dst[*by * linesize + *bx] = clr; in decode_run_p()
235 (*bx)++; in decode_run_p()
236 if (*bx >= x * 16 + sx2 || *bx >= avctx->width) { in decode_run_p()
237 *bx = x * 16 + sx1; in decode_run_p()
244 if (*bx == 0) { in decode_run_p()
255 clr = dst[*by * linesize + *bx - 1 - z]; in decode_run_p()
256 dst[*by * linesize + *bx] = clr; in decode_run_p()
257 (*bx)++; in decode_run_p()
258 if (*bx >= x * 16 + sx2 || *bx >= avctx->width) { in decode_run_p()
[all …]
Dtruemotion2.c429 Y = (ctx->cur?ctx->Y2:ctx->Y1) + by * 4 * Ystride + bx * 4;\
430 V = (ctx->cur?ctx->V2:ctx->V1) + by * 2 * Vstride + bx * 2;\
431 U = (ctx->cur?ctx->U2:ctx->U1) + by * 2 * Ustride + bx * 2;\
432 last = ctx->last + bx * 4;\
433 clast = ctx->clast + bx * 4;
443 Yo = (ctx->cur?ctx->Y1:ctx->Y2) + by * 4 * oYstride + bx * 4;\
444 Vo = (ctx->cur?ctx->V1:ctx->V2) + by * 2 * oVstride + bx * 2;\
445 Uo = (ctx->cur?ctx->U1:ctx->U2) + by * 2 * oUstride + bx * 2;
486 …ic inline void tm2_low_chroma(int *data, int stride, int *clast, unsigned *CD, int *deltas, int bx) in tm2_low_chroma() argument
492 if (bx > 0) in tm2_low_chroma()
[all …]
Dkmvc.c80 int bx, by; in kmvc_decode_intra_8x8() local
87 for (bx = 0; bx < w; bx += 8) { in kmvc_decode_intra_8x8()
96 BLK(ctx->cur, bx + (i & 0x7), by + (i >> 3)) = val; in kmvc_decode_intra_8x8()
99 l0x = bx + (i & 1) * 4; in kmvc_decode_intra_8x8()
169 int bx, by; in kmvc_decode_inter_8x8() local
176 for (bx = 0; bx < w; bx += 8) { in kmvc_decode_inter_8x8()
187 BLK(ctx->cur, bx + (i & 0x7), by + (i >> 3)) = val; in kmvc_decode_inter_8x8()
190 BLK(ctx->cur, bx + (i & 0x7), by + (i >> 3)) = in kmvc_decode_inter_8x8()
191 BLK(ctx->prev, bx + (i & 0x7), by + (i >> 3)); in kmvc_decode_inter_8x8()
199 l0x = bx + (i & 1) * 4; in kmvc_decode_inter_8x8()
Dmotion_est.c127 …int bx = hx ? fx - c->co_located_mv[i][0] : c->co_located_mv[i][0]*(time_pb - time_pp)/time_pp + (… in cmp_direct_inline() local
130 int bxy= (bx&mask) + ((by&mask)<<(qpel+1)); in cmp_direct_inline()
135 c->qpel_avg[1][bxy](dst, ref[8] + (bx>>2) + (by>>2)*stride, stride); in cmp_direct_inline()
138 c->hpel_avg[1][bxy](dst, ref[8] + (bx>>1) + (by>>1)*stride, stride, 8); in cmp_direct_inline()
144 … int bx = hx ? fx - c->co_located_mv[0][0] : (c->co_located_mv[0][0]*(time_pb - time_pp)/time_pp); in cmp_direct_inline() local
147 int bxy= (bx&mask) + ((by&mask)<<(qpel+1)); in cmp_direct_inline()
154 …c->qpel_avg[1][bxy](c->temp , ref[8] + (bx>>2) + (by>>2)*stride , stri… in cmp_direct_inline()
155 …c->qpel_avg[1][bxy](c->temp + 8 , ref[8] + (bx>>2) + (by>>2)*stride + 8 , stri… in cmp_direct_inline()
156 …c->qpel_avg[1][bxy](c->temp + 8*stride, ref[8] + (bx>>2) + (by>>2)*stride + 8*stride, stri… in cmp_direct_inline()
157 …c->qpel_avg[1][bxy](c->temp + 8 + 8*stride, ref[8] + (bx>>2) + (by>>2)*stride + 8 + 8*stride, stri… in cmp_direct_inline()
[all …]
/third_party/mesa3d/src/gallium/winsys/svga/drm/
Dvmw_msg.c88 ax, bx, cx, dx, si, di) \ argument
92 "=b"(bx), \
133 ax, bx, cx, dx, si, di) \ argument
140 "=b"(bx), \
157 ax, bx, cx, dx, si, di) \ argument
164 "=b"(bx), \
192 ax, bx, cx, dx, si, di) \ argument
201 "=b"(bx), \
219 ax, bx, cx, dx, si, di) \ argument
228 "=b"(bx), \
[all …]
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/crypto/
Darmv4cpuid.S24 bx lr
46 .word 0xe12fff1e @ bx lr
81 bx lr
85 .word 0xe12fff1e @ bx lr
111 bx lr
115 .word 0xe12fff1e @ bx lr
128 bx lr
139 bx lr
150 bx lr
161 bx lr
[all …]
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/crypto/
Darmv4cpuid.S24 bx lr
46 .word 0xe12fff1e @ bx lr
81 bx lr
85 .word 0xe12fff1e @ bx lr
111 bx lr
115 .word 0xe12fff1e @ bx lr
128 bx lr
139 bx lr
150 bx lr
161 bx lr
[all …]
/third_party/musl/src/thread/arm/
Datomics.s8 bx lr
20 bx lr
21 1: bx ip
29 bx lr
37 bx lr
47 bx lr
62 bx lr
77 bx lr
84 bx lr
/third_party/mesa3d/src/gallium/frontends/xvmc/tests/
Dtest_rendering.c149 int mbx, mby, bx, by; in main() local
217 for (bx = 0; bx < MACROBLOCK_WIDTH_IN_BLOCKS; ++bx) in main()
224 … (short)(start + range * ((mbx * MACROBLOCK_WIDTH + bx * BLOCK_WIDTH) / (float)(INPUT_WIDTH - 1))), in main()
225 …(short)(start + range * ((mbx * MACROBLOCK_WIDTH + bx * BLOCK_WIDTH + BLOCK_WIDTH - 1) / (float)(I… in main()
234 for (bx = 0; bx < MACROBLOCK_WIDTH_IN_BLOCKS / 2; ++bx) in main()
241 … (short)(start + range * ((mbx * MACROBLOCK_WIDTH + bx * BLOCK_WIDTH) / (float)(INPUT_WIDTH - 1))), in main()
242 …(short)(start + range * ((mbx * MACROBLOCK_WIDTH + bx * BLOCK_WIDTH + BLOCK_WIDTH - 1) / (float)(I… in main()
252 … (short)(start + range * ((mbx * MACROBLOCK_WIDTH + bx * BLOCK_WIDTH) / (float)(INPUT_WIDTH - 1))), in main()
253 …(short)(start + range * ((mbx * MACROBLOCK_WIDTH + bx * BLOCK_WIDTH + BLOCK_WIDTH - 1) / (float)(I… in main()
/third_party/skia/third_party/externals/oboe/docs/reference/
Djquery.js16bx={};bF.fn=bF.prototype={constructor:bF,init:function(b0,b4,b3){var b2,b5,b1,b6;if(!b0){return th… argument
23bx=function(bR,e){return"\\"+(e-0+1)};for(var bz in bE.match){bE.match[bz]=new RegExp(bE.match[bz]… variable
/third_party/musl/src/fenv/arm/
Dfenv-hf.S11 bx lr
22 bx lr
30 bx lr
40 bx lr
50 bx lr
58 bx lr
68 bx lr
/third_party/typescript/tests/baselines/reference/
DgenericTypeParameterEquivalence2.types105 function curry1<A, B, C>(f: (a: A, b: B) => C): (ax: A) => (bx: B) => C {
106 >curry1 : <A, B, C>(f: (a: A, b: B) => C) => (ax: A) => (bx: B) => C
111 >bx : B
132 >cfilter : <A>(ax: (a: A) => boolean) => (bx: A[]) => A[]
133 >curry1(filter) : <A>(ax: (a: A) => boolean) => (bx: A[]) => A[]
134 >curry1 : <A, B, C>(f: (a: A, b: B) => C) => (ax: A) => (bx: B) => C
155 >cfilter(pred) : (bx: A[]) => A[]
156 >cfilter : <A>(ax: (a: A) => boolean) => (bx: A[]) => A[]
167 >where : (bx: A[]) => A[]
168 >cfilter(pred) : (bx: A[]) => A[]
[all …]
/third_party/skia/tests/
DReadPixelsTest.cpp182 for (int bx = 0; bx < bw; ++bx) { in check_read() local
183 int devx = bx + srcRect.fLeft; in check_read()
185 const uint8_t* alpha = bitmap.getAddr8(bx, by); in check_read()
195 bx, by, surfaceAlpha, *alpha); in check_read()
200 uint32_t origDstAlpha = SkGetPackedA32(get_dst_bmp_init_color(bx, by, bw)); in check_read()
212 for (int bx = 0; bx < bw; ++bx) { in check_read() local
213 int devx = bx + srcRect.fLeft; in check_read()
216 const uint32_t* pixel = bitmap.getAddr32(bx, by); in check_read()
233 bx, by, surfacePMColor, pmPixel, didPremul); in check_read()
238 uint32_t origDstPixel = get_dst_bmp_init_color(bx, by, bw); in check_read()
DPathOpsSimplifyDegenerateThreadedTest.cpp16 int bx = state.fB & 0x03; in testSimplifyDegeneratesMain() local
36 path.lineTo(SkIntToScalar(bx), SkIntToScalar(by)); in testSimplifyDegeneratesMain()
45 pathStr.appendf(" path.lineTo(%d, %d);\n", bx, by); in testSimplifyDegeneratesMain()
72 int bx = b & 0x03; in DEF_TEST() local
77 bool abcIsATriangle = (bx - ax) * (cy - ay) != (by - ay) * (cx - ax); in DEF_TEST()
DPathOpsSimplifyTrianglesThreadedTest.cpp17 int bx = state.fB & 0x03; in testSimplifyTrianglesMain() local
39 path.lineTo(SkIntToScalar(bx), SkIntToScalar(by)); in testSimplifyTrianglesMain()
48 pathStr.appendf(" path.lineTo(%d, %d);\n", bx, by); in testSimplifyTrianglesMain()
75 int bx = b & 0x03; in DEF_TEST() local
83 if ((bx - ax) * (cy - ay) == (by - ay) * (cx - ax)) { in DEF_TEST()
/third_party/ffmpeg/libavfilter/dnn/
Ddnn_backend_native_layer_depth2space.c64 int y, x, by, bx, ch; in ff_dnn_execute_layer_depth2space() local
91 for (bx = 0; bx < block_size; ++bx){ in ff_dnn_execute_layer_depth2space()
93 … output[by * by_linesize + x * x_linesize + bx * new_channels + ch] = input[ch]; in ff_dnn_execute_layer_depth2space()
/third_party/ffmpeg/libavcodec/arm/
Dac3dsp_neon.S39 bx lr
69 bx lr
80 bx lr
94 bx lr
109 bx lr
156 bx lr
176 bx lr
Dhevcdsp_idct_neon.S60 bx lr
79 bx lr
99 bx lr
118 bx lr
145 bx lr
168 bx lr
208 bx lr
229 bx lr
243 bx lr
264 bx lr
[all …]
Dhevcdsp_qpel_neon.S255 bx lr
333 bx lr
395 bx lr
469 bx lr
552 bx lr
665 bx lr
761 bx lr
775 bx lr
790 bx lr
805 bx lr
[all …]
/third_party/musl/src/ldso/arm/
Dtlsdesc.S9 bx lr
36 bx r0
47 bx lr
/third_party/musl/tools/
Dadd-cfi.i386.awk132 if (match($0, / %(ax|bx|cx|dx|di|si|bp|sp)/))
138 if (match($0, / %(ax|bx|cx|dx|di|si|bp|sp)/))
155 /pushl? %e(ax|bx|cx|dx|si|di|bp)/ { # don't match "push (%reg)"
170 /movl? %e(ax|bx|cx|dx|si|di|bp),-?(0x[0-9a-fA-F]+|[0-9]+)?\(%esp\)/ {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DREADME-Thumb.txt119 bx lr
122 bx lr
125 bx lr
128 bx lr
150 bx lr
157 bx lr
209 bx r5
259 bx lr
/third_party/ffmpeg/libavcodec/mips/
Daacpsy_mips.h80 float ax, bx, cx, dx; in calc_thr_3gpp_mips() local
108 [ax]"=&f"(ax), [bx]"=&f"(bx), in calc_thr_3gpp_mips()
/third_party/ffmpeg/libavutil/arm/
Dfloat_dsp_neon.S61 bx lr
108 bx lr
146 bx lr
221 bx lr
245 bx lr
257 bx lr
270 bx lr
/third_party/musl/crt/arm/
Dcrtn.s5 bx lr
9 bx lr

1234567891011