Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/common/
Dcfl.c31 cfl->dc_pred_is_cached[CFL_PRED_U] = 0; in cfl_init()
32 cfl->dc_pred_is_cached[CFL_PRED_V] = 0; in cfl_init()
Dreconintra.c1690 if (cfl->dc_pred_is_cached[pred_plane] == 0) { in av1_predict_intra_block_facade()
1697 cfl->dc_pred_is_cached[pred_plane] = 1; in av1_predict_intra_block_facade()
Dblockd.h448 int dc_pred_is_cached[CFL_PRED_PLANES]; member
/external/libaom/libaom/av1/encoder/
Dintra_mode_search.c1435 xd->cfl.dc_pred_is_cached[0] = 0; in cfl_rd_pick_alpha()
1436 xd->cfl.dc_pred_is_cached[1] = 0; in cfl_rd_pick_alpha()