Home
last modified time | relevance | path

Searched refs:pred_plane (Results 1 – 3 of 3) sorted by relevance

/external/libaom/libaom/av1/common/
Dcfl.c36 CFL_PRED_TYPE pred_plane, int width) { in cfl_store_dc_pred() argument
37 assert(pred_plane < CFL_PRED_PLANES); in cfl_store_dc_pred()
42 memcpy(xd->cfl.dc_pred_cache[pred_plane], input_16, width << 1); in cfl_store_dc_pred()
46 memcpy(xd->cfl.dc_pred_cache[pred_plane], input, width); in cfl_store_dc_pred()
66 TX_SIZE tx_size, CFL_PRED_TYPE pred_plane) { in cfl_load_dc_pred() argument
69 assert(pred_plane < CFL_PRED_PLANES); in cfl_load_dc_pred()
74 cfl_load_dc_pred_hbd(xd->cfl.dc_pred_cache[pred_plane], dst_16, dst_stride, in cfl_load_dc_pred()
78 cfl_load_dc_pred_lbd(xd->cfl.dc_pred_cache[pred_plane], dst, dst_stride, in cfl_load_dc_pred()
Dcfl.h78 CFL_PRED_TYPE pred_plane, int width);
81 TX_SIZE tx_size, CFL_PRED_TYPE pred_plane);
Dreconintra.c1624 CFL_PRED_TYPE pred_plane = get_cfl_pred_type(plane); in av1_predict_intra_block_facade() local
1625 if (cfl->dc_pred_is_cached[pred_plane] == 0) { in av1_predict_intra_block_facade()
1631 cfl_store_dc_pred(xd, dst, pred_plane, tx_size_wide[tx_size]); in av1_predict_intra_block_facade()
1632 cfl->dc_pred_is_cached[pred_plane] = 1; in av1_predict_intra_block_facade()
1635 cfl_load_dc_pred(xd, dst, dst_stride, tx_size, pred_plane); in av1_predict_intra_block_facade()