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.c815 xd->cfl.store_y = store_cfl_required(cm, xd); in read_intra_frame_mode_info()
1079 xd->cfl.store_y = store_cfl_required(cm, xd); in read_intra_block_mode_info()
1481 xd->cfl.store_y = store_cfl_required(cm, xd); in read_inter_block_mode_info()
Ddecodeframe.c241 if (plane == AOM_PLANE_Y && store_cfl_required(cm, xd)) { in predict_and_reconstruct_intra_block()
1051 if (store_cfl_required(cm, xd)) { in cfl_store_inter_block()
/external/libaom/libaom/av1/encoder/
Dencodeframe.c5968 xd->cfl.store_y = store_cfl_required(cm, xd); in encode_superblock()