Home
last modified time | relevance | path

Searched refs:temp_val (Results 1 - 8 of 8) sorted by relevance

/third_party/alsa-utils/topology/nhlt/intel/
H A Dintel-nhlt.c73 struct dai_values *temp_val; in find_set_values() local
91 for (j = 0, temp_val = values; j < size; j++, temp_val++) { in find_set_values()
92 if (!strcmp(id, temp_val->name)) { in find_set_values()
93 temp_val->data = n; in find_set_values()
106 for (j = 0, temp_val = values; j < size; j++, temp_val++) { in find_set_values()
107 if (!strcmp(id, temp_val->name)) { in find_set_values()
108 temp_val->data = n; in find_set_values()
114 for (j = 0, temp_val in find_set_values()
[all...]
/third_party/ffmpeg/libavfilter/
H A Dvf_qp.c72 double temp_val = av_expr_eval(e, var_values, NULL); in config_input() local
74 if (isnan(temp_val)) { in config_input()
83 s->lut[i + 129] = lrintf(temp_val); in config_input()
148 double temp_val; in filter_frame() local
150 ret = av_expr_parse_and_eval(&temp_val, s->qp_expr_str, in filter_frame()
155 b->delta_qp = lrintf(temp_val); in filter_frame()
/third_party/ffmpeg/libavcodec/
H A Dituh263enc.c421 short temp_val; in h263p_encode_umotion() local
434 temp_val = sval; in h263p_encode_umotion()
436 while (temp_val != 0) { in h263p_encode_umotion()
437 temp_val = temp_val >> 1; in h263p_encode_umotion()
H A Djpeg2000.h130 uint8_t temp_val; member
H A Dj2kenc.c263 if (curval > node->temp_val) in tag_tree_code()
264 node->temp_val = curval; in tag_tree_code()
266 curval = node->temp_val; in tag_tree_code()
281 node->temp_val = curval; in tag_tree_code()
H A Djpeg2000.c92 t[i].temp_val = 0; in ff_tag_tree_zero()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cCopyImageTests.cpp1862 tcu::Float<deUint32, 5, 6, 15, tcu::FLOAT_SUPPORT_DENORM> temp_val(bits); in read11F_11F_10F_Channel()
1864 out_value = temp_val.asDouble(); in read11F_11F_10F_Channel()
1870 tcu::Float<deUint32, 5, 6, 15, tcu::FLOAT_SUPPORT_DENORM> temp_val(bits); in read11F_11F_10F_Channel()
1872 out_value = temp_val.asDouble(); in read11F_11F_10F_Channel()
1878 tcu::Float<deUint32, 5, 5, 15, tcu::FLOAT_SUPPORT_DENORM> temp_val(bits); in read11F_11F_10F_Channel()
1880 out_value = temp_val.asDouble(); in read11F_11F_10F_Channel()
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_shader.c2979 int temp_val = ctx->temp_reg; in r600_fetch_tess_io_info() local
2982 temp_val, 0, in r600_fetch_tess_io_info()
3008 vtx.src_gpr = temp_val; in r600_fetch_tess_io_info()
3036 vtx.src_gpr = temp_val; in r600_fetch_tess_io_info()

Completed in 27 milliseconds