Home
last modified time | relevance | path

Searched refs:CFL_CTX (Results 1 – 7 of 7) sorted by relevance

/external/libaom/libaom/av1/common/
Dcfl.c18 void cfl_init(CFL_CTX *cfl, const SequenceHeader *seq_params) { in cfl_init()
85 static INLINE void cfl_pad(CFL_CTX *cfl, int width, int height) { in cfl_pad()
178 CFL_CTX *const cfl = &xd->cfl; in CFL_PREDICT_FN()
189 CFL_CTX *const cfl = &xd->cfl; in cfl_predict_block()
318 static void cfl_store(CFL_CTX *cfl, const uint8_t *input, int input_stride, in cfl_store()
363 static INLINE void sub8x8_adjust_offset(const CFL_CTX *cfl, int *row_out, in sub8x8_adjust_offset()
380 CFL_CTX *const cfl = &xd->cfl; in cfl_store_tx()
395 CFL_CTX *const cfl = &xd->cfl; in cfl_store_block()
Dblockd.h480 } CFL_CTX; typedef
584 CFL_CTX cfl;
Donyxc_int.h742 void cfl_init(CFL_CTX *cfl, const SequenceHeader *seq_params);
Dreconintra.c1623 CFL_CTX *const cfl = &xd->cfl; in av1_predict_intra_block_facade()
/external/libaom/libaom/av1/encoder/
Dencoder.h555 CFL_CTX cfl;
Dencodeframe.c6114 CFL_CTX *const cfl = &xd->cfl; in encode_superblock()
/external/libaom/libaom/av1/decoder/
Ddecodeframe.c1117 CFL_CTX *const cfl = &xd->cfl; in decode_token_recon_block()