read_video_packet_header  642 modules/xvid_dec/xvid_wce/decoder.cpp 				bound = read_video_packet_header(bs, 0, &quant, NULL, NULL, &intra_dc_threshold);
read_video_packet_header  756 modules/xvid_dec/xvid_wce/decoder.cpp 				bound = read_video_packet_header(bs, fcode - 1, &quant, &fcode, NULL, &intra_dc_threshold);
read_video_packet_header 1087 modules/xvid_dec/xvid_wce/decoder.cpp 				int bound = read_video_packet_header(bs, fcode_max - 1, &quant, &fcode_forward, &fcode_backward, (int*)&intra_dc_threshold);
read_video_packet_header  109 modules/xvid_dec/xvid_wce/decoder.h int read_video_packet_header(Bitstream *bs, const int addbits, int *quant, int *fcode_forward, int *fcode_backward, int *intra_dc_threshold);