| 
    FFmpeg
    
   | 
 
H.264 / AVC / MPEG4 part10 codec. More...
#include "libavutil/intreadwrite.h"#include "cabac.h"#include "error_resilience.h"#include "get_bits.h"#include "h264chroma.h"#include "h264dsp.h"#include "h264pred.h"#include "h264qpel.h"#include "internal.h"#include "mpegutils.h"#include "parser.h"#include "qpeldsp.h"#include "rectangle.h"#include "videodsp.h"Go to the source code of this file.
Data Structures | |
| struct | SPS | 
| Sequence parameter set.  More... | |
| struct | PPS | 
| Picture parameter set.  More... | |
| struct | FPA | 
| Frame Packing Arrangement Type.  More... | |
| struct | GreenMetaData | 
| Green MetaData Information Type.  More... | |
| struct | MMCO | 
| Memory management control operation.  More... | |
| struct | H264Picture | 
| struct | H264Ref | 
| struct | H264SliceContext | 
| struct | H264Context | 
| H264Context.  More... | |
Macros | |
| #define | H264_MAX_PICTURE_COUNT 36 | 
| #define | H264_MAX_THREADS 32 | 
| #define | MAX_SPS_COUNT 32 | 
| #define | MAX_PPS_COUNT 256 | 
| #define | MAX_MMCO_COUNT 66 | 
| #define | MAX_DELAYED_PIC_COUNT 16 | 
| #define | MAX_MBPAIR_SIZE (256*1024) | 
| #define | ALLOW_INTERLACE | 
| #define | FMO 0 | 
| #define | MAX_SLICES 32 | 
| The maximum number of slices supported by the decoder.  More... | |
| #define | MB_MBAFF(h) (h)->mb_mbaff | 
| #define | MB_FIELD(sl) (sl)->mb_field_decoding_flag | 
| #define | FRAME_MBAFF(h) (h)->mb_aff_frame | 
| #define | FIELD_PICTURE(h) ((h)->picture_structure != PICT_FRAME) | 
| #define | LEFT_MBS 2 | 
| #define | LTOP 0 | 
| #define | LBOT 1 | 
| #define | LEFT(i) (i) | 
| #define | FIELD_OR_MBAFF_PICTURE(h) (FRAME_MBAFF(h) || FIELD_PICTURE(h)) | 
| #define | CABAC(h) (h)->pps.cabac | 
| #define | CHROMA(h) ((h)->sps.chroma_format_idc) | 
| #define | CHROMA422(h) ((h)->sps.chroma_format_idc == 2) | 
| #define | CHROMA444(h) ((h)->sps.chroma_format_idc == 3) | 
| #define | EXTENDED_SAR 255 | 
| #define | MB_TYPE_REF0 MB_TYPE_ACPRED | 
| #define | MB_TYPE_8x8DCT 0x01000000 | 
| #define | IS_REF0(a) ((a) & MB_TYPE_REF0) | 
| #define | IS_8x8DCT(a) ((a) & MB_TYPE_8x8DCT) | 
| #define | QP_MAX_NUM (51 + 6*6) | 
| #define | LIST_NOT_USED -1 | 
| #define | PART_NOT_AVAILABLE -2 | 
| #define | FRAME_RECOVERED_IDR (1 << 0) | 
| We have seen an IDR, so all the following frames in coded order are correctly decodable.  More... | |
| #define | FRAME_RECOVERED_SEI (1 << 1) | 
| Sufficient number of frames have been decoded since a SEI recovery point, so all the following frames in presentation order are correct.  More... | |
| #define | LUMA_DC_BLOCK_INDEX 48 | 
| #define | CHROMA_DC_BLOCK_INDEX 49 | 
| #define | SLICE_SINGLETHREAD 1 | 
| #define | SLICE_SKIPED 2 | 
Variables | |
| const uint8_t | ff_h264_chroma_qp [7][QP_MAX_NUM+1] | 
| One chroma qp table for each possible bit depth (8-14).  More... | |
| const uint16_t | ff_h264_mb_sizes [4] | 
| static const uint8_t | scan8 [16 *3+3] | 
H.264 / AVC / MPEG4 part10 codec.
Definition in file h264.h.
| #define H264_MAX_PICTURE_COUNT 36 | 
Definition at line 46 of file h264.h.
Referenced by copy_picture_range(), ff_h264_decode_seq_parameter_set(), ff_h264_free_context(), ff_h264_update_thread_context(), find_unused_picture(), flush_dpb(), h264_init_context(), and release_unused_pictures().
| #define H264_MAX_THREADS 32 | 
Definition at line 47 of file h264.h.
Referenced by h264_init_context(), and h264_slice_header_init().
| #define MAX_SPS_COUNT 32 | 
Definition at line 49 of file h264.h.
Referenced by active_parameter_sets(), decode_picture_timing(), ff_h264_decode_picture_parameter_set(), ff_h264_decode_seq_parameter_set(), ff_h264_free_context(), ff_h264_update_thread_context(), ff_hevc_decode_nal_pps(), ff_hevc_parse_sps(), hvcc_write(), and vdadec_init().
| #define MAX_PPS_COUNT 256 | 
Definition at line 50 of file h264.h.
Referenced by ff_h264_decode_picture_parameter_set(), ff_h264_decode_slice_header(), ff_h264_free_context(), ff_h264_update_thread_context(), ff_hevc_decode_nal_pps(), hevc_parse_slice_header(), hls_slice_header(), hvcc_write(), and parse_nal_units().
| #define MAX_MMCO_COUNT 66 | 
Definition at line 52 of file h264.h.
Referenced by ff_generate_sliding_window_mmcos(), ff_h264_decode_ref_pic_marking(), and scan_mmco_reset().
| #define MAX_DELAYED_PIC_COUNT 16 | 
Definition at line 54 of file h264.h.
Referenced by decode_postinit(), ff_h264_execute_ref_pic_marking(), ff_h264_update_thread_context(), h264_init_context(), and idr().
| #define MAX_MBPAIR_SIZE (256*1024) | 
Definition at line 56 of file h264.h.
Referenced by ff_h264_decode_nal().
| #define FMO 0 | 
Definition at line 62 of file h264.h.
Referenced by ff_h264_alloc_tables(), fill_decode_neighbors(), and write_back_motion_list().
| #define MAX_SLICES 32 | 
Definition at line 71 of file h264.h.
Referenced by await_references(), backup_mb_border(), ff_h264_decode_mb_cabac(), ff_h264_decode_mb_cavlc(), fill_filter_caches_inter(), and xchg_mb_border().
| #define MB_FIELD | ( | sl | ) | (sl)->mb_field_decoding_flag | 
Definition at line 72 of file h264.h.
Referenced by decode_cabac_mb_skip(), decode_cabac_residual_internal(), decode_mb_skip(), fetch_diagonal_mv(), ff_h264_decode_mb_cabac(), ff_h264_decode_mb_cavlc(), ff_h264_filter_mb(), fill_decode_caches(), fill_decode_neighbors(), fill_filter_caches(), get_lowest_part_y(), hl_decode_mb(), hl_decode_mb_444(), loop_filter(), mc_dir_part(), mc_part_std(), mc_part_weighted(), and xchg_mb_border().
Definition at line 73 of file h264.h.
Referenced by backup_mb_border(), decode_cabac_mb_skip(), decode_finish_row(), decode_slice(), fetch_diagonal_mv(), ff_h264_decode_mb_cabac(), ff_h264_decode_mb_cavlc(), ff_h264_decode_slice_header(), ff_h264_direct_dist_scale_factor(), ff_h264_direct_ref_list_init(), ff_h264_filter_mb(), ff_h264_filter_mb_fast(), fill_decode_caches(), fill_decode_neighbors(), fill_filter_caches(), filter_mb_dir(), hl_decode_mb(), hl_decode_mb_444(), implicit_weight_table(), loop_filter(), pred_spatial_direct_motion(), pred_temp_direct_motion(), and xchg_mb_border().
| #define FIELD_PICTURE | ( | h | ) | ((h)->picture_structure != PICT_FRAME) | 
Definition at line 74 of file h264.h.
Referenced by await_references(), decode_cabac_mb_skip(), decode_finish_row(), ff_generate_sliding_window_mmcos(), ff_h264_decode_ref_pic_list_reordering(), ff_h264_decode_ref_pic_marking(), ff_h264_decode_slice_header(), ff_h264_direct_dist_scale_factor(), ff_h264_field_end(), ff_h264_fill_default_ref_list(), h264_filter_mb_fast_internal(), and pic_num_extract().
| #define LEFT_MBS 2 | 
Definition at line 75 of file h264.h.
Referenced by fill_decode_caches(), fill_decode_neighbors(), and fill_filter_caches().
| #define LTOP 0 | 
Definition at line 76 of file h264.h.
Referenced by decode_cabac_intra_mb_type(), decode_cabac_mb_chroma_pre_mode(), ff_h264_decode_mb_cabac(), ff_h264_filter_mb(), fill_decode_caches(), fill_decode_neighbors(), fill_filter_caches(), fill_filter_caches_inter(), filter_mb_dir(), h264_filter_mb_fast_internal(), and pred_pskip_motion().
| #define LBOT 1 | 
Definition at line 77 of file h264.h.
Referenced by fill_decode_caches(), fill_decode_neighbors(), and fill_filter_caches().
| #define FIELD_OR_MBAFF_PICTURE | ( | h | ) | (FRAME_MBAFF(h) || FIELD_PICTURE(h)) | 
Definition at line 91 of file h264.h.
Referenced by decode_postinit(), decode_slice(), ff_h264_decode_slice_header(), fill_slice_long(), and vaapi_h264_decode_slice().
Definition at line 94 of file h264.h.
Referenced by fill_decode_caches(), fill_filter_caches(), filter_mb_dir(), write_back_motion(), and write_back_motion_list().
Definition at line 98 of file h264.h.
Referenced by backup_mb_border(), ff_h264_decode_mb_cabac(), ff_h264_decode_mb_cavlc(), ff_h264_filter_mb(), fill_decode_caches(), filter_mb_dir(), get_pixel_format(), h264_filter_mb_fast_internal(), hl_decode_mb(), and parse_nal_units().
Definition at line 99 of file h264.h.
Referenced by backup_mb_border(), decode_cabac_residual_nondc(), ff_h264_decode_mb_cabac(), ff_h264_decode_mb_cavlc(), ff_h264_filter_mb(), ff_h264_hl_decode_mb(), fill_decode_caches(), filter_mb_dir(), get_pixel_format(), h264_filter_mb_fast_internal(), loop_filter(), and parse_nal_units().
| #define EXTENDED_SAR 255 | 
Definition at line 101 of file h264.h.
Referenced by decode_vui_parameters().
| #define MB_TYPE_REF0 MB_TYPE_ACPRED | 
| #define MB_TYPE_8x8DCT 0x01000000 | 
Definition at line 104 of file h264.h.
Referenced by ff_h264_decode_mb_cabac(), and ff_h264_decode_mb_cavlc().
| #define IS_REF0 | ( | a | ) | ((a) & MB_TYPE_REF0) | 
Definition at line 105 of file h264.h.
Referenced by ff_h264_decode_mb_cavlc().
| #define IS_8x8DCT | ( | a | ) | ((a) & MB_TYPE_8x8DCT) | 
Definition at line 106 of file h264.h.
Referenced by decode_cabac_luma_residual(), decode_luma_residual(), ff_h264_decode_mb_cabac(), ff_h264_filter_mb(), fill_decode_caches(), fill_filter_caches(), filter_mb_dir(), h264_filter_mb_fast_internal(), hl_decode_mb_idct_luma(), and hl_decode_mb_predict_luma().
| #define LIST_NOT_USED -1 | 
Definition at line 561 of file h264.h.
Referenced by ff_h264_decode_mb_cabac(), ff_h264_decode_mb_cavlc(), fill_decode_caches(), fill_filter_caches_inter(), pred_pskip_motion(), and write_back_motion().
| #define PART_NOT_AVAILABLE -2 | 
Definition at line 562 of file h264.h.
Referenced by fetch_diagonal_mv(), ff_h264_decode_mb_cabac(), ff_h264_decode_mb_cavlc(), ff_h264_slice_context_init(), fill_decode_caches(), pred_motion(), pred_pskip_motion(), pred_spatial_direct_motion(), svq3_decode_frame(), and svq3_decode_mb().
| #define FRAME_RECOVERED_IDR (1 << 0) | 
We have seen an IDR, so all the following frames in coded order are correctly decodable.
Definition at line 797 of file h264.h.
Referenced by decode_nal_units().
| #define FRAME_RECOVERED_SEI (1 << 1) | 
Sufficient number of frames have been decoded since a SEI recovery point, so all the following frames in presentation order are correct.
Definition at line 802 of file h264.h.
Referenced by decode_postinit(), and ff_h264_execute_ref_pic_marking().
| #define LUMA_DC_BLOCK_INDEX 48 | 
Definition at line 1003 of file h264.h.
Referenced by decode_cabac_luma_residual(), decode_cabac_residual_internal(), decode_luma_residual(), decode_residual(), get_cabac_cbf_ctx(), and hl_decode_mb_predict_luma().
| #define CHROMA_DC_BLOCK_INDEX 49 | 
Definition at line 1004 of file h264.h.
Referenced by decode_cabac_residual_internal(), ff_h264_decode_mb_cabac(), ff_h264_decode_mb_cavlc(), get_cabac_cbf_ctx(), and hl_decode_mb().
| #define SLICE_SINGLETHREAD 1 | 
Definition at line 1222 of file h264.h.
Referenced by decode_nal_units(), and ff_h264_decode_slice_header().
| #define SLICE_SKIPED 2 | 
Definition at line 1223 of file h264.h.
Referenced by decode_nal_units(), and ff_h264_decode_slice_header().
| anonymous enum | 
| enum SEI_Type | 
SEI message types.
| enum SEI_PicStructType | 
pic_struct in picture timing SEI message
| enum SEI_FpaType | 
| enum MMCOOpcode | 
| int ff_h264_decode_sei | ( | H264Context * | h | ) | 
Decode SEI.
Definition at line 419 of file h264_sei.c.
Referenced by decode_nal_units(), and parse_nal_units().
| int ff_h264_decode_seq_parameter_set | ( | H264Context * | h, | 
| int | ignore_truncation | ||
| ) | 
Decode SPS.
Definition at line 303 of file h264_ps.c.
Referenced by decode_nal_units(), and parse_nal_units().
| int ff_h264_get_profile | ( | SPS * | sps | ) | 
compute profile from sps
compute profile from sps
| sps | SPS | 
Definition at line 1218 of file h264.c.
Referenced by ff_h264_decode_slice_header(), and parse_nal_units().
| int ff_h264_decode_picture_parameter_set | ( | H264Context * | h, | 
| int | bit_length | ||
| ) | 
Decode PPS.
Definition at line 589 of file h264_ps.c.
Referenced by decode_nal_units(), and parse_nal_units().
| const uint8_t* ff_h264_decode_nal | ( | H264Context * | h, | 
| H264SliceContext * | sl, | ||
| const uint8_t * | src, | ||
| int * | dst_length, | ||
| int * | consumed, | ||
| int | length | ||
| ) | 
Decode a network abstraction layer unit.
| consumed | is the number of bytes used as input | 
| length | is the length of the array | 
| dst_length | is the number of decoded bytes FIXME here or a decode rbsp tailing? | 
Definition at line 226 of file h264.c.
Referenced by decode_nal_units(), get_last_needed_nal(), and parse_nal_units().
| void ff_h264_free_context | ( | H264Context * | h | ) | 
Free any data that may have been allocated in the H264 context like SPS, PPS etc.
Definition at line 1906 of file h264.c.
Referenced by ff_h264_decode_init(), h264_close(), h264_decode_end(), and svq3_decode_end().
| int ff_h264_get_slice_type | ( | const H264SliceContext * | sl | ) | 
Reconstruct bitstream slice_type.
Definition at line 1953 of file h264_slice.c.
Referenced by fill_slice_long(), and vaapi_h264_decode_slice().
| int ff_h264_alloc_tables | ( | H264Context * | h | ) | 
Allocate tables.
needs width/height
Definition at line 398 of file h264.c.
Referenced by h264_slice_header_init(), and svq3_decode_init().
| int ff_h264_fill_default_ref_list | ( | H264Context * | h, | 
| H264SliceContext * | sl | ||
| ) | 
Fill the default_ref_list.
Definition at line 125 of file h264_refs.c.
Referenced by ff_h264_decode_slice_header().
| int ff_h264_decode_ref_pic_list_reordering | ( | H264Context * | h, | 
| H264SliceContext * | sl | ||
| ) | 
Definition at line 236 of file h264_refs.c.
Referenced by ff_h264_decode_slice_header().
| void ff_h264_fill_mbaff_ref_list | ( | H264Context * | h, | 
| H264SliceContext * | sl | ||
| ) | 
Definition at line 367 of file h264_refs.c.
Referenced by ff_h264_decode_slice_header().
| void ff_h264_remove_all_refs | ( | H264Context * | h | ) | 
Definition at line 507 of file h264_refs.c.
Referenced by h264_decode_end(), and idr().
| int ff_h264_execute_ref_pic_marking | ( | H264Context * | h, | 
| MMCO * | mmco, | ||
| int | mmco_count | ||
| ) | 
Execute the reference picture marking (memory management control operations).
Definition at line 616 of file h264_refs.c.
Referenced by ff_h264_decode_slice_header(), ff_h264_field_end(), and ff_h264_update_thread_context().
| int ff_h264_decode_ref_pic_marking | ( | H264Context * | h, | 
| GetBitContext * | gb, | ||
| int | first_slice | ||
| ) | 
Definition at line 825 of file h264_refs.c.
Referenced by ff_h264_decode_slice_header().
| int ff_generate_sliding_window_mmcos | ( | H264Context * | h, | 
| int | first_slice | ||
| ) | 
Definition at line 584 of file h264_refs.c.
Referenced by ff_h264_decode_ref_pic_marking(), and ff_h264_decode_slice_header().
| int ff_h264_check_intra4x4_pred_mode | ( | const H264Context * | h, | 
| H264SliceContext * | sl | ||
| ) | 
Check if the top & left blocks are available if needed & change the dc mode so it only uses the available blocks.
Check if the top & left blocks are available if needed & change the dc mode so it only uses the available blocks.
Definition at line 137 of file h264.c.
Referenced by ff_h264_decode_mb_cabac(), ff_h264_decode_mb_cavlc(), and svq3_decode_mb().
| int ff_h264_check_intra_pred_mode | ( | const H264Context * | h, | 
| H264SliceContext * | sl, | ||
| int | mode, | ||
| int | is_chroma | ||
| ) | 
Check if the top & left blocks are available if needed & change the dc mode so it only uses the available blocks.
Check if the top & left blocks are available if needed & change the dc mode so it only uses the available blocks.
Definition at line 184 of file h264.c.
Referenced by ff_h264_decode_mb_cabac(), ff_h264_decode_mb_cavlc(), and svq3_decode_mb().
| void ff_h264_hl_decode_mb | ( | const H264Context * | h, | 
| H264SliceContext * | sl | ||
| ) | 
Definition at line 818 of file h264_mb.c.
Referenced by decode_slice(), h264_er_decode_mb(), and svq3_decode_frame().
| int ff_h264_decode_extradata | ( | H264Context * | h, | 
| const uint8_t * | buf, | ||
| int | size | ||
| ) | 
Definition at line 527 of file h264.c.
Referenced by ff_h264_decode_init(), h264_decode_frame(), and h264_parse().
| int ff_h264_decode_init | ( | AVCodecContext * | avctx | ) | 
Definition at line 647 of file h264.c.
Referenced by svq3_decode_init().
Definition at line 327 of file h264_cavlc.c.
Referenced by ff_h264_decode_init().
| int ff_h264_decode_mb_cavlc | ( | const H264Context * | h, | 
| H264SliceContext * | sl | ||
| ) | 
Decode a macroblock.
Definition at line 709 of file h264_cavlc.c.
Referenced by decode_slice().
| int ff_h264_decode_mb_cabac | ( | const H264Context * | h, | 
| H264SliceContext * | sl | ||
| ) | 
Decode a CABAC coded macroblock.
Decode a CABAC coded macroblock.
Definition at line 1911 of file h264_cabac.c.
Referenced by decode_slice().
| void ff_h264_init_cabac_states | ( | const H264Context * | h, | 
| H264SliceContext * | sl | ||
| ) | 
Definition at line 1264 of file h264_cabac.c.
Referenced by decode_slice().
| void ff_h264_init_dequant_tables | ( | H264Context * | h | ) | 
Definition at line 367 of file h264_slice.c.
Referenced by ff_h264_alloc_tables(), and ff_h264_decode_slice_header().
| void ff_h264_direct_dist_scale_factor | ( | const H264Context *const | h, | 
| H264SliceContext * | sl | ||
| ) | 
Definition at line 51 of file h264_direct.c.
Referenced by ff_h264_decode_slice_header().
| void ff_h264_direct_ref_list_init | ( | const H264Context *const | h, | 
| H264SliceContext * | sl | ||
| ) | 
Definition at line 110 of file h264_direct.c.
Referenced by ff_h264_decode_slice_header().
| void ff_h264_pred_direct_motion | ( | const H264Context *const | h, | 
| H264SliceContext * | sl, | ||
| int * | mb_type | ||
| ) | 
Definition at line 702 of file h264_direct.c.
Referenced by decode_mb_skip(), ff_h264_decode_mb_cabac(), and ff_h264_decode_mb_cavlc().
| void ff_h264_filter_mb_fast | ( | const H264Context * | h, | 
| H264SliceContext * | sl, | ||
| int | mb_x, | ||
| int | mb_y, | ||
| uint8_t * | img_y, | ||
| uint8_t * | img_cb, | ||
| uint8_t * | img_cr, | ||
| unsigned int | linesize, | ||
| unsigned int | uvlinesize | ||
| ) | 
Definition at line 417 of file h264_loopfilter.c.
Referenced by loop_filter().
| void ff_h264_filter_mb | ( | const H264Context * | h, | 
| H264SliceContext * | sl, | ||
| int | mb_x, | ||
| int | mb_y, | ||
| uint8_t * | img_y, | ||
| uint8_t * | img_cb, | ||
| uint8_t * | img_cr, | ||
| unsigned int | linesize, | ||
| unsigned int | uvlinesize | ||
| ) | 
Definition at line 717 of file h264_loopfilter.c.
Referenced by ff_h264_filter_mb_fast(), and loop_filter().
| void ff_h264_reset_sei | ( | H264Context * | h | ) | 
Reset SEI values at the beginning of the frame.
| h | H.264 context. | 
Definition at line 37 of file h264_sei.c.
Referenced by decode_nal_units(), ff_h264_flush_change(), h264_init_context(), and parse_nal_units().
| const char* ff_h264_sei_stereo_mode | ( | H264Context * | h | ) | 
Get stereo_mode string from the h264 frame_packing_arrangement.
| h | H.264 context. | 
Definition at line 489 of file h264_sei.c.
Referenced by output_frame().
      
  | 
  static | 
Definition at line 1023 of file h264.h.
Referenced by ff_h264_decode_mb_cabac(), ff_h264_decode_mb_cavlc(), fill_filter_caches_inter(), h264_er_decode_mb(), pred_pskip_motion(), pred_spatial_direct_motion(), pred_temp_direct_motion(), and svq3_mc_dir().
      
  | 
  static | 
Definition at line 1032 of file h264.h.
Referenced by ff_h264_decode_mb_cabac().
      
  | 
  static | 
Get the chroma qp.
Definition at line 1044 of file h264.h.
Referenced by ff_h264_decode_mb_cabac(), ff_h264_decode_mb_cavlc(), ff_h264_decode_slice_header(), ff_h264_filter_mb(), filter_mb_dir(), h264_filter_mb_fast_internal(), and loop_filter().
      
  | 
  static | 
Get the predicted intra4x4 prediction mode.
Definition at line 1052 of file h264.h.
Referenced by ff_h264_decode_mb_cabac(), and ff_h264_decode_mb_cavlc().
      
  | 
  static | 
Definition at line 1068 of file h264.h.
Referenced by ff_h264_decode_mb_cabac(), ff_h264_decode_mb_cavlc(), and svq3_decode_mb().
      
  | 
  static | 
Definition at line 1080 of file h264.h.
Referenced by ff_h264_decode_mb_cabac(), and ff_h264_decode_mb_cavlc().
      
  | 
  static | 
Definition at line 1104 of file h264.h.
Referenced by write_back_motion().
      
  | 
  static | 
Definition at line 1140 of file h264.h.
Referenced by decode_mb_skip(), ff_h264_decode_mb_cabac(), and ff_h264_decode_mb_cavlc().
      
  | 
  static | 
Definition at line 1167 of file h264.h.
Referenced by ff_h264_decode_mb_cabac(), and ff_h264_decode_mb_cavlc().
      
  | 
  inlinestatic | 
Definition at line 1179 of file h264.h.
Referenced by decode_nal_units(), get_last_needed_nal(), and parse_nal_units().
      
  | 
  inlinestatic | 
Definition at line 1189 of file h264.h.
Referenced by decode_nal_units(), get_last_needed_nal(), and parse_nal_units().
| int ff_h264_field_end | ( | H264Context * | h, | 
| H264SliceContext * | sl, | ||
| int | in_setup | ||
| ) | 
Definition at line 154 of file h264_picture.c.
Referenced by ff_h264_decode_slice_header(), and h264_decode_frame().
| int ff_h264_ref_picture | ( | H264Context * | h, | 
| H264Picture * | dst, | ||
| H264Picture * | src | ||
| ) | 
Definition at line 68 of file h264_picture.c.
Referenced by ff_h264_remove_all_refs(), ff_h264_update_thread_context(), and h264_frame_start().
| void ff_h264_unref_picture | ( | H264Context * | h, | 
| H264Picture * | pic | ||
| ) | 
Definition at line 47 of file h264_picture.c.
Referenced by alloc_picture(), ff_h264_flush_change(), ff_h264_free_context(), ff_h264_ref_picture(), ff_h264_remove_all_refs(), ff_h264_update_thread_context(), flush_dpb(), h264_decode_end(), h264_decode_frame(), h264_frame_start(), and release_unused_pictures().
| int ff_h264_slice_context_init | ( | H264Context * | h, | 
| H264SliceContext * | sl | ||
| ) | 
Init context Allocate buffers which are not shared amongst multiple threads.
Definition at line 459 of file h264.c.
Referenced by h264_slice_header_init().
| void ff_h264_draw_horiz_band | ( | const H264Context * | h, | 
| H264SliceContext * | sl, | ||
| int | y, | ||
| int | height | ||
| ) | 
Definition at line 98 of file h264.c.
Referenced by decode_finish_row(), dxva2_h264_end_frame(), vaapi_h264_end_frame(), and vdpau_h264_end_frame().
| int ff_init_poc | ( | H264Context * | h, | 
| int | pic_field_poc[2], | ||
| int * | pic_poc | ||
| ) | 
Definition at line 1133 of file h264.c.
Referenced by ff_h264_decode_slice_header(), and parse_nal_units().
| int ff_pred_weight_table | ( | H264Context * | h, | 
| H264SliceContext * | sl | ||
| ) | 
Definition at line 996 of file h264.c.
Referenced by ff_h264_decode_slice_header(), and scan_mmco_reset().
| int ff_set_ref_count | ( | H264Context * | h, | 
| H264SliceContext * | sl | ||
| ) | 
Definition at line 1238 of file h264.c.
Referenced by ff_h264_decode_slice_header(), and scan_mmco_reset().
| int ff_h264_decode_slice_header | ( | H264Context * | h, | 
| H264SliceContext * | sl | ||
| ) | 
Decode a slice header.
This will (re)intialize the decoder and call h264_frame_start() as needed.
| h | h264context | 
Definition at line 1151 of file h264_slice.c.
Referenced by decode_nal_units().
| int ff_h264_execute_decode_slices | ( | H264Context * | h, | 
| unsigned | context_count | ||
| ) | 
Call decode_slice() for each context.
| h | h264 master context | 
| context_count | number of contexts to execute | 
Definition at line 2534 of file h264_slice.c.
Referenced by decode_nal_units().
| int ff_h264_update_thread_context | ( | AVCodecContext * | dst, | 
| const AVCodecContext * | src | ||
| ) | 
Definition at line 433 of file h264_slice.c.
| void ff_h264_flush_change | ( | H264Context * | h | ) | 
Definition at line 1084 of file h264.c.
Referenced by ff_h264_decode_init(), ff_h264_decode_slice_header(), and flush_dpb().
| void ff_h264_free_tables | ( | H264Context * | h | ) | 
Definition at line 355 of file h264.c.
Referenced by ff_h264_alloc_tables(), ff_h264_free_context(), flush_dpb(), and h264_slice_header_init().
| void ff_h264_set_erpic | ( | ERPicture * | dst, | 
| H264Picture * | src | ||
| ) | 
Definition at line 131 of file h264_picture.c.
Referenced by ff_h264_field_end(), and h264_frame_start().
| const uint8_t ff_h264_chroma_qp[7][QP_MAX_NUM+1] | 
One chroma qp table for each possible bit depth (8-14).
Definition at line 53 of file h264_ps.c.
Referenced by build_qp_table(), and hl_decode_mb().
| const uint16_t ff_h264_mb_sizes[4] | 
Definition at line 54 of file h264.c.
Referenced by ff_h264_decode_mb_cabac(), ff_h264_decode_mb_cavlc(), and hl_decode_mb().
      
  | 
  static | 
Definition at line 1007 of file h264.h.
Referenced by decode_cabac_luma_residual(), decode_cabac_mb_ref(), decode_cabac_residual_dc(), decode_cabac_residual_dc_422(), decode_cabac_residual_internal(), decode_cabac_residual_nondc(), decode_luma_residual(), decode_residual(), decode_slice(), fetch_diagonal_mv(), ff_h264_check_intra4x4_pred_mode(), ff_h264_decode_mb_cabac(), ff_h264_decode_mb_cavlc(), ff_h264_idct8_add4(), ff_h264_idct8_add4_msa(), ff_h264_idct_add16(), ff_h264_idct_add16_intra_msa(), ff_h264_idct_add16_msa(), ff_h264_idct_add16intra(), ff_h264_idct_add8(), ff_h264_idct_add8_422(), ff_h264_idct_add8_422_msa(), ff_h264_idct_add8_msa(), ff_h264_slice_context_init(), fill_decode_caches(), fill_filter_caches(), fill_filter_caches_inter(), filter_mb_dir(), get_cabac_cbf_ctx(), get_lowest_part_list_y(), get_lowest_part_y(), h264_er_decode_mb(), h264_frame_start(), hl_decode_mb(), hl_decode_mb_444(), hl_decode_mb_idct_luma(), hl_decode_mb_predict_luma(), mc_dir_part(), mc_part(), mc_part_std(), mc_part_weighted(), pred_16x8_motion(), pred_8x16_motion(), pred_intra_mode(), pred_motion(), pred_non_zero_count(), pred_pskip_motion(), pred_spatial_direct_motion(), pred_temp_direct_motion(), prefetch_motion(), svq3_decode_frame(), svq3_decode_mb(), svq3_mc_dir(), and write_back_motion_list().
 1.8.6