Home
last modified time | relevance | path

Searched refs:ff_h264_check_intra_pred_mode (Results 1 – 5 of 5) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dh264_parse.h72 int ff_h264_check_intra_pred_mode(void *logctx, int top_samples_available,
Dh264_cavlc.c829 … 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_parse.c179 int ff_h264_check_intra_pred_mode(void *logctx, int top_samples_available, in ff_h264_check_intra_pred_mode() function
Dh264_cabac.c2089 … 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()
Dsvq3.c904 … 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()