| 
    FFmpeg
    
   | 
 
#include "libavutil/internal.h"#include "libavutil/intreadwrite.h"#include "avcodec.h"#include "codec_internal.h"#include "decode.h"#include "bytestream.h"#include "mathops.h"Go to the source code of this file.
Data Structures | |
| struct | ChannelContext | 
| struct | MISC4Context | 
Macros | |
| #define | FRACBITS 12 | 
| #define | WEIGHTSBITS 26 | 
Functions | |
| static av_cold int | misc4_init (AVCodecContext *avctx) | 
| static int64_t | prediction (int delta, ChannelContext *c) | 
| static int16_t | decode (ChannelContext *c, unsigned nibble) | 
| static int | misc4_decode (AVCodecContext *avctx, AVFrame *frame, int *got_frame_ptr, AVPacket *pkt) | 
Variables | |
| static const int16_t | steps [16] | 
| static const int16_t | diffs [16] | 
| const FFCodec | ff_misc4_decoder | 
      
  | 
  static | 
      
  | 
  static | 
Definition at line 78 of file misc4.c.
Referenced by aptx_prediction_filtering(), aptx_process_subband(), aptx_reconstructed_differences_update(), decode(), encode_plane_slice(), encode_plane_slice_raw(), ff_aptx_init(), and qoa_lms_predict().
      
  | 
  static | 
Definition at line 107 of file misc4.c.
Referenced by misc4_decode().
      
  | 
  static | 
      
  | 
  static | 
Definition at line 30 of file misc4.c.
Referenced by av_get_padded_bits_per_pixel(), check_horiz_slice(), check_verti_slice(), decode(), do_elbg(), do_vertical_columns(), encode_subbands(), filter_horizontally(), filter_vertically(), horiz_slice_c(), l2_unscale_group(), mp_decode_layer2(), mpegaudiodec_common_init_static(), set_params(), twiddle(), and verti_slice_c().
      
  | 
  static | 
| const FFCodec ff_misc4_decoder | 
 1.8.17