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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dmjpegbdec.c50 uint32_t dqt_offs, dht_offs, sof_offs, sos_offs, second_field_offs; local
101 sof_offs = read_offs(avctx, &hgb, buf_end - buf_ptr, "sof is %d and size is %d\n");
102 av_log(avctx, AV_LOG_DEBUG, "sof offs: 0x%x\n", sof_offs);
103 if (sof_offs)
105 init_get_bits(&s->gb, buf_ptr+sof_offs, (buf_end - (buf_ptr+sof_offs))*8);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dmjpegbdec.c51 uint32_t dqt_offs, dht_offs, sof_offs, sos_offs, second_field_offs; local
105 sof_offs = read_offs(avctx, &hgb, buf_end - buf_ptr, "sof is %d and size is %d\n");
106 av_log(avctx, AV_LOG_DEBUG, "sof offs: 0x%"PRIx32"\n", sof_offs);
107 if (sof_offs)
109 init_get_bits(&s->gb, buf_ptr+sof_offs, (buf_end - (buf_ptr+sof_offs))*8);

Completed in 42 milliseconds