Searched refs:txw (Results 1 – 7 of 7) sorted by relevance
/external/u-boot/drivers/spi/ |
D | designware_spi.c | 291 u16 txw = 0; in dw_writer() local 297 txw = *(u8 *)(priv->tx); in dw_writer() 299 txw = *(u16 *)(priv->tx); in dw_writer() 301 dw_write(priv, DW_SPI_DR, txw); in dw_writer() 302 debug("%s: tx=0x%02x\n", __func__, txw); in dw_writer()
|
/external/u-boot/drivers/net/ |
D | ks8851_mll.c | 39 __le16 txw[2]; member 517 ks->txh.txw[0] = 0; in ks_write_qmu() 518 ks->txh.txw[1] = cpu_to_le16(len); in ks_write_qmu() 524 ks_outblk(dev, ks->txh.txw, 4); in ks_write_qmu()
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_reconintra.c | 410 const int txw = (1 << tx_size); in vp9_predict_intra_block() local 413 const int have_right = (aoff + txw) < bw; in vp9_predict_intra_block()
|
/external/libaom/libaom/av1/common/ |
D | onyxc_int.h | 1193 uint8_t txw = tx_size_wide[tx_size]; in txfm_partition_update() local 1197 for (i = 0; i < bw; ++i) above_ctx[i] = txw; in txfm_partition_update() 1253 const uint8_t txw = tx_size_wide[tx_size]; in txfm_partition_context() local 1255 const int above = *above_ctx < txw; in txfm_partition_context()
|
D | blockd.h | 828 const int txw = tx_size_wide_unit[tx_size]; in update_txk_array() local 834 if (txw == tx_size_wide_unit[TX_64X64] || in update_txk_array() 838 for (int idx = 0; idx < txw; idx += tx_unit) { in update_txk_array()
|
D | reconintra.c | 1533 const int txw = tx_size_wide_unit[tx_size]; in av1_predict_intra_block() local 1554 mi_col + ((col_off + txw) << pd->subsampling_x) < xd->tile.mi_col_end; in av1_predict_intra_block()
|
/external/libaom/libaom/av1/encoder/ |
D | rdopt.c | 2492 const int txw = tx_size_wide[tx_size]; in PrintTransformUnitStats() local 2496 const int num_samples = txw * txh; in PrintTransformUnitStats() 2548 const double mean = get_mean(src_diff, diff_stride, txw, txh); in PrintTransformUnitStats() 2550 av1_get_horver_correlation_full(src_diff, diff_stride, txw, txh, &hor_corr, in PrintTransformUnitStats()
|