Searched defs:cfl (Results 1 – 8 of 8) sorted by relevance
/external/libaom/libaom/av1/common/ |
D | cfl.c | 18 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() local 189 CFL_CTX *const cfl = &xd->cfl; in cfl_predict_block() local 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() local 395 CFL_CTX *const cfl = &xd->cfl; in cfl_store_block() local
|
D | reconintra.c | 1623 CFL_CTX *const cfl = &xd->cfl; in av1_predict_intra_block_facade() local
|
D | blockd.h | 584 CFL_CTX cfl; member
|
/external/aac/libArithCoding/src/ |
D | ac_arith_coder.cpp | 432 const SHORT *RESTRICT c_freq, int cfl) { in ari_decode_14bits()
|
/external/libxaac/decoder/ |
D | ixheaacd_arith_dec.c | 1730 UWORD16 const *cum_freq, WORD32 cfl) { in ixheaacd_arith_decode()
|
/external/libaom/libaom/av1/encoder/ |
D | encoder.h | 555 CFL_CTX cfl; member
|
D | encodeframe.c | 6114 CFL_CTX *const cfl = &xd->cfl; in encode_superblock() local
|
/external/libaom/libaom/av1/decoder/ |
D | decodeframe.c | 1117 CFL_CTX *const cfl = &xd->cfl; in decode_token_recon_block() local
|