• 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

188 static void release_unused_pictures(H264Context *h, int remove_current)
201 static int alloc_scratch_buffers(H264Context *h, int linesize)
222 static int init_table_pools(H264Context *h)
249 static int alloc_picture(H264Context *h, H264Picture *pic)
320 static inline int pic_is_unused(H264Context *h, H264Picture *pic)
329 static int find_unused_picture(H264Context *h)
349 static void init_dequant8_coeff_table(H264Context *h)
376 static void init_dequant4_coeff_table(H264Context *h)
402 void h264_init_dequant_tables(H264Context *h)
424 static void clone_tables(H264Context *dst, H264Context *src, int i)
454 H264Context *new_base,
455 H264Context *old_base)
492 static int h264_slice_header_init(H264Context *h, int reinit);
497 H264Context *h = dst->priv_data, *h1 = src->priv_data;
569 memcpy(h, h1, offsetof(H264Context, intra_pcm_ptr));
571 sizeof(H264Context) - offsetof(H264Context, cabac));
709 static int h264_frame_start(H264Context *h)
800 static av_always_inline void backup_mb_border(H264Context *h, uint8_t *src_y,
901 static void implicit_weight_table(H264Context *h, int field)
965 static void init_scan_tables(H264Context *h)
1002 static int clone_slice(H264Context *dst, H264Context *src)
1027 static enum AVPixelFormat get_pixel_format(H264Context *h, int force_callback)
1109 static int init_dimensions(H264Context *h)
1146 static int h264_slice_header_init(H264Context *h, int reinit)
1197 H264Context *c;
1198 c = h->thread_context[i] = av_mallocz(sizeof(H264Context));
1269 int ff_h264_decode_slice_header(H264Context *h, H264Context *h0)
1985 int ff_h264_get_slice_type(const H264Context *h)
2003 static av_always_inline void fill_filter_caches_inter(H264Context *h,
2087 static int fill_filter_caches(H264Context *h, int mb_type)
2232 static void loop_filter(H264Context *h, int start_x, int end_x)
2301 static void predict_field_decoding_flag(H264Context *h)
2314 static void decode_finish_row(H264Context *h)
2345 static void er_add_slice(H264Context *h, int startx, int starty,
2357 H264Context *h = *(void **)arg;
2537 int ff_h264_execute_decode_slices(H264Context *h, unsigned context_count)
2540 H264Context *hx;