Lines Matching defs:tx_size
66 TX_SIZE tx_size, CFL_PRED_TYPE pred_plane) { in cfl_load_dc_pred()
190 TX_SIZE tx_size, int plane) { in cfl_predict_block()
315 static INLINE cfl_subsample_lbd_fn cfl_subsampling_lbd(TX_SIZE tx_size, in cfl_subsampling_lbd()
327 int row, int col, TX_SIZE tx_size, int use_hbd) { in cfl_store()
361 cfl_subsampling_hbd(tx_size, sub_x, sub_y)(CONVERT_TO_SHORTPTR(input), in cfl_store() local
364 cfl_subsampling_lbd(tx_size, sub_x, sub_y)(input, input_stride, in cfl_store() local
369 cfl_subsampling_lbd(tx_size, sub_x, sub_y)(input, input_stride, recon_buf_q3); in cfl_store() local
391 void cfl_store_tx(MACROBLOCKD *const xd, int row, int col, TX_SIZE tx_size, in cfl_store_tx()
408 TX_SIZE tx_size) { in max_intra_block_width()
416 TX_SIZE tx_size) { in max_intra_block_height()
422 void cfl_store_block(MACROBLOCKD *const xd, BLOCK_SIZE bsize, TX_SIZE tx_size) { in cfl_store_block()