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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dtruemotion1.c77 unsigned int *vert_pred; member in struct:TrueMotion1Context
417 av_fast_malloc(&s->vert_pred, &s->vert_pred_size, s->avctx->width * sizeof(unsigned int));
418 if (!s->vert_pred)
487 av_fast_malloc(&s->vert_pred, &s->vert_pred_size, s->avctx->width * sizeof(unsigned int));
488 if (!s->vert_pred)
608 *current_pixel_pair = *vert_pred + horiz_pred; \
609 *vert_pred++ = *current_pixel_pair++;
617 unsigned int *vert_pred; local
633 memset(s->vert_pred, 0, s->avctx->width * sizeof(unsigned int));
642 vert_pred
743 unsigned int *vert_pred; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dtruemotion1.c74 unsigned int *vert_pred; member in struct:TrueMotion1Context
415 av_fast_malloc(&s->vert_pred, &s->vert_pred_size, s->avctx->width * sizeof(unsigned int));
481 av_fast_malloc(&s->vert_pred, &s->vert_pred_size, s->avctx->width * sizeof(unsigned int));
591 *current_pixel_pair = *vert_pred + horiz_pred; \
592 *vert_pred++ = *current_pixel_pair++;
600 unsigned int *vert_pred; local
616 memset(s->vert_pred, 0, s->avctx->width * sizeof(unsigned int));
625 vert_pred = s->vert_pred;
693 *vert_pred
726 unsigned int *vert_pred; local
[all...]

Completed in 98 milliseconds