comparison libtwamr/e_homing.c @ 419:2a094af3d384

libtwamr: implement encoder top level
author Mychaela Falconia <falcon@freecalypso.org>
date Tue, 07 May 2024 04:51:04 +0000
parents 9aa554f8cf39
children
comparison
equal deleted inserted replaced
418:93d6c6960a46 419:2a094af3d384
51 * homing frame pattern, which is 0x0008 for all samples. 51 * homing frame pattern, which is 0x0008 for all samples.
52 * 52 *
53 ******************************************************************************** 53 ********************************************************************************
54 */ 54 */
55 55
56 Word16 encoder_homing_frame_test (Word16 input_frame[]) 56 Word16 encoder_homing_frame_test (const Word16 input_frame[])
57 { 57 {
58 Word16 i, j; 58 Word16 i, j;
59 59
60 /* check 160 input samples for matching EHF_MASK: defined in e_homing.h */ 60 /* check 160 input samples for matching EHF_MASK: defined in e_homing.h */
61 for (i = 0; i < L_FRAME; i++) 61 for (i = 0; i < L_FRAME; i++)