Searched refs:high_size (Results 1 – 3 of 3) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
D | vf_vaguedenoiser.c | 286 const int high_size = size >> 1; in invert_step() local 313 memcpy(temp + NPAD, input + NPAD + low_size, high_size * sizeof(float)); in invert_step() 317 symmetric_extension(temp, high_size, left_ext, right_ext); in invert_step()
|
/third_party/mesa3d/src/compiler/nir/ |
D | nir_opt_load_store_vectorize.c | 672 unsigned high_size = high->intrin->num_components * get_bit_size(high); in new_bitsize_acceptable() local 676 if (high_size % new_bit_size != 0) in new_bitsize_acceptable() 1127 unsigned high_size = high->intrin->num_components * high_bit_size; in try_vectorize() local 1128 unsigned new_size = MAX2(diff * 8u + high_size, low_size); in try_vectorize()
|
/third_party/boost/boost/interprocess/detail/ |
D | win32_api.hpp | 735 …const boost::winapi::DWORD_ high_size(file_offset >> 32), low_size((boost::winapi::DWORD_)file_off… in create_file_mapping() local 736 return CreateFileMappingA (handle, psec, access, high_size, low_size, name); in create_file_mapping()
|