ISVP-SDK
3.12.0
Ingenic Smart Video Platform SDK
|
Define H.264 encoder channel transform quantization struct. More...
#include <imp_encoder.h>
Data Fields | |
uint32_t | intraTransMode |
intra-frame prediction transform mode 0:support 4x4,8x8, high profile ; 1:support 4x4 transform, baseline, main, high profile; 2: support 8x8 transform, high profile support; now only support mode 1 | |
uint32_t | interTransMode |
inter-frame prediction transform mode 0:support 4x4,8x8 , high profile; 1:support 4x4 , baseline, main, high profile ; 2: support 8x8 , high profile; now only support mode 1 | |
bool | bScalingListValid |
interScalingList8x8、intraScalingList8x8 valid flag, used in high profile; 0:invalid, 1:valid; now only support config 0 | |
uint8_t | interScalingList8X8 [64] |
inter-prediction 8x8 quantization table, in high profile, user defineed quantization table can be used, reserved; range:[1, 255] | |
uint8_t | intraScalingList8X8 [64] |
intra-prediction 8x8 quantization table, in high profile, user defineed quantization table can be used, reserved; range:[1, 255] | |
int | chroma_qp_index_offset |
refer to H.264 prococol, system default value is 0; range:[-12, 12] | |
Define H.264 encoder channel transform quantization struct.