Searched refs:EncBlockInfo (Results 1 – 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | dvenc.c | 148 typedef struct EncBlockInfo { struct 165 } EncBlockInfo; argument 167 static av_always_inline PutBitContext *dv_encode_ac(EncBlockInfo *bi, in dv_encode_ac() 362 int16_t *blk, EncBlockInfo *bi, in dv_set_class_number_sd() 446 int16_t *blk, EncBlockInfo *bi, in dv_set_class_number_hd() 502 static av_always_inline int dv_init_enc_block(EncBlockInfo* bi, uint8_t *data, int linesize, in dv_init_enc_block() 566 static int dv100_actual_quantize(EncBlockInfo *b, int qlevel) in dv100_actual_quantize() 604 static inline void dv_guess_qnos_hd(EncBlockInfo *blks, int *qnos) in dv_guess_qnos_hd() 606 EncBlockInfo *b; in dv_guess_qnos_hd() 746 static inline void dv_guess_qnos(EncBlockInfo *blks, int *qnos) in dv_guess_qnos() [all …]
|