• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/

Lines Matching refs:H264Context

60     H264Context *h = avctx->priv_data;
68 H264Context *h = opaque;
99 void ff_h264_draw_horiz_band(H264Context *h, int y, int height)
147 int ff_h264_check_intra4x4_pred_mode(H264Context *h)
194 int ff_h264_check_intra_pred_mode(H264Context *h, int mode, int is_chroma)
235 const uint8_t *ff_h264_decode_nal(H264Context *h, const uint8_t *src,
353 static int decode_rbsp_trailing(H264Context *h, const uint8_t *src)
368 void ff_h264_free_tables(H264Context *h, int free_rbsp)
371 H264Context *hx;
429 int ff_h264_alloc_tables(H264Context *h)
494 int ff_h264_context_init(H264Context *h)
563 static int decode_nal_units(H264Context *h, const uint8_t *buf, int buf_size,
566 int ff_h264_decode_extradata(H264Context *h, const uint8_t *buf, int size)
630 H264Context *h = avctx->priv_data;
720 H264Context *h = avctx->priv_data;
744 static void decode_postinit(H264Context *h, int setup_finished)
983 int ff_pred_weight_table(H264Context *h)
1048 static void idr(H264Context *h)
1061 void ff_h264_flush_change(H264Context *h)
1093 H264Context *h = avctx->priv_data;
1123 int ff_init_poc(H264Context *h, int pic_field_poc[2], int *pic_poc)
1228 int ff_h264_set_parameter_from_sps(H264Context *h)
1277 int ff_set_ref_count(H264Context *h)
1352 static int get_avc_nalsize(H264Context *h, const uint8_t *buf,
1370 static int get_bit_length(H264Context *h, const uint8_t *buf,
1389 static int get_last_needed_nal(H264Context *h, const uint8_t *buf, int buf_size)
1452 static int decode_nal_units(H264Context *h, const uint8_t *buf, int buf_size,
1456 H264Context *hx; ///< thread context
1793 static int output_frame(H264Context *h, AVFrame *dst, H264Picture *srcp)
1824 H264Context *h = avctx->priv_data;
1943 av_cold void ff_h264_free_context(H264Context *h)
1958 H264Context *h = avctx->priv_data;
1986 {"is_avc", "is avc", offsetof(H264Context, is_avc), FF_OPT_TYPE_INT, {.i64 = 0}, 0, 1, 0},
1987 {"nal_length_size", "nal_length_size", offsetof(H264Context, nal_length_size), FF_OPT_TYPE_INT, {.i64 = 0}, 0, 4, 0},
2010 .priv_data_size = sizeof(H264Context),
2030 .priv_data_size = sizeof(H264Context),