Home
last modified time | relevance | path

Searched refs:qy (Results 1 - 15 of 15) sorted by relevance

/third_party/skia/src/gpu/geometry/
H A DGrQuad.cpp37 static void map_quad_general(const V4f& qx, const V4f& qy, const SkMatrix& m, in map_quad_general() argument
39 *xs = m.getScaleX() * qx + (m.getSkewX() * qy + m.getTranslateX()); in map_quad_general()
40 *ys = m.getSkewY() * qx + (m.getScaleY() * qy + m.getTranslateY()); in map_quad_general()
42 V4f w = m.getPerspX() * qx + (m.getPerspY() * qy + m.get(SkMatrix::kMPersp2)); in map_quad_general()
/third_party/ffmpeg/libavfilter/
H A Dvf_fspp.c155 int x, x0, y, es, qy, t; in filter() local
190 qy = y - 4; in filter()
192 if (qy > height - 1) qy = height - 1; in filter()
193 if (qy < 0) qy = 0; in filter()
195 qy = (qy >> qpsv) * qp_stride; in filter()
209 t = qp_store[qy + (t >> qpsh)]; in filter()
/third_party/alsa-utils/topology/nhlt/intel/dmic/
H A Ddmic-internal.h23 #define Q_MULTSR_32X32(px, py, qx, qy, qp) \
24 ((((px) * (py) >> ((qx) + (qy) - (qp) - 1)) + 1) >> 1)
28 * qy must be 31 or less.
30 #define Q_CONVERT_FLOAT(f, qy) \
31 ((int32_t)(((const double)f) * ((int64_t)1 << (const int)qy) + 0.5))
/third_party/ffmpeg/libavcodec/
H A Dvc1_pred.c403 int qx, qy, X, Y; in ff_vc1_pred_mv() local
406 qy = (s->mb_y << 6) + ((n == 2 || n == 3) ? 32 : 0); in ff_vc1_pred_mv()
410 if (qy + py < MV) py = MV - qy; in ff_vc1_pred_mv()
412 if (qy + py > Y) py = Y - qy; in ff_vc1_pred_mv()
768 int qx, qy, X, Y; in ff_vc1_pred_b_mv() local
772 qy = (s->mb_y << sh); in ff_vc1_pred_b_mv()
776 if (qy + py < MV) py = MV - qy; in ff_vc1_pred_b_mv()
838 int qx, qy, X, Y; ff_vc1_pred_b_mv() local
[all...]
H A Dvc1_mc.c514 int qx, qy; in ff_vc1_mc_4mv_luma() local
522 qy = (s->mb_y * 8) + (my >> 3); in ff_vc1_mc_4mv_luma()
528 if (qy < -18) in ff_vc1_mc_4mv_luma()
529 my -= 8 * (qy + 18); in ff_vc1_mc_4mv_luma()
530 else if (qy > height + 1) in ff_vc1_mc_4mv_luma()
531 my -= 8 * (qy - height - 1); in ff_vc1_mc_4mv_luma()
H A Dmobiclip.c336 int qx, qy; in setup_qtables() local
344 qy = quantizer / 6; in setup_qtables()
347 s->qtab[0][i] = quant4x4_tab[qx][i] << qy; in setup_qtables()
350 s->qtab[1][i] = quant8x8_tab[qx][i] << (qy - 2); in setup_qtables()
/third_party/skia/third_party/externals/freetype/src/smooth/
H A Dftgrays.c1053 FT_Int64 qx, qy; in gray_render_conic() local
1213 qy = LEFT_SHIFT( by, 33 - shift ) + LEFT_SHIFT( ay, 32 - 2 * shift ); in gray_render_conic()
1221 py += qy; in gray_render_conic()
1223 qy += ry; in gray_render_conic()
/third_party/skia/src/opts/
H A DSkRasterPipeline_opts.h4093 qy = cast<I32>(floor_(65536.0f * y + 0.5f)) - 32768;
4095 // Calculate screen coordinates sx & sy by flooring qx and qy.
4097 sy = qy >> 16;
4101 // Calculate tx and ty on the interval of [-1, 1). Give {qx} and {qy} are on the interval
4106 // Calculate {qx} - 1 and {qy} - 1 where the {} operation is handled by the cast, and the - 1
4110 ty = cast<I16>(qy ^ 0x8000);
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_structs.hpp2771 , qy( qy_ )
2856 qy = qy_;
2908 ( qy == rhs.qy ) && ( qz == rhs.qz ) && ( qw == rhs.qw ) && ( tx == rhs.tx ) && ( ty == rhs.ty ) &&
2929 float qy = {}; member
[all...]
H A Dvulkan_core.h12492 float qy; member
/third_party/mesa3d/include/vulkan/
H A Dvulkan_core.h13562 float qy; member
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
H A Dvulkan_core.h12652 float qy; member
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_core.h16116 float qy; member
H A Dvulkan_hash.hpp825 VULKAN_HPP_HASH_COMBINE( seed, sRTDataNV.qy );
H A Dvulkan_structs.hpp3044 , qy( qy_ )
3129 qy = qy_;
3197 return std::tie( sx, a, b, pvx, sy, c, pvy, sz, pvz, qx, qy, qz, qw, tx, ty, tz );
3210 ( sz == rhs.sz ) && ( pvz == rhs.pvz ) && ( qx == rhs.qx ) && ( qy == rhs.qy ) && ( qz == rhs.qz ) && ( qw == rhs.qw ) && ( tx == rhs.tx ) &&
3232 float qy = {}; member
[all...]

Completed in 313 milliseconds