Searched refs:high_size (Results 1 – 2 of 2) sorted by relevance
683 unsigned high_size = high->intrin->num_components * get_bit_size(high); in new_bitsize_acceptable() local687 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() local1161 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() local1210 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()
279 const int high_size = size >> 1; in invert_step() local306 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()