Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dg729dec.c451 int bad_pitch = 0; ///< parity check failed in decode_frame() local
503 bad_pitch = av_parity(ac_index >> 2) == get_bits1(&gb); in decode_frame()
512 if (bad_pitch) { in decode_frame()