Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_coding/codecs/opus/test/
Dblocker.cc42 size_t dst_start_index) { in CopyFrames() argument
44 memcpy(&dst[i][dst_start_index], &src[i][src_start_index], in CopyFrames()
45 num_frames * sizeof(dst[i][dst_start_index])); in CopyFrames()
55 size_t dst_start_index) { in MoveFrames() argument
57 memmove(&dst[i][dst_start_index], &src[i][src_start_index], in MoveFrames()
58 num_frames * sizeof(dst[i][dst_start_index])); in MoveFrames()