FFmpeg  3.4.9
Data Fields
CUVIDH264MVCEXT Struct Reference

H.264 MVC picture parameters ext This structure is used in CUVIDH264PICPARAMS structure. More...

#include <compat/cuda/dynlink_cuviddec.h>

Data Fields

int num_views_minus1
 Max number of coded views minus 1 in video : Range - 0 to 1023. More...
 
int view_id
 view identifier More...
 
unsigned char inter_view_flag
 1 if used for inter-view prediction, 0 if not More...
 
unsigned char num_inter_view_refs_l0
 number of inter-view ref pics in RefPicList0 More...
 
unsigned char num_inter_view_refs_l1
 number of inter-view ref pics in RefPicList1 More...
 
unsigned char MVCReserved8Bits
 Reserved bits. More...
 
int InterViewRefsL0 [16]
 view id of the i-th view component for inter-view prediction in RefPicList0 More...
 
int InterViewRefsL1 [16]
 view id of the i-th view component for inter-view prediction in RefPicList1 More...
 

Detailed Description

H.264 MVC picture parameters ext This structure is used in CUVIDH264PICPARAMS structure.

Definition at line 225 of file dynlink_cuviddec.h.

Field Documentation

◆ num_views_minus1

int CUVIDH264MVCEXT::num_views_minus1

Max number of coded views minus 1 in video : Range - 0 to 1023.

Definition at line 227 of file dynlink_cuviddec.h.

◆ view_id

int CUVIDH264MVCEXT::view_id

view identifier

Definition at line 228 of file dynlink_cuviddec.h.

◆ inter_view_flag

unsigned char CUVIDH264MVCEXT::inter_view_flag

1 if used for inter-view prediction, 0 if not

Definition at line 229 of file dynlink_cuviddec.h.

◆ num_inter_view_refs_l0

unsigned char CUVIDH264MVCEXT::num_inter_view_refs_l0

number of inter-view ref pics in RefPicList0

Definition at line 230 of file dynlink_cuviddec.h.

◆ num_inter_view_refs_l1

unsigned char CUVIDH264MVCEXT::num_inter_view_refs_l1

number of inter-view ref pics in RefPicList1

Definition at line 231 of file dynlink_cuviddec.h.

◆ MVCReserved8Bits

unsigned char CUVIDH264MVCEXT::MVCReserved8Bits

Reserved bits.

Definition at line 232 of file dynlink_cuviddec.h.

◆ InterViewRefsL0

int CUVIDH264MVCEXT::InterViewRefsL0[16]

view id of the i-th view component for inter-view prediction in RefPicList0

Definition at line 233 of file dynlink_cuviddec.h.

◆ InterViewRefsL1

int CUVIDH264MVCEXT::InterViewRefsL1[16]

view id of the i-th view component for inter-view prediction in RefPicList1

Definition at line 234 of file dynlink_cuviddec.h.


The documentation for this struct was generated from the following file: