OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Bitstr
(Results
1 - 11
of
11
) sorted by null
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/source/
entropy_coding.h
49
int WebRtcIsac_DecodeSpec(
Bitstr
* streamdata, int16_t AvgPitchGain_Q12,
77
Bitstr
* streamdata);
80
int WebRtcIsac_DecodeLpcCoef(
Bitstr
* streamdata, double* LPCCoef);
81
int WebRtcIsac_DecodeLpcCoefUB(
Bitstr
* streamdata, double* lpcVecs,
85
int WebRtcIsac_DecodeLpc(
Bitstr
* streamdata, double* LPCCoef_lo,
90
Bitstr
* streamdata, ISAC_SaveEncData_t* encData);
93
Bitstr
* streamdata,
129
int16_t WebRtcIsac_EncodeLpcUB(double* lpcCoeff,
Bitstr
* streamdata,
162
int16_t WebRtcIsac_DecodeInterpolLpcUb(
Bitstr
* streamdata,
167
int WebRtcIsac_DecodeRc(
Bitstr
* streamdata, int16_t* RCQ15)
[
all
...]
arith_routines.h
25
Bitstr
*streamdata, /* in-/output struct containing bitstream */
32
int WebRtcIsac_EncTerminate(
Bitstr
*streamdata); /* in-/output struct containing bitstream */
37
Bitstr
*streamdata, /* in-/output struct containing bitstream */
44
Bitstr
*streamdata, /* in-/output struct containing bitstream */
51
Bitstr
*streamdata, /* in-/output struct containing bitstream */
58
Bitstr
*streamdata, /* in-/output struct containing bitstream */
codec.h
25
void WebRtcIsac_ResetBitstream(
Bitstr
* bit_stream);
27
int WebRtcIsac_EstimateBandwidth(BwEstimatorstr* bwest_str,
Bitstr
* streamdata,
46
Bitstr
* ISACBitStr_obj, int BWnumber,
50
const ISACUBSaveEncDataStruct* ISACSavedEnc_obj,
Bitstr
* bitStream,
54
const ISACUBSaveEncDataStruct* ISACSavedEncObj,
Bitstr
* bitStreamObj,
arith_routines.c
19
int WebRtcIsac_EncTerminate(
Bitstr
*streamdata) /* in-/output struct containing bitstream */
structs.h
32
}
Bitstr
;
302
Bitstr
bitStreamObj;
312
Bitstr
bitstr_obj;
357
Bitstr
bitstr_obj;
382
Bitstr
bitstr_obj;
392
Bitstr
bitstr_obj;
entropy_coding.c
273
int WebRtcIsac_DecodeSpec(
Bitstr
* streamdata, int16_t AvgPitchGain_Q12,
396
Bitstr
* streamdata) {
780
int WebRtcIsac_DecodeLpc(
Bitstr
* streamdata, double* LPCCoef_lo,
794
int16_t WebRtcIsac_DecodeInterpolLpcUb(
Bitstr
* streamdata,
852
int WebRtcIsac_DecodeLpcCoef(
Bitstr
* streamdata, double* LPCCoef) {
1002
void WebRtcIsac_EncodeLar(double* LPCCoef,
Bitstr
* streamdata,
[
all
...]
decode_bwe.c
20
Bitstr
* streamdata,
arith_routines_hist.c
18
void WebRtcIsac_EncHistMulti(
Bitstr
*streamdata, /* in-/output struct containing bitstream */
86
Bitstr
*streamdata, /* in-/output struct containing bitstream */
194
Bitstr
*streamdata, /* in-/output struct containing bitstream */
arith_routines_logist.c
81
Bitstr
*streamdata, /* in-/output struct containing bitstream */
173
Bitstr
*streamdata, /* in-/output struct containing bitstream */
encode.c
174
void WebRtcIsac_ResetBitstream(
Bitstr
* bit_stream) {
628
&ISACencUB_obj->bitstr_obj, sizeof(
Bitstr
));
803
sizeof(
Bitstr
));
[
all
...]
isac.c
791
Bitstr
iSACBitStreamInst; /* Local struct for bitstream handling */
[
all
...]
Completed in 50 milliseconds