Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Derror_resilience.c137 static void guess_dc(ERContext *s, int16_t *dc, int w, in guess_dc() function
145 av_log(s->avctx, AV_LOG_ERROR, "guess_dc() is out of memory\n"); in guess_dc()
1277 guess_dc(s, s->dc_val[0], s->mb_width*2, s->mb_height*2, s->b8_stride, 1); in ff_er_frame_end()
1278 guess_dc(s, s->dc_val[1], s->mb_width , s->mb_height , s->mb_stride, 0); in ff_er_frame_end()
1279 guess_dc(s, s->dc_val[2], s->mb_width , s->mb_height , s->mb_stride, 0); in ff_er_frame_end()

Completed in 3 milliseconds