Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dwmalosslessdec.c1233 int remaining_packet_bits = s->buf_bit_size - get_bits_count(gb); in decode_packet() local
1234 if (num_bits_prev_frame >= remaining_packet_bits) { in decode_packet()
1235 num_bits_prev_frame = remaining_packet_bits; in decode_packet()
1244 if (num_bits_prev_frame < remaining_packet_bits && !s->packet_loss) in decode_packet()
Dwmaprodec.c1702 int remaining_packet_bits = s->buf_bit_size - get_bits_count(gb); in decode_packet() local
1703 if (num_bits_prev_frame >= remaining_packet_bits) { in decode_packet()
1704 num_bits_prev_frame = remaining_packet_bits; in decode_packet()