HomeSort by relevance Sort by last modified time
    Searched refs:scale_x (Results 1 - 23 of 23) sorted by null

  /external/skia/src/opts/
SkBitmapProcState_opts_SSSE3.cpp 126 // @param scale_x vector of 8 bit components to multiply the pixel[0:3]. This
135 const __m128i& scale_x) {
161 return _mm_maddubs_epi16(a0, scale_x);
205 const __m128i& scale_x,
208 scale_x);
220 __m128i scale_x,
229 __m128i sum = _mm_maddubs_epi16(a0, scale_x);
247 const __m128i& scale_x,
250 scale_x);
286 const __m128i& scale_x,
442 __m128i scale_x; local
476 __m128i scale_x = _mm_sub_epi8(sixteen_8bit, all_x); local
514 __m128i scale_x; local
550 __m128i scale_x = _mm_sub_epi8(sixteen_8bit, all_x); local
620 __m128i scale_x = _mm_unpacklo_epi8(sixteen_minus_xy, all_xy); local
672 __m128i scale_x = _mm_sub_epi8(sixteen_8bit, all_x); local
    [all...]
  /external/proguard/src/proguard/gui/splash/
ImageSprite.java 68 double scale_x = scaleX.getDouble(time); local
71 int width = (int)(image.getWidth(null) * scale_x);
  /external/mesa3d/src/gallium/state_trackers/xa/
xa_yuv.c 123 float scale_x; local
140 scale_x = (float)src_w / (float)dst_w;
151 (float)src_x + scale_x * (x - dst_x),
153 scale_x * w, scale_y * h, x, y, w, h, yuv);
  /hardware/qcom/display/msm8996/sdm/libs/core/
resource_default.h 120 DisplayError ValidateDownScaling(float scale_x, float scale_y, bool ubwc_tiled);
121 DisplayError ValidateUpScaling(float scale_x, float scale_y);
122 DisplayError GetScaleFactor(const LayerRect &crop, const LayerRect &dst, float *scale_x,
resource_default.cpp 707 float scale_x = 1.0f; local
710 error = GetScaleFactor(crop, dst, &scale_x, &scale_y);
715 error = ValidateDownScaling(scale_x, scale_y, ubwc_tiled);
720 error = ValidateUpScaling(scale_x, scale_y);
728 DisplayError ResourceDefault::ValidateDownScaling(float scale_x, float scale_y, bool ubwc_tiled) {
729 if ((UINT32(scale_x) > 1) || (UINT32(scale_y) > 1)) {
737 if (scale_x > max_scale_down || scale_y > max_scale_down) {
739 "Scaling down is over the limit: scale_x = %.0f, scale_y = %.0f, " \
740 "has_deci = %d", scale_x, scale_y, hw_res_info_.has_decimation);
745 DLOGV_IF(kTagResources, "scale_x = %.4f, scale_y = %.4f", scale_x, scale_y)
    [all...]
  /hardware/qcom/display/msm8998/sdm/libs/core/
resource_default.h 126 DisplayError ValidateDownScaling(float scale_x, float scale_y, bool ubwc_tiled);
127 DisplayError ValidateUpScaling(float scale_x, float scale_y);
128 DisplayError GetScaleFactor(const LayerRect &crop, const LayerRect &dst, float *scale_x,
resource_default.cpp 745 float scale_x = 1.0f; local
748 error = GetScaleFactor(crop, dst, &scale_x, &scale_y);
753 error = ValidateDownScaling(scale_x, scale_y, (layout != kLinear));
758 error = ValidateUpScaling(scale_x, scale_y);
766 DisplayError ResourceDefault::ValidateDownScaling(float scale_x, float scale_y, bool ubwc_tiled) {
767 if ((UINT32(scale_x) > 1) || (UINT32(scale_y) > 1)) {
775 if (scale_x > max_scale_down || scale_y > max_scale_down) {
777 "Scaling down is over the limit: scale_x = %.0f, scale_y = %.0f, " \
778 "has_deci = %d", scale_x, scale_y, hw_res_info_.has_decimation);
783 DLOGV_IF(kTagResources, "scale_x = %.4f, scale_y = %.4f", scale_x, scale_y)
    [all...]
  /hardware/qcom/display/sdm845/sdm/libs/core/
resource_default.h 126 DisplayError ValidateDownScaling(float scale_x, float scale_y, bool ubwc_tiled);
127 DisplayError ValidateUpScaling(float scale_x, float scale_y);
128 DisplayError GetScaleFactor(const LayerRect &crop, const LayerRect &dst, float *scale_x,
resource_default.cpp 745 float scale_x = 1.0f; local
748 error = GetScaleFactor(crop, dst, &scale_x, &scale_y);
753 error = ValidateDownScaling(scale_x, scale_y, (layout != kLinear));
758 error = ValidateUpScaling(scale_x, scale_y);
766 DisplayError ResourceDefault::ValidateDownScaling(float scale_x, float scale_y, bool ubwc_tiled) {
767 if ((UINT32(scale_x) > 1) || (UINT32(scale_y) > 1)) {
775 if (scale_x > max_scale_down || scale_y > max_scale_down) {
777 "Scaling down is over the limit: scale_x = %.0f, scale_y = %.0f, " \
778 "has_deci = %d", scale_x, scale_y, hw_res_info_.has_decimation);
783 DLOGV_IF(kTagResources, "scale_x = %.4f, scale_y = %.4f", scale_x, scale_y)
    [all...]
  /external/mesa3d/src/gallium/drivers/ilo/core/
ilo_state_viewport.c 74 float scale_x, scale_y; local
89 scale_x = fabsf(mat->scale[0]);
102 if (scale_x < 1.0f)
103 scale_x = 1.0f;
108 *min_gbx = ((float) (center_x - half_len) - mat->translate[0]) / scale_x;
109 *max_gbx = ((float) (center_x + half_len) - mat->translate[0]) / scale_x;
  /frameworks/base/libs/hwui/protos/
hwui.proto 45 required float scale_x = 14;
  /external/libdrm/exynos/
exynos_fimg2d.c 695 unsigned int scale_x, scale_y; local
705 scale_x = g2d_get_scaling(src_w, dst_w);
756 g2d_add_cmd(ctx, SRC_XSCALE_REG, scale_x);
921 unsigned int scale_x, scale_y; local
927 scale_x = g2d_get_scaling(src_w, dst_w);
991 g2d_add_cmd(ctx, SRC_XSCALE_REG, scale_x);
  /external/pdfium/core/fxge/ge/
cfx_renderdevice.cpp 919 FX_FLOAT scale_x = FXSYS_fabs(matrixCTM.a); local
    [all...]
  /external/ImageMagick/coders/
wmf.c 331 scale_x,
716 XC(bmp_draw->pt.x) * ddata->scale_x, YC(bmp_draw->pt.y) * ddata->scale_y,
717 width * ddata->scale_x, height * ddata->scale_y, magick_wand);
847 DrawScale(WmfDrawingWand, ddata->scale_x, ddata->scale_y);
329 scale_x, member in struct:_wmf_magick_t
    [all...]
  /external/opencv/cv/src/
cvimgwarp.cpp 293 int scale_x = ssize.width/dsize.width; \
295 int area = scale_x*scale_y; \
296 float scale = 1.f/(scale_x*scale_y); \
637 float scale_x, scale_y; local
    [all...]
  /external/harfbuzz_ng/util/
options.cc 623 int scale_x = (int) scalbnf (font_size_x, subpixel_bits); local
625 hb_font_set_scale (font, scale_x, scale_y);
  /external/webrtc/webrtc/base/
x11windowpicker.cc 511 double scale_x = static_cast<double>(dst_width) / local
515 double scale = std::min(scale_y, scale_x);
  /hardware/qcom/display/msm8998/sdm/libs/core/drm/
hw_device_drm.cpp 761 float scale_x = FLOAT(display_attributes_.x_pixels) / FLOAT(mixer_attributes.width); local
764 if (scale_x > max_scale_up || scale_y > max_scale_up) {
766 "Up scaling ratio exceeds for destination scalar upscale limit scale_x %f scale_y %f "
768 scale_x, scale_y, max_scale_up);
  /external/pdfium/core/fxge/dib/
fx_dib_engine.cpp 324 double scale_x = (FX_FLOAT)m_SrcWidth / (FX_FLOAT)m_DestWidth; local
328 double src_left = scale_x * ((FX_FLOAT)(clip_rect.left) + base_x);
329 double src_right = scale_x * ((FX_FLOAT)(clip_rect.right) + base_x);
    [all...]
  /hardware/qcom/display/msm8996/sdm/libs/core/fb/
hw_device.cpp 1182 float scale_x = FLOAT(display_attributes_.x_pixels) \/ FLOAT(mixer_attributes.width); local
    [all...]
  /hardware/qcom/display/sdm845/sdm/libs/core/drm/
hw_device_drm.cpp 1070 float scale_x = FLOAT(display_attributes_.x_pixels) \/ FLOAT(mixer_attributes.width); local
    [all...]
  /hardware/qcom/display/msm8998/sdm/libs/core/fb/
hw_device.cpp 1329 float scale_x = FLOAT(display_attributes_.x_pixels) \/ FLOAT(mixer_attributes.width); local
    [all...]
  /hardware/qcom/display/sdm845/sdm/libs/core/fb/
hw_device.cpp 1332 float scale_x = FLOAT(display_attributes_.x_pixels) \/ FLOAT(mixer_attributes.width); local
    [all...]

Completed in 1237 milliseconds