Home
last modified time | relevance | path

Searched refs:high_size (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/compiler/nir/
Dnir_opt_load_store_vectorize.c683 unsigned high_size = high->intrin->num_components * get_bit_size(high); in new_bitsize_acceptable() local
687 if (high_size % new_bit_size != 0) in new_bitsize_acceptable()
1160 unsigned high_size = high->intrin->num_components * high_bit_size; in try_vectorize() local
1161 unsigned new_size = MAX2(diff * 8u + high_size, low_size); in try_vectorize()
1209 unsigned high_size = high->intrin->num_components * high_bit_size / 8; in try_vectorize_shared2() local
1210 if ((low_size != 4 && low_size != 8) || (high_size != 4 && high_size != 8)) in try_vectorize_shared2()
1212 if (low_size != high_size) in try_vectorize_shared2()
/third_party/ffmpeg/libavfilter/
Dvf_vaguedenoiser.c279 const int high_size = size >> 1; in invert_step() local
306 memcpy(temp + NPAD, input + NPAD + low_size, high_size * sizeof(float)); in invert_step()
310 symmetric_extension(temp, high_size, left_ext, right_ext); in invert_step()