Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dh264_parse.h105 int top_samples_available, int left_samples_available);
111 int ff_h264_check_intra_pred_mode(void *logctx, int top_samples_available,
H A Dh264_parse.c134 int top_samples_available, int left_samples_available) in ff_h264_check_intra4x4_pred_mode()
144 if (!(top_samples_available & 0x8000)) { in ff_h264_check_intra4x4_pred_mode()
181 int ff_h264_check_intra_pred_mode(void *logctx, int top_samples_available, in ff_h264_check_intra_pred_mode() argument
194 if (!(top_samples_available & 0x8000)) { in ff_h264_check_intra_pred_mode()
133 ff_h264_check_intra4x4_pred_mode(int8_t *pred_mode_cache, void *logctx, int top_samples_available, int left_samples_available) ff_h264_check_intra4x4_pred_mode() argument
H A Dsvq3.c134 unsigned int top_samples_available; member
720 s->top_samples_available = (s->mb_y == 0) ? 0x33FF : 0xFFFF; in svq3_decode_mb()
844 s->top_samples_available = 0x33FF; in svq3_decode_mb()
880 s->avctx, s->top_samples_available, in svq3_decode_mb()
883 s->top_samples_available = (s->mb_y == 0) ? 0x33FF : 0xFFFF; in svq3_decode_mb()
889 s->top_samples_available = 0x33FF; in svq3_decode_mb()
898 if ((s->intra16x16_pred_mode = ff_h264_check_intra_pred_mode(s->avctx, s->top_samples_available, in svq3_decode_mb()
1003 s->chroma_pred_mode = ff_h264_check_intra_pred_mode(s->avctx, s->top_samples_available, in svq3_decode_mb()
H A Dh264_cavlc.c824 sl->top_samples_available, sl->left_samples_available) < 0) in ff_h264_decode_mb_cavlc()
827 sl->intra16x16_pred_mode = ff_h264_check_intra_pred_mode(h->avctx, sl->top_samples_available, in ff_h264_decode_mb_cavlc()
833 pred_mode= ff_h264_check_intra_pred_mode(h->avctx, sl->top_samples_available, in ff_h264_decode_mb_cavlc()
H A Dh264dec.h215 unsigned int top_samples_available; member
H A Dh264_mvpred.h468 sl->top_samples_available = in fill_decode_caches()
474 sl->top_samples_available = 0x33FF; in fill_decode_caches()
H A Dh264_cabac.c2095 sl->top_samples_available, sl->left_samples_available) < 0 ) in ff_h264_decode_mb_cabac()
2098 sl->intra16x16_pred_mode = ff_h264_check_intra_pred_mode(h->avctx, sl->top_samples_available, in ff_h264_decode_mb_cabac()
2106 pred_mode= ff_h264_check_intra_pred_mode(h->avctx, sl->top_samples_available, in ff_h264_decode_mb_cabac()

Completed in 15 milliseconds