Home
last modified time | relevance | path

Searched refs:bx (Results 1 - 25 of 239) sorted by relevance

12345678910

/third_party/ffmpeg/libavcodec/
H A Dscpr.h221 uint32_t *bx, uint32_t *by, in decode_run_p()
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()
217 decode_run_p(AVCodecContext *avctx, uint32_t ptype, int run, int x, int y, uint32_t clr, uint32_t *dst, uint32_t *prev, int linesize, int plinesize, uint32_t *bx, uint32_t *by, uint32_t backstep, int sx1, int sx2, int *cx, int *cx1) decode_run_p() argument
[all...]
H A 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 in kmvc_decode_inter_8x8()
[all...]
H A 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 static 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 > in tm2_low_chroma()
505 tm2_hi_res_block(TM2Context *ctx, AVFrame *pic, int bx, int by) tm2_hi_res_block() argument
526 tm2_med_res_block(TM2Context *ctx, AVFrame *pic, int bx, int by) tm2_med_res_block() argument
548 tm2_low_res_block(TM2Context *ctx, AVFrame *pic, int bx, int by) tm2_low_res_block() argument
589 tm2_null_res_block(TM2Context *ctx, AVFrame *pic, int bx, int by) tm2_null_res_block() argument
636 tm2_still_block(TM2Context *ctx, AVFrame *pic, int bx, int by) tm2_still_block() argument
671 tm2_update_block(TM2Context *ctx, AVFrame *pic, int bx, int by) tm2_update_block() argument
711 tm2_motion_block(TM2Context *ctx, AVFrame *pic, int bx, int by) tm2_motion_block() argument
[all...]
H A 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 + ((i &1)<<(qpel+4)); 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 , stride); in cmp_direct_inline()
155 c->qpel_avg[1][bxy](c->temp + 8 , ref[8] + (bx>>2) + (by>>2)*stride + 8 , stride); in cmp_direct_inline()
156 c->qpel_avg[1][bxy](c->temp + 8*stride, ref[8] + (bx>>2) + (by>>2)*stride + 8*stride, stride); in cmp_direct_inline()
157 c->qpel_avg[1][bxy](c->temp + 8 + 8*stride, ref[8] + (bx>> in cmp_direct_inline()
1350 int bx= motion_bx+vect[i][2]; bidir_refine() local
[all...]
/third_party/mesa3d/src/gallium/winsys/svga/drm/
H A Dvmw_msg.c80 * @bx: [OUT] e.g. status from an HB message status command
88 ax, bx, cx, dx, si, di) \
92 "=b"(bx), \
121 * @bx: [OUT] e.g. status from an HB message status command
133 ax, bx, cx, dx, si, di) \
140 "=b"(bx), \
157 ax, bx, cx, dx, si, di) \
164 "=b"(bx), \
192 ax, bx, cx, dx, si, di) \
201 "=b"(bx), \
308 VMW_REG ax = 0, bx = 0, cx = 0, dx = 0, si = 0, di = 0; vmw_open_channel() local
338 VMW_REG ax = 0, bx = 0, cx = 0, dx = 0, si, di; vmw_close_channel() local
369 VMW_REG ax = 0, bx = 0, cx = 0, dx = 0, si, di, bp; vmw_send_msg() local
[all...]
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/crypto/
H A 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 l
[all...]
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/crypto/
H A 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 l
[all...]
/third_party/node/deps/openssl/openssl/crypto/
H A Darmv4cpuid.pl48 bx lr
70 .word 0xe12fff1e @ bx lr
105 bx lr
109 .word 0xe12fff1e @ bx lr
135 bx lr
139 .word 0xe12fff1e @ bx lr
152 bx lr
163 bx lr
174 bx lr
185 bx l
[all...]
/third_party/openssl/crypto/
H A Darmv4cpuid.pl48 bx lr
70 .word 0xe12fff1e @ bx lr
105 bx lr
109 .word 0xe12fff1e @ bx lr
135 bx lr
139 .word 0xe12fff1e @ bx lr
152 bx lr
163 bx lr
174 bx lr
185 bx l
[all...]
/third_party/musl/src/thread/arm/
H A 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/musl/src/fenv/arm/
H A 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/mesa3d/src/gallium/frontends/xvmc/tests/
H A 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)(INPUT_WIDTH - 1))), in main()
234 for (bx = 0; bx < MACROBLOCK_WIDTH_IN_BLOCKS / 2; ++bx) in main()
241 (short)(start + range * ((mbx * MACROBLOCK_WIDTH + bx * BLOCK_WIDT in main()
[all...]
/third_party/ffmpeg/libavfilter/dnn/
H A 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/skia/tests/
H A 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()
H A 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()
H A DReadPixelsTest.cpp182 for (int bx = 0; bx < bw; ++bx) { in check_read()
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()
[all...]
H A DPathOpsSimplifyQuadThreadedTest.cpp20 int bx = state.fB & 0x03; in testSimplifyQuadsMain() local
40 path.quadTo(SkIntToScalar(bx), SkIntToScalar(by), in testSimplifyQuadsMain()
54 pathStr.appendf(" path.quadTo(%d, %d, %d, %d);\n", bx, by, cx, cy); in testSimplifyQuadsMain()
H A DPathOpsSimplifyQuadralateralsThreadedTest.cpp20 int bx = state.fB & 0x03; in testSimplifyQuadralateralsMain() local
40 path.lineTo(SkIntToScalar(bx), SkIntToScalar(by)); in testSimplifyQuadralateralsMain()
54 pathStr.appendf(" path.lineTo(%d, %d);\n", bx, by); in testSimplifyQuadralateralsMain()
/third_party/ffmpeg/libavcodec/arm/
H A 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 l
[all...]
H A Dac3dsp_neon.S39 bx lr
69 bx lr
80 bx lr
94 bx lr
109 bx lr
156 bx lr
176 bx lr
H A 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 l
[all...]
H A Dblockdsp_neon.S29 bx lr
37 bx lr
/third_party/musl/src/ldso/arm/
H A Dtlsdesc.S9 bx lr
36 bx r0
47 bx lr
/third_party/musl/tools/
H A 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/ffmpeg/libavcodec/mips/
H A Daacpsy_mips.h80 float ax, bx, cx, dx; in calc_thr_3gpp_mips() local
93 "sqrt.s %[bx], %[b] \n\t" in calc_thr_3gpp_mips()
101 "add.s %[f], %[f], %[bx] \n\t" in calc_thr_3gpp_mips()
108 [ax]"=&f"(ax), [bx]"=&f"(bx), in calc_thr_3gpp_mips()

Completed in 12 milliseconds

12345678910