Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavfilter/
Daf_headphone.c52 int ir_len; member
80 int ir_len; member
148 const int ir_len = s->ir_len; in headphone_convolute() local
181 read = (wr - (ir_len - 1)) & modulo; in headphone_convolute()
183 if (read + ir_len < buffer_length) { in headphone_convolute()
184 memcpy(temp_src, bptr + read, ir_len * sizeof(*temp_src)); in headphone_convolute()
186 int len = FFMIN(air_len - (read % ir_len), buffer_length - read); in headphone_convolute()
192 dst[0] += s->scalarproduct_float(cur_ir, temp_src, FFALIGN(ir_len, 32)); in headphone_convolute()
218 const int ir_len = s->ir_len; in headphone_fast_convolute() local
237 n_read = FFMIN(ir_len, in->nb_samples); in headphone_fast_convolute()
[all …]
/third_party/ntfs-3g/libntfs-3g/
Ddir.c1575 int ir_len, index_len; in __ntfs_create() local
1579 ir_len = offsetof(INDEX_ROOT, index) + index_len; in __ntfs_create()
1580 ir = ntfs_calloc(ir_len); in __ntfs_create()
1605 (u8*)ir, ir_len)) { in __ntfs_create()