search for: test_encode_decode

Displaying 5 results from an estimated 5 matches for "test_encode_decode".

2017 Jun 07
2
Initial implementation of ch.mapping 253/3
...following: > > Invalid read of size 2 > at 0x10006B9D8: mapping_matrix_dot_short (mapping_matrix.c:98) > by 0x10006BABD: mapping_matrix_multiply_short (mapping_matrix.c:119) > by 0x10006AD5B: opus_projection_encode (opus_projection_encoder.c:283) > by 0x100001BCB: test_encode_decode (test_opus_projection.c:374) > by 0x100001D2D: main (test_opus_projection.c:400) > Address 0x10490b000 is not stack'd, malloc'd or (recently) free'd > > Process terminating with default action of signal 11 (SIGSEGV) > Access not within mapped region at address 0x...
2017 May 30
2
Initial implementation of ch.mapping 253/3
Hello all, Attached is the initial proposed implementation for ch.mapping 253/3, based on the IETF proposal: https://tools.ietf.org/html/draft-ietf-codec-ambisonics-03 A brief overview of the patch, as it is slightly lengthy: After discussion with Jean-Marc, we determined that ch.253/3 will need the demixing matrix as part of the encoder/decoder struct stack and thus will require a new
2017 Jun 12
1
Initial implementation of ch.mapping 253/3
...>>> at 0x10006B9D8: mapping_matrix_dot_short (mapping_matrix.c:98) >>> by 0x10006BABD: mapping_matrix_multiply_short (mapping_matrix.c:119) >>> by 0x10006AD5B: opus_projection_encode >>> (opus_projection_encoder.c:283) >>> by 0x100001BCB: test_encode_decode (test_opus_projection.c:374) >>> by 0x100001D2D: main (test_opus_projection.c:400) >>> Address 0x10490b000 is not stack'd, malloc'd or (recently) free'd >>> >>> Process terminating with default action of signal 11 (SIGSEGV) >>> Acces...
2017 Jun 07
0
Initial implementation of ch.mapping 253/3
...uffer. Valgrind reports the following: Invalid read of size 2 at 0x10006B9D8: mapping_matrix_dot_short (mapping_matrix.c:98) by 0x10006BABD: mapping_matrix_multiply_short (mapping_matrix.c:119) by 0x10006AD5B: opus_projection_encode (opus_projection_encoder.c:283) by 0x100001BCB: test_encode_decode (test_opus_projection.c:374) by 0x100001D2D: main (test_opus_projection.c:400) Address 0x10490b000 is not stack'd, malloc'd or (recently) free'd Process terminating with default action of signal 11 (SIGSEGV) Access not within mapped region at address 0x10490B000 at 0x10006...
2017 Jun 12
0
Initial implementation of ch.mapping 253/3
...> Invalid read of size 2 >> at 0x10006B9D8: mapping_matrix_dot_short (mapping_matrix.c:98) >> by 0x10006BABD: mapping_matrix_multiply_short (mapping_matrix.c:119) >> by 0x10006AD5B: opus_projection_encode (opus_projection_encoder.c:283) >> by 0x100001BCB: test_encode_decode (test_opus_projection.c:374) >> by 0x100001D2D: main (test_opus_projection.c:400) >> Address 0x10490b000 is not stack'd, malloc'd or (recently) free'd >> >> Process terminating with default action of signal 11 (SIGSEGV) >> Access not within mapped...