/third_party/ffmpeg/libavcodec/ |
H A D | scpr.h | 222 uint32_t backstep, int sx1, int sx2, in decode_run_p() 236 if (*bx >= x * 16 + sx2 || *bx >= avctx->width) { in decode_run_p() 258 if (*bx >= x * 16 + sx2 || *bx >= avctx->width) { in decode_run_p() 272 if (*bx >= x * 16 + sx2 || *bx >= avctx->width) { in decode_run_p() 286 if (*bx >= x * 16 + sx2 || *bx >= avctx->width) { in decode_run_p() 319 if (*bx >= x * 16 + sx2 || *bx >= avctx->width) { in decode_run_p() 341 if (*bx >= x * 16 + sx2 || *bx >= avctx->width) { 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
|
H A D | scpr.c | 422 int sy1 = 0, sy2 = 16, sx1 = 0, sx2 = 16; in decompress_p() local 430 ret |= decode_value(s, s->sxy_model[2], 16, 100, &sx2); in decompress_p() 435 sx2++; in decompress_p() 455 for (j = 0; j < sx2 - sx1 && (bx + sx1 + j) < avctx->width && (bx + mvx + sx1 + j) < avctx->width; j++) { in decompress_p() 487 backstep, sx1, sx2, &cx, &cx1); in decompress_p()
|
H A D | scpr3.c | 1088 int sy1 = 0, sy2 = 16, sx1 = 0, sx2 = 16; in decompress_p3() local 1108 s->sxy_model3[2].dectab, &sx2); in decompress_p3() 1117 sx2++; in decompress_p3() 1163 for (j = 0; j < sx2 - sx1 && (bx + sx1 + j) < avctx->width && (bx + mvx + sx1 + j) < avctx->width; j++) { in decompress_p3() 1203 backstep, sx1, sx2, &cx, &cx1); in decompress_p3()
|
/third_party/skia/modules/canvaskit/htmlcanvas/ |
H A D | lineargradient.js | 58 var sx2 = pts[2]; 62 this._shader = CanvasKit.Shader.MakeLinearGradient([sx1, sy1], [sx2, sy2],
|
H A D | radialgradient.js | 61 var sx2 = pts[2]; 73 [sx1, sy1], sr1, [sx2, sy2], sr2, this._colors, this._pos,
|
/third_party/typescript/tests/baselines/reference/ |
H A D | privateClassPropertyAccessibleWithinNestedClass.js | 26 var sx2 = C.y; variable 71 var sx2 = C.y;
|
H A D | protectedClassPropertyAccessibleWithinNestedClass.js | 26 var sx2 = C.y; variable 71 var sx2 = C.y;
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/ |
H A D | fd5_blitter.c | 315 unsigned sx1, sy1, sx2, sy2; in emit_blit() local 345 sx2 = sbox->x + sbox->width - 1; in emit_blit() 414 OUT_RING(ring, CP_BLIT_2_SRC_X2(sx2) | CP_BLIT_2_SRC_Y2(sy2)); in emit_blit()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/ |
H A D | fd6_blitter.c | 633 int sx1, sy1, sx2, sy2; in emit_blit_texture() local 647 sx2 = (sbox->x + sbox->width) * nr_samples - 1; in emit_blit_texture() 652 OUT_RING(ring, A6XX_GRAS_2D_SRC_BR_X(sx2)); in emit_blit_texture()
|
/third_party/mesa3d/src/util/format/ |
H A D | u_format_fxt1.c | 196 int32_t sx, sx2; in fxt1_variance() local 201 sx = sx2 = 0; in fxt1_variance() 205 sx2 += t * t; in fxt1_variance() 207 var = sx2 * teenth - sx * sx * teenth * teenth; in fxt1_variance()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
H A D | vktSpvAsmInstructionTests.cpp | 14794 const fp16type sx2 (esx.asDouble() / 2.0); 14796 result = sx2.asDouble(); 14837 const fp16type sx2 (esx.asDouble() / 2.0); 14839 result = sx2.asDouble(); 14876 const fp16type sx2 (esx.asDouble() / 2.0); 14879 const fp16type tg (sx2.asDouble() / cx2.asDouble());
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/ |
H A D | vktSpvAsmInstructionTests.cpp | 14696 const fp16type sx2 (esx.asDouble() / 2.0); 14698 result = sx2.asDouble(); 14739 const fp16type sx2 (esx.asDouble() / 2.0); 14741 result = sx2.asDouble(); 14778 const fp16type sx2 (esx.asDouble() / 2.0); 14781 const fp16type tg (sx2.asDouble() / cx2.asDouble());
|