Home
last modified time | relevance | path

Searched refs:encode_low (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dg722enc.c154 static inline int encode_low(const struct G722Band* state, int xlow) in encode_low() function
204 * value from encode_low is better than them. Since we step k in g722_encode_trellis()
206 * we don't miss the original value from encode_low. */ in g722_encode_trellis()
210 int ilow = encode_low(&cur_node->state, xlow); in g722_encode_trellis()
328 ilow = encode_low (&c->band[0], xlow); in encode_byte()

Completed in 1 milliseconds