read_offs          81 libavcodec/mjpegbdec.c     second_field_offs = read_offs(avctx, &hgb, buf_end - buf_ptr, "second_field_offs is %d and size is %d\n");
read_offs          85 libavcodec/mjpegbdec.c     dqt_offs = read_offs(avctx, &hgb, buf_end - buf_ptr, "dqt is %d and size is %d\n");
read_offs          96 libavcodec/mjpegbdec.c     dht_offs = read_offs(avctx, &hgb, buf_end - buf_ptr, "dht is %d and size is %d\n");
read_offs         105 libavcodec/mjpegbdec.c     sof_offs = read_offs(avctx, &hgb, buf_end - buf_ptr, "sof is %d and size is %d\n");
read_offs         115 libavcodec/mjpegbdec.c     sos_offs = read_offs(avctx, &hgb, buf_end - buf_ptr, "sos is %d and size is %d\n");
read_offs         117 libavcodec/mjpegbdec.c     sod_offs = read_offs(avctx, &hgb, buf_end - buf_ptr, "sof is %d and size is %d\n");