Home
last modified time | relevance | path

Searched refs:top_samples_available (Results 1 – 7 of 7) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dh264_parse.h66 int top_samples_available, int left_samples_available);
72 int ff_h264_check_intra_pred_mode(void *logctx, int top_samples_available,
Dh264_parse.c132 int top_samples_available, int left_samples_available) in ff_h264_check_intra4x4_pred_mode() argument
142 if (!(top_samples_available & 0x8000)) { in ff_h264_check_intra4x4_pred_mode()
179 int ff_h264_check_intra_pred_mode(void *logctx, int top_samples_available, in ff_h264_check_intra_pred_mode() argument
192 if (!(top_samples_available & 0x8000)) { in ff_h264_check_intra_pred_mode()
Dsvq3.c133 unsigned int top_samples_available; member
725 s->top_samples_available = (s->mb_y == 0) ? 0x33FF : 0xFFFF; in svq3_decode_mb()
850 s->top_samples_available = 0x33FF; in svq3_decode_mb()
886 s->avctx, s->top_samples_available, in svq3_decode_mb()
889 s->top_samples_available = (s->mb_y == 0) ? 0x33FF : 0xFFFF; in svq3_decode_mb()
895 s->top_samples_available = 0x33FF; in svq3_decode_mb()
904 … if ((s->intra16x16_pred_mode = ff_h264_check_intra_pred_mode(s->avctx, s->top_samples_available, in svq3_decode_mb()
1009 s->chroma_pred_mode = ff_h264_check_intra_pred_mode(s->avctx, s->top_samples_available, in svq3_decode_mb()
Dh264_cavlc.c826 … sl->top_samples_available, sl->left_samples_available) < 0) in ff_h264_decode_mb_cavlc()
829 … sl->intra16x16_pred_mode = ff_h264_check_intra_pred_mode(h->avctx, sl->top_samples_available, in ff_h264_decode_mb_cavlc()
835 pred_mode= ff_h264_check_intra_pred_mode(h->avctx, sl->top_samples_available, in ff_h264_decode_mb_cavlc()
Dh264_cabac.c2086 … sl->top_samples_available, sl->left_samples_available) < 0 ) in ff_h264_decode_mb_cabac()
2089 … sl->intra16x16_pred_mode = ff_h264_check_intra_pred_mode(h->avctx, sl->top_samples_available, in ff_h264_decode_mb_cabac()
2097 pred_mode= ff_h264_check_intra_pred_mode(h->avctx, sl->top_samples_available, in ff_h264_decode_mb_cabac()
Dh264_mvpred.h470 sl->top_samples_available = in fill_decode_caches()
476 sl->top_samples_available = 0x33FF; in fill_decode_caches()
Dh264dec.h229 unsigned int top_samples_available; member