Home
last modified time | relevance | path

Searched refs:store_cfl_required (Results 1 – 4 of 4) sorted by relevance

/external/libaom/libaom/av1/common/
Dcfl.h38 static INLINE CFL_ALLOWED_TYPE store_cfl_required(const AV1_COMMON *cm, in store_cfl_required() function
/external/libaom/libaom/av1/decoder/
Ddecodemv.c830 xd->cfl.store_y = store_cfl_required(cm, xd); in read_intra_frame_mode_info()
1091 xd->cfl.store_y = store_cfl_required(cm, xd); in read_intra_block_mode_info()
1495 xd->cfl.store_y = store_cfl_required(cm, xd); in read_inter_block_mode_info()
Ddecodeframe.c227 if (plane == AOM_PLANE_Y && store_cfl_required(cm, xd)) { in predict_and_reconstruct_intra_block()
849 if (store_cfl_required(cm, xd)) { in cfl_store_inter_block()
/external/libaom/libaom/av1/encoder/
Dencodeframe.c6324 xd->cfl.store_y = store_cfl_required(cm, xd); in encode_superblock()