Home
last modified time | relevance | path

Searched refs:tqc (Results 1 – 9 of 9) sorted by relevance

/external/u-boot/board/tqc/tqma6/
DKconfig7 default "tqc"
78 default "board/tqc/tqma6/tqma6q.cfg" if TQMA6Q
79 default "board/tqc/tqma6/tqma6dl.cfg" if TQMA6DL
80 default "board/tqc/tqma6/tqma6s.cfg" if TQMA6S
DMAINTAINERS4 F: board/tqc/tqma6/
/external/u-boot/board/tqc/tqm834x/
DKconfig7 default "tqc"
DMAINTAINERS4 F: board/tqc/tqm834x/
/external/libaom/libaom/av1/encoder/
Dencodetxb.c387 const tran_low_t tqc = txb_info->tcoeff[coeff_idx]; local
397 const int64_t dqc_dist = get_coeff_dist(tqc, dqc, txb_info->shift);
403 stats->dist0 = get_coeff_dist(tqc, dqc0, txb_info->shift);
420 get_coeff_dist(tqc, stats->low_dqc, txb_info->shift);
1401 const tran_low_t tqc = tcoeff[ci]; local
1403 const int64_t dist = get_coeff_dist(tqc, dqc, shift);
1404 const int64_t dist0 = get_coeff_dist(tqc, 0, shift);
1421 dist_low = get_coeff_dist(tqc, dqc_low, shift);
1539 const tran_low_t tqc = tcoeff[ci]; local
1542 const int64_t dist0 = get_coeff_dist(tqc, 0, shift);
[all …]
/external/u-boot/arch/powerpc/cpu/mpc83xx/
DKconfig112 source "board/tqc/tqm834x/Kconfig"
/external/u-boot/drivers/net/
Dmvgbe.c489 stop_queue(&regs->tqc); in mvgbe_halt()
555 MVGBE_REG_WR(regs->tqc, (1 << TXUQ)); in mvgbe_send()
Dmvgbe.h379 u32 tqc; member
/external/u-boot/arch/arm/mach-imx/mx6/
DKconfig530 source "board/tqc/tqma6/Kconfig"