|
xine-lib
1.2.9
|
#include <stdio.h>#include <stdlib.h>#include <string.h>#include <sys/types.h>#include <unistd.h>#include <xine/xine_internal.h>#include <xine/video_out.h>#include <xine/buffer.h>#include <xine/xineutils.h>#include "accel_vdpau.h"#include <vdpau/vdpau.h>#include "alterh264_bits_reader.h"Go to the source code of this file.
Data Structures | |
| struct | vui_param_t |
| struct | seq_param_t |
| struct | pic_param_t |
| struct | slice_param_t |
| struct | dpb_frame_t |
| struct | slice_t |
| struct | sequence_t |
| struct | vdpau_h264_alter_class_t |
| struct | vdpau_mpeg12_decoder_s |
Macros | |
| #define | LOG_MODULE "vdpau_h264" |
| #define | PICTURE_TOP_DONE 1 |
| #define | PICTURE_BOTTOM_DONE 2 |
| #define | PICTURE_DONE 3 |
| #define | SHORT_TERM_REF 1 |
| #define | LONG_TERM_REF 2 |
Typedefs | |
| typedef struct vdpau_mpeg12_decoder_s | vdpau_h264_alter_decoder_t |
Variables | |
| static const uint8_t | zigzag_4x4 [16] |
| static const uint8_t | zigzag_8x8 [64] |
| static const uint8_t | default_4x4_intra [16] |
| static const uint8_t | default_4x4_inter [16] |
| static const uint8_t | default_8x8_intra [64] |
| static const uint8_t | default_8x8_inter [64] |
| #define LOG_MODULE "vdpau_h264" |
| #define LONG_TERM_REF 2 |
| #define PICTURE_BOTTOM_DONE 2 |
Referenced by decode_picture(), and decode_poc().
| #define PICTURE_DONE 3 |
Referenced by dec_ref_pic_marking(), decode_picture(), decode_poc(), and decode_render().
| #define PICTURE_TOP_DONE 1 |
Referenced by decode_picture(), and decode_poc().
| #define SHORT_TERM_REF 1 |
Referenced by dec_ref_pic_marking().
| typedef struct vdpau_mpeg12_decoder_s vdpau_h264_alter_decoder_t |
| enum aspect_ratio |
|
static |
Referenced by parse_scaling_list(), and scaling_list_fallback_A().
|
static |
Referenced by parse_scaling_list(), and scaling_list_fallback_A().
|
static |
Referenced by parse_scaling_list(), and scaling_list_fallback_A().
|
static |
Referenced by parse_scaling_list(), and scaling_list_fallback_A().
|
static |
Referenced by parse_scaling_list(), scaling_list_fallback_A(), and sps_scaling_list_fallback().
|
static |
Referenced by parse_scaling_list(), scaling_list_fallback_A(), and sps_scaling_list_fallback().
1.8.14