Home
last modified time | relevance | path

Searched refs:g_h (Results 1 – 9 of 9) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/softpipe/
Dsp_compute.c42 int g_w, int g_h, int g_d, in cs_prepare() argument
69 machine->SystemValue[i].xyzw[1].i[j] = g_h; in cs_prepare()
86 int g_w, int g_h, int g_d, in cs_run() argument
95 machine->SystemValue[i].xyzw[1].i[j] = g_h; in cs_run()
111 int g_w, int g_h, int g_d, int num_threads, in run_workgroup() argument
120 grp_hit_barrier |= cs_run(cs, g_w, g_h, g_d, machines[i], restart_threads); in run_workgroup()
177 int g_w, g_h, g_d; in softpipe_launch_grid() local
223 for (g_h = 0; g_h < grid_size[1]; g_h++) { in softpipe_launch_grid()
225 run_workgroup(cs, g_w, g_h, g_d, num_threads_in_group, machines); in softpipe_launch_grid()
/third_party/skia/third_party/externals/libjpeg-turbo/simd/arm/aarch64/
Djccolext-neon.c80 uint16x8_t g_h = vmovl_u8(vget_high_u8(input_pixels.val[RGB_GREEN])); in jsimd_rgb_ycc_convert_neon() local
91 y_hl = vmlal_laneq_u16(y_hl, vget_low_u16(g_h), consts, 1); in jsimd_rgb_ycc_convert_neon()
94 y_hh = vmlal_laneq_u16(y_hh, vget_high_u16(g_h), consts, 1); in jsimd_rgb_ycc_convert_neon()
108 cb_hl = vmlsl_laneq_u16(cb_hl, vget_low_u16(g_h), consts, 4); in jsimd_rgb_ycc_convert_neon()
112 cb_hh = vmlsl_laneq_u16(cb_hh, vget_high_u16(g_h), consts, 4); in jsimd_rgb_ycc_convert_neon()
126 cr_hl = vmlsl_laneq_u16(cr_hl, vget_low_u16(g_h), consts, 6); in jsimd_rgb_ycc_convert_neon()
130 cr_hh = vmlsl_laneq_u16(cr_hh, vget_high_u16(g_h), consts, 6); in jsimd_rgb_ycc_convert_neon()
179 uint16x8_t g_h = vmovl_u8(vget_high_u8(input_pixels.val[RGB_GREEN])); in jsimd_rgb_ycc_convert_neon() local
190 y_hl = vmlal_laneq_u16(y_hl, vget_low_u16(g_h), consts, 1); in jsimd_rgb_ycc_convert_neon()
193 y_hh = vmlal_laneq_u16(y_hh, vget_high_u16(g_h), consts, 1); in jsimd_rgb_ycc_convert_neon()
[all …]
/third_party/skia/third_party/externals/libjpeg-turbo/simd/arm/
Djcgryext-neon.c72 uint16x8_t g_h = vmovl_u8(vget_high_u8(input_pixels.val[RGB_GREEN])); in jsimd_rgb_gray_convert_neon() local
83 y_hl = vmlal_n_u16(y_hl, vget_low_u16(g_h), F_0_587); in jsimd_rgb_gray_convert_neon()
84 y_hh = vmlal_n_u16(y_hh, vget_high_u16(g_h), F_0_587); in jsimd_rgb_gray_convert_neon()
Djdcolext-neon.c134 int16x8_t g_h = in jsimd_ycc_rgb_convert_neon() local
142 rgba.val[RGB_GREEN] = vcombine_u8(vqmovun_s16(g_l), vqmovun_s16(g_h)); in jsimd_ycc_rgb_convert_neon()
152 rgb.val[RGB_GREEN] = vcombine_u8(vqmovun_s16(g_l), vqmovun_s16(g_h)); in jsimd_ycc_rgb_convert_neon()
162 rgb565_h = vsriq_n_u16(rgb565_h, vqshluq_n_s16(g_h, 8), 5); in jsimd_ycc_rgb_convert_neon()
/third_party/boost/libs/format/tools/
Dformat_matrix.cpp107 BOOST_CONSTEXPR const short g_h = numeric_limits<short>::min() + 12345; variable
227 case ID_SHORT: len = SNPRINTF(buf, BUFSIZ, fmtStr.c_str(), g_h ); break; in call_snprintf()
274 case ID_SHORT: return ::boost::str(::boost::format(fmtStr) % g_h ); in call_format()
/third_party/gstreamer/gstplugins_bad/ext/aom/
Dgstav1enc.c527 GST_DEBUG ("g_w x g_h : %u x %u", cfg->g_w, cfg->g_h); in gst_av1_enc_debug_encoder_cfg()
700 av1enc->aom_cfg.g_h = GST_VIDEO_INFO_HEIGHT (info); in gst_av1_enc_set_format()
815 av1enc->aom_cfg.g_h, 1)) { in gst_av1_enc_handle_frame()
/third_party/ffmpeg/libavcodec/
Dlibvpxenc.c209 width, "g_h:", cfg->g_h, in dump_enc_cfg()
865 enccfg.g_h = avctx->height; in vpx_init()
1026 svc_params.scaling_factor_num[0] = enccfg.g_h; in vpx_init()
1027 svc_params.scaling_factor_den[0] = enccfg.g_h; in vpx_init()
Dlibaomenc.c225 width, "g_h:", cfg->g_h, in dump_enc_cfg()
617 enccfg.g_h = avctx->height; in aom_init()
/third_party/gstreamer/gstplugins_good/ext/vpx/
Dgstvpxenc.c1756 encoder->cfg.g_h = GST_VIDEO_INFO_HEIGHT (info); in gst_vpx_enc_set_format()