Lines Matching defs:v_size
145 #define v_size 4
211 /* ensures memory allocated is a multiple of v_size and aligned */
216 f = PA_ROUND_UP(x*s, sizeof(float)*v_size);
425 typedef float v4sf __attribute__ ((__aligned__(v_size * sizeof(float))));
427 float f[v_size];
433 //16 byte aligned addresses and memory allocations divisible by v_size
445 const size_t overlap_size = PA_ROUND_UP(u->overlap_size, v_size);
451 for(size_t j = 0; j < u->window_size; j += v_size) {
468 for(size_t j = 0; j < FILTER_SIZE; j += v_size / 2) {
493 for(size_t j = 0; j < overlap_size; j += v_size) {