#include <vf_spp.h>
|
const AVClass * | av_class |
|
int | log2_count |
|
int | qp |
|
int | mode |
|
int | qscale_type |
|
int | temp_linesize |
|
uint8_t * | src |
|
uint16_t * | temp |
|
AVCodecContext * | avctx |
|
AVDCT * | dct |
|
int8_t * | non_b_qp_table |
|
int | non_b_qp_alloc_size |
|
int | use_bframe_qp |
|
int | hsub |
|
int | vsub |
|
void(* | store_slice )(uint8_t *dst, const int16_t *src, int dst_stride, int src_stride, int width, int height, int log2_scale, const uint8_t dither[8][8]) |
|
void(* | requantize )(int16_t dst[64], const int16_t src[64], int qp, const uint8_t *permutation) |
|
Definition at line 31 of file vf_spp.h.
◆ av_class
const AVClass* SPPContext::av_class |
◆ log2_count
int SPPContext::log2_count |
◆ qp
◆ mode
◆ qscale_type
int SPPContext::qscale_type |
◆ temp_linesize
int SPPContext::temp_linesize |
◆ src
◆ temp
uint16_t* SPPContext::temp |
◆ avctx
◆ dct
◆ non_b_qp_table
int8_t* SPPContext::non_b_qp_table |
◆ non_b_qp_alloc_size
int SPPContext::non_b_qp_alloc_size |
◆ use_bframe_qp
int SPPContext::use_bframe_qp |
◆ hsub
◆ vsub
◆ store_slice
◆ requantize
void(* SPPContext::requantize) (int16_t dst[64], const int16_t src[64], int qp, const uint8_t *permutation) |
The documentation for this struct was generated from the following file: