| 
    FFmpeg
    
   | 
 
#include <stdio.h>#include <stdlib.h>#include <string.h>#include <math.h>#include <stdint.h>#include <float.h>#include <xavs.h>#include "avcodec.h"#include "internal.h"#include "libavutil/internal.h"#include "libavutil/mem.h"#include "libavutil/opt.h"Go to the source code of this file.
Data Structures | |
| struct | XavsContext | 
Macros | |
| #define | END_OF_STREAM 0x001 | 
| #define | XAVS_PART_I8X8 0x002 /* Analyze i8x8 (requires 8x8 transform) */ | 
| #define | XAVS_PART_P8X8 0x010 /* Analyze p16x8, p8x16 and p8x8 */ | 
| #define | XAVS_PART_B8X8 0x100 /* Analyze b16x8, b*/ | 
| #define | OFFSET(x) offsetof(XavsContext, x) | 
| #define | VE AV_OPT_FLAG_VIDEO_PARAM | AV_OPT_FLAG_ENCODING_PARAM | 
Functions | |
| static void | XAVS_log (void *p, int level, const char *fmt, va_list args) | 
| static int | encode_nals (AVCodecContext *ctx, AVPacket *pkt, xavs_nal_t *nals, int nnal) | 
| static int | XAVS_frame (AVCodecContext *avctx, AVPacket *pkt, const AVFrame *frame, int *got_packet) | 
| static av_cold int | XAVS_close (AVCodecContext *avctx) | 
| static av_cold int | XAVS_init (AVCodecContext *avctx) | 
Variables | |
| static const AVOption | options [] | 
| static const AVClass | xavs_class | 
| static const AVCodecDefault | xavs_defaults [] | 
| AVCodec | ff_libxavs_encoder | 
| #define END_OF_STREAM 0x001 | 
Definition at line 35 of file libxavs.c.
Referenced by XAVS_frame().
| #define XAVS_PART_I8X8 0x002 /* Analyze i8x8 (requires 8x8 transform) */ | 
| #define XAVS_PART_P8X8 0x010 /* Analyze p16x8, p8x16 and p8x8 */ | 
| #define OFFSET | ( | x | ) | offsetof(XavsContext, x) | 
| #define VE AV_OPT_FLAG_VIDEO_PARAM | AV_OPT_FLAG_ENCODING_PARAM | 
Definition at line 63 of file libxavs.c.
Referenced by XAVS_init().
      
  | 
  static | 
Definition at line 78 of file libxavs.c.
Referenced by XAVS_frame().
      
  | 
  static | 
      
  | 
  static | 
      
  | 
  static | 
      
  | 
  static | 
      
  | 
  static | 
      
  | 
  static | 
| AVCodec ff_libxavs_encoder | 
 1.8.2