Home
last modified time | relevance | path

Searched refs:tail_size (Results 1 – 5 of 5) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dsonic.c65 int tail_size; member
644 s->tail_size = s->num_taps*s->channels; in sonic_encode_init()
645 s->tail = av_calloc(s->tail_size, sizeof(*s->tail)); in sonic_encode_init()
661 s->window_size = ((2*s->tail_size)+s->frame_size); in sonic_encode_init()
760 for (i = 0; i < s->tail_size; i++) in sonic_encode_frame()
766 for (i = 0; i < s->tail_size; i++) in sonic_encode_frame()
769 for (i = 0; i < s->tail_size; i++) in sonic_encode_frame()
770 s->tail[i] = s->int_samples[s->frame_size - s->tail_size + i]; in sonic_encode_frame()
781 x = s->tail_size+ch; in sonic_encode_frame()
/third_party/ntfs-3g/ntfsprogs/
Dntfsmove.c320 int tail_size; in resize_nonres_attr() local
329 tail_size = file_size - next_attr; in resize_nonres_attr()
341 memmove(ptr + this_attr + new_size, ptr + next_attr, tail_size); in resize_nonres_attr()
/third_party/jerryscript/jerry-core/parser/regexp/
Dre-bytecode.c69 const size_t tail_size = re_ctx_p->bytecode_size - offset; in re_bytecode_insert() local
73 memmove (dest_p + size, dest_p, tail_size); in re_bytecode_insert()
/third_party/ntfs-3g/libntfs-3g/
Dindex.c1147 int tail_size, ret; in ntfs_ib_copy_tail() local
1160 tail_size = ies_end - (u8 *)ie_head; in ntfs_ib_copy_tail()
1161 memcpy(ntfs_ie_get_first(&dst->index), ie_head, tail_size); in ntfs_ib_copy_tail()
1163 dst->index.index_length = cpu_to_le32(tail_size + in ntfs_ib_copy_tail()
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h77971 u16 tail_size; member