Home
last modified time | relevance | path

Searched refs:overread (Results 1 - 23 of 23) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dpnm_parser.c44 if (pc->overread > 0) { in pnm_parse()
45 memmove(pc->buffer + pc->index, pc->buffer + pc->overread_index, pc->overread); in pnm_parse()
46 pc->index += pc->overread; in pnm_parse()
47 pc->overread_index += pc->overread; in pnm_parse()
48 pc->overread = 0; in pnm_parse()
H A Dparser.c202 if (pc->overread) { in ff_combine_frame()
203 ff_dlog(NULL, "overread %d, state:%"PRIX32" next:%d index:%d o_index:%d\n", in ff_combine_frame()
204 pc->overread, pc->state, next, pc->index, pc->overread_index); in ff_combine_frame()
209 /* Copy overread bytes from last frame into buffer. */ in ff_combine_frame()
210 for (; pc->overread > 0; pc->overread--) in ff_combine_frame()
265 pc->overread += -8 - next; in ff_combine_frame()
268 /* store overread bytes */ in ff_combine_frame()
272 pc->overread++; in ff_combine_frame()
275 if (pc->overread) { in ff_combine_frame()
[all...]
H A Ddirac_arith.h85 int overread; member
115 // the spec defines overread bits to be 1, and streams rely on this in refill()
122 c->overread ++; in refill()
123 if (c->overread > 4) in refill()
H A Dlagarithrac.h49 int overread; member
68 l->overread++; in lag_rac_refill()
H A Drangecoder.h45 int overread; member
123 c->overread ++; in refill()
H A Dmlp_parser.c105 /* Copy overread bytes from last frame into buffer. */ in mlp_parse()
106 for(; mp->pc.overread>0; mp->pc.overread--) { in mlp_parse()
H A Dparser.h35 int overread; ///< the number of bytes which where irreversibly read from the next frame member
36 int overread_index; ///< the index into ParseContext.buffer of the overread bytes
H A Dlagarithrac.c49 l->overread = 0; in ff_lag_rac_init()
H A Dmss1.c61 c->overread++; in arith_normalise()
118 c->overread = 0; in arith_init()
H A Ddirac_arith.c119 c->overread= 0; in ff_dirac_init_arith_decoder()
H A Dmss12.h50 int overread; member
H A Drangecoder.c61 c->overread = 0; in ff_init_range_decoder()
H A Dtak_parser.c112 pc->overread = FFMAX(0, -next); in tak_parse()
H A Dmss12.c164 if (acoder->overread > MAX_OVERREAD) in decode_pixel()
546 if (acoder->overread > MAX_OVERREAD) in ff_mss12_decode_rect()
H A Dlagarith.c470 if (rac.overread > MAX_OVERREAD) in lag_decode_arith_plane()
H A Dmpegvideo_dec.c571 s->parse_context.overread = 0; in ff_mpeg_flush()
H A Dmss2.c156 c->overread = 0; in arith2_init()
H A Dsonic.c1024 if (c.overread > MAX_OVERREAD) in sonic_decode_frame()
H A Dffv1dec.c101 if (c->overread > MAX_OVERREAD) in is_input_end()
/third_party/ffmpeg/libavfilter/x86/
H A Dvf_hqdn3d.asm77 LOAD t0d, xq+1, %1 ; skip on the last iteration to avoid overread
/third_party/ffmpeg/tests/fate/
H A Dmicrosoft.mak42 # discard last packet to avoid fails due to overread of VC-1 decoder
/third_party/ffmpeg/libavcodec/x86/
H A Daacpsdsp.asm471 movu m2, [inq+6*8] ; faster than movlps and no risk of overread
H A Dcelt_pvq_search.asm207 ; float * inX - Unaligned (SIMD) access, it will be overread,

Completed in 12 milliseconds