Searched refs:temp_val (Results 1 - 8 of 8) sorted by relevance
/third_party/alsa-utils/topology/nhlt/intel/ |
H A D | intel-nhlt.c | 73 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 D | vf_qp.c | 72 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 D | ituh263enc.c | 421 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 D | jpeg2000.h | 130 uint8_t temp_val; member
|
H A D | j2kenc.c | 263 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 D | jpeg2000.c | 92 t[i].temp_val = 0; in ff_tag_tree_zero()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cCopyImageTests.cpp | 1862 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 D | r600_shader.c | 2979 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