comparison qcelpdata.h @ 8236:cdfd318f2cfb libavcodec

More OKed parts of the QCELP decoder patch by Kenan Gillet, kenan.gillet gmail com
author vitor
date Mon, 01 Dec 2008 20:43:22 +0000
parents 72949bacc1b9
children 3e2897df7c39
comparison
equal deleted inserted replaced
8235:61b5b99f3b77 8236:cdfd318f2cfb
56 * line spectral pair frequencies grouped into five vectors 56 * line spectral pair frequencies grouped into five vectors
57 * of dimension two (LSPV) for other rates 57 * of dimension two (LSPV) for other rates
58 */ 58 */
59 uint8_t lspv[10]; 59 uint8_t lspv[10];
60 60
61 /**
62 * reserved bits only present in bitrate 1, 1/4 and 1/8 packets
63 */
64 uint8_t reserved;
61 } QCELPFrame; 65 } QCELPFrame;
62 66
63 /** 67 /**
64 * pre-calculated table for hammsinc function 68 * pre-calculated table for hammsinc function
65 * Only half of the table is needed because of symmetry. 69 * Only half of the table is needed because of symmetry.