Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dg722.h43 struct G722Band { struct
56 struct G722Band state;
73 void ff_g722_update_low_predictor(struct G722Band *band, const int ilow);
75 void ff_g722_update_high_predictor(struct G722Band *band, const int dhigh,
Dg722.c74 static inline void s_zero(int cur_diff, struct G722Band *band) in s_zero()
110 static void do_adaptive_prediction(struct G722Band *band, const int cur_diff) in do_adaptive_prediction()
143 void ff_g722_update_low_predictor(struct G722Band *band, const int ilow) in ff_g722_update_low_predictor()
154 void ff_g722_update_high_predictor(struct G722Band *band, const int dhigh, in ff_g722_update_high_predictor()
Dg722enc.c143 static inline int encode_high(const struct G722Band *state, int xhigh) in encode_high()
151 static inline int encode_low(const struct G722Band* state, int xlow) in encode_low()