#include <vo-amrwbenc/enc_if.h>
#include <stdio.h>
#include <stdlib.h>
#include "libavutil/avstring.h"
#include "libavutil/internal.h"
#include "libavutil/opt.h"
#include "avcodec.h"
#include "codec_internal.h"
#include "encode.h"
#include "internal.h"
Go to the source code of this file.
◆ MAX_PACKET_SIZE
      
        
          | #define MAX_PACKET_SIZE   (1 + (477 + 7) / 8) | 
      
 
 
◆ get_wb_bitrate_mode()
  
  | 
        
          | static int get_wb_bitrate_mode | ( | int | bitrate, |  
          |  |  | void * | log_ctx |  
          |  | ) |  |  |  | static | 
 
 
◆ amr_wb_encode_init()
◆ amr_wb_encode_close()
◆ amr_wb_encode_frame()
◆ options
◆ amrwb_class
Initial value:= {
    .class_name = "libvo_amrwbenc",
}
Definition at line 49 of file libvo-amrwbenc.c.
 
 
◆ ff_libvo_amrwbenc_encoder
      
        
          | const FFCodec ff_libvo_amrwbenc_encoder | 
      
 
Initial value:= {
    .p.name         = "libvo_amrwbenc",
                                           "(Adaptive Multi-Rate Wide-Band)"),
    .p.wrapper_name = "libvo_amrwbenc",
}
Definition at line 143 of file libvo-amrwbenc.c.