Lines Matching refs:EncBlockInfo
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()
750 EncBlockInfo *b; in dv_guess_qnos()
820 static inline void dv_revise_cnos(uint8_t *dif, EncBlockInfo *blk, const AVDVProfile *profile) in dv_revise_cnos()
848 EncBlockInfo enc_blks[5 * DV_MAX_BPM]; in dv_encode_video_segment()
851 EncBlockInfo *enc_blk; in dv_encode_video_segment()