Searched refs:DecoderCodingBlock (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/libaom/av1/decoder/ |
H A D | decoder.h | 45 typedef struct DecoderCodingBlock { struct 84 } DecoderCodingBlock; argument 89 DecoderCodingBlock *dcb, 95 DecoderCodingBlock *dcb, 102 DecoderCodingBlock dcb; 233 DecoderCodingBlock dcb;
|
H A D | decodetxb.h | 19 struct DecoderCodingBlock; 23 struct DecoderCodingBlock *dcb,
|
H A D | decodeframe.c | 154 static inline void inverse_transform_block(DecoderCodingBlock *dcb, int plane, in inverse_transform_block() 168 const AV1_COMMON *const cm, DecoderCodingBlock *dcb, aom_reader *const r, in read_coeffs_tx_intra_block() 187 DecoderCodingBlock *dcb, in decode_block_void() 201 DecoderCodingBlock *dcb, in predict_inter_block_void() 215 const AV1_COMMON *const cm, DecoderCodingBlock *dcb, aom_reader *const r, in predict_and_reconstruct_intra_block() 243 const AV1_COMMON *const cm, DecoderCodingBlock *dcb, aom_reader *const r, in inverse_transform_inter_block() 274 static inline void set_cb_buffer_offsets(DecoderCodingBlock *dcb, in set_cb_buffer_offsets() 287 DecoderCodingBlock *const dcb = &td->dcb; in decode_reconstruct_tx() 372 DecoderCodingBlock *dcb, int mi_row, in decode_mbmi_block() 667 DecoderCodingBlock *dcb, int plane, in dec_build_inter_predictors() [all …]
|
H A D | decodemv.h | 25 void av1_read_mode_info(AV1Decoder *const pbi, DecoderCodingBlock *dcb,
|
H A D | decodetxb.c | 111 DecoderCodingBlock *dcb, aom_reader *const r, in read_coeffs_txb() 325 void av1_read_coeffs_txb(const AV1_COMMON *const cm, DecoderCodingBlock *dcb, in av1_read_coeffs_txb()
|
H A D | decodemv.c | 196 static void read_drl_idx(FRAME_CONTEXT *ec_ctx, DecoderCodingBlock *dcb, in read_drl_idx() 692 static void read_intrabc_info(AV1_COMMON *const cm, DecoderCodingBlock *dcb, in read_intrabc_info() 773 DecoderCodingBlock *dcb, aom_reader *r) { in read_intra_frame_mode_info() 1273 DecoderCodingBlock *dcb, in read_inter_block_mode_info() 1512 DecoderCodingBlock *dcb, aom_reader *r) { in read_inter_frame_mode_info() 1570 void av1_read_mode_info(AV1Decoder *const pbi, DecoderCodingBlock *dcb, in av1_read_mode_info()
|