FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions | Variables
hevc_ps.c File Reference
#include "libavutil/imgutils.h"
#include "golomb.h"
#include "hevc.h"

Go to the source code of this file.

Functions

static void remove_pps (HEVCParamSets *s, int id)
 
static void remove_sps (HEVCParamSets *s, int id)
 
static void remove_vps (HEVCParamSets *s, int id)
 
int ff_hevc_decode_short_term_rps (GetBitContext *gb, AVCodecContext *avctx, ShortTermRPS *rps, const HEVCSPS *sps, int is_slice_header)
 
static int decode_profile_tier_level (GetBitContext *gb, AVCodecContext *avctx, PTLCommon *ptl)
 
static int parse_ptl (GetBitContext *gb, AVCodecContext *avctx, PTL *ptl, int max_num_sub_layers)
 
static void decode_sublayer_hrd (GetBitContext *gb, unsigned int nb_cpb, int subpic_params_present)
 
static int decode_hrd (GetBitContext *gb, int common_inf_present, int max_sublayers)
 
int ff_hevc_decode_nal_vps (GetBitContext *gb, AVCodecContext *avctx, HEVCParamSets *ps)
 
static void decode_vui (GetBitContext *gb, AVCodecContext *avctx, int apply_defdispwin, HEVCSPS *sps)
 
static void set_default_scaling_list_data (ScalingList *sl)
 
static int scaling_list_data (GetBitContext *gb, AVCodecContext *avctx, ScalingList *sl, HEVCSPS *sps)
 
static int map_pixel_format (AVCodecContext *avctx, HEVCSPS *sps)
 
int ff_hevc_parse_sps (HEVCSPS *sps, GetBitContext *gb, unsigned int *sps_id, int apply_defdispwin, AVBufferRef **vps_list, AVCodecContext *avctx)
 Parse the SPS from the bitstream into the provided HEVCSPS struct. More...
 
int ff_hevc_decode_nal_sps (GetBitContext *gb, AVCodecContext *avctx, HEVCParamSets *ps, int apply_defdispwin)
 
static void hevc_pps_free (void *opaque, uint8_t *data)
 
static int pps_range_extensions (GetBitContext *gb, AVCodecContext *avctx, HEVCPPS *pps, HEVCSPS *sps)
 
static int setup_pps (AVCodecContext *avctx, GetBitContext *gb, HEVCPPS *pps, HEVCSPS *sps)
 
int ff_hevc_decode_nal_pps (GetBitContext *gb, AVCodecContext *avctx, HEVCParamSets *ps)
 

Variables

static const uint8_t default_scaling_list_intra []
 
static const uint8_t default_scaling_list_inter []
 
static const AVRational vui_sar []
 

Function Documentation

static void remove_pps ( HEVCParamSets s,
int  id 
)
static

Definition at line 72 of file hevc_ps.c.

Referenced by ff_hevc_decode_nal_pps(), and remove_sps().

static void remove_sps ( HEVCParamSets s,
int  id 
)
static

Definition at line 79 of file hevc_ps.c.

Referenced by ff_hevc_decode_nal_sps(), and remove_vps().

static void remove_vps ( HEVCParamSets s,
int  id 
)
static

Definition at line 96 of file hevc_ps.c.

Referenced by ff_hevc_decode_nal_vps().

int ff_hevc_decode_short_term_rps ( GetBitContext gb,
AVCodecContext avctx,
ShortTermRPS rps,
const HEVCSPS sps,
int  is_slice_header 
)

Definition at line 110 of file hevc_ps.c.

Referenced by ff_hevc_parse_sps(), and hls_slice_header().

static int decode_profile_tier_level ( GetBitContext gb,
AVCodecContext avctx,
PTLCommon ptl 
)
static

Definition at line 238 of file hevc_ps.c.

Referenced by parse_ptl().

static int parse_ptl ( GetBitContext gb,
AVCodecContext avctx,
PTL ptl,
int  max_num_sub_layers 
)
static

Definition at line 278 of file hevc_ps.c.

Referenced by ff_hevc_decode_nal_vps(), and ff_hevc_parse_sps().

static void decode_sublayer_hrd ( GetBitContext gb,
unsigned int  nb_cpb,
int  subpic_params_present 
)
static

Definition at line 318 of file hevc_ps.c.

Referenced by decode_hrd().

static int decode_hrd ( GetBitContext gb,
int  common_inf_present,
int  max_sublayers 
)
static

Definition at line 335 of file hevc_ps.c.

Referenced by decode_vui(), and ff_hevc_decode_nal_vps().

int ff_hevc_decode_nal_vps ( GetBitContext gb,
AVCodecContext avctx,
HEVCParamSets ps 
)

Definition at line 397 of file hevc_ps.c.

Referenced by decode_nal_unit(), hevc_decode_nal_units(), and parse_nal_units().

static void decode_vui ( GetBitContext gb,
AVCodecContext avctx,
int  apply_defdispwin,
HEVCSPS sps 
)
static

Definition at line 531 of file hevc_ps.c.

Referenced by ff_hevc_parse_sps().

static void set_default_scaling_list_data ( ScalingList sl)
static

Definition at line 675 of file hevc_ps.c.

Referenced by ff_hevc_decode_nal_pps(), and ff_hevc_parse_sps().

static int scaling_list_data ( GetBitContext gb,
AVCodecContext avctx,
ScalingList sl,
HEVCSPS sps 
)
static

Definition at line 705 of file hevc_ps.c.

Referenced by ff_hevc_decode_nal_pps(), and ff_hevc_parse_sps().

static int map_pixel_format ( AVCodecContext avctx,
HEVCSPS sps 
)
static

Definition at line 776 of file hevc_ps.c.

Referenced by ff_hevc_parse_sps().

int ff_hevc_parse_sps ( HEVCSPS sps,
GetBitContext gb,
unsigned int *  sps_id,
int  apply_defdispwin,
AVBufferRef **  vps_list,
AVCodecContext avctx 
)

Parse the SPS from the bitstream into the provided HEVCSPS struct.

Parameters
sps_idthe SPS id will be written here
apply_defdispwinif set 1, the default display window from the VUI will be applied to the video dimensions
vps_listif non-NULL, this function will validate that the SPS refers to an existing VPS

Definition at line 826 of file hevc_ps.c.

Referenced by ff_hevc_decode_nal_sps(), and generate_fake_vps().

int ff_hevc_decode_nal_sps ( GetBitContext gb,
AVCodecContext avctx,
HEVCParamSets ps,
int  apply_defdispwin 
)

Definition at line 1185 of file hevc_ps.c.

Referenced by decode_nal_unit(), hevc_decode_nal_units(), and parse_nal_units().

static void hevc_pps_free ( void opaque,
uint8_t data 
)
static

Definition at line 1242 of file hevc_ps.c.

Referenced by ff_hevc_decode_nal_pps().

static int pps_range_extensions ( GetBitContext gb,
AVCodecContext avctx,
HEVCPPS pps,
HEVCSPS sps 
)
static

Definition at line 1260 of file hevc_ps.c.

Referenced by ff_hevc_decode_nal_pps().

static int setup_pps ( AVCodecContext avctx,
GetBitContext gb,
HEVCPPS pps,
HEVCSPS sps 
)
inlinestatic

6.5

Definition at line 1296 of file hevc_ps.c.

Referenced by ff_hevc_decode_nal_pps().

int ff_hevc_decode_nal_pps ( GetBitContext gb,
AVCodecContext avctx,
HEVCParamSets ps 
)

Definition at line 1428 of file hevc_ps.c.

Referenced by decode_nal_unit(), hevc_decode_nal_units(), and parse_nal_units().

Variable Documentation

const uint8_t default_scaling_list_intra[]
static
Initial value:
= {
16, 16, 16, 16, 17, 18, 21, 24,
16, 16, 16, 16, 17, 19, 22, 25,
16, 16, 17, 18, 20, 22, 25, 29,
16, 16, 18, 21, 24, 27, 31, 36,
17, 17, 20, 24, 30, 35, 41, 47,
18, 19, 22, 27, 35, 44, 54, 65,
21, 22, 25, 31, 41, 54, 70, 88,
24, 25, 29, 36, 47, 65, 88, 115
}

Definition at line 30 of file hevc_ps.c.

Referenced by set_default_scaling_list_data().

const uint8_t default_scaling_list_inter[]
static
Initial value:
= {
16, 16, 16, 16, 17, 18, 20, 24,
16, 16, 16, 17, 18, 20, 24, 25,
16, 16, 17, 18, 20, 24, 25, 28,
16, 17, 18, 20, 24, 25, 28, 33,
17, 18, 20, 24, 25, 28, 33, 41,
18, 20, 24, 25, 28, 33, 41, 54,
20, 24, 25, 28, 33, 41, 54, 71,
24, 25, 28, 33, 41, 54, 71, 91
}

Definition at line 41 of file hevc_ps.c.

Referenced by set_default_scaling_list_data().

const AVRational vui_sar[]
static
Initial value:
= {
{ 0, 1 },
{ 1, 1 },
{ 12, 11 },
{ 10, 11 },
{ 16, 11 },
{ 40, 33 },
{ 24, 11 },
{ 20, 11 },
{ 32, 11 },
{ 80, 33 },
{ 18, 11 },
{ 15, 11 },
{ 64, 33 },
{ 160, 99 },
{ 4, 3 },
{ 3, 2 },
{ 2, 1 },
}

Definition at line 52 of file hevc_ps.c.