Searched refs:cfl_store (Results 1 – 1 of 1) sorted by relevance
/external/libaom/libaom/av1/common/ |
D | cfl.c | 318 static void cfl_store(CFL_CTX *cfl, const uint8_t *input, int input_stride, in cfl_store() function 391 cfl_store(cfl, dst, pd->dst.stride, row, col, tx_size, is_cur_buf_hbd(xd)); in cfl_store_tx() 406 cfl_store(cfl, pd->dst.buf, pd->dst.stride, row, col, tx_size, in cfl_store_block()
|