Home
last modified time | relevance | path

Searched defs:dst_coeff (Results 1 – 2 of 2) sorted by relevance

/external/libaom/libaom/av1/encoder/
Dhybrid_fwd_txfm.c82 int32_t *dst_coeff = (int32_t *)coeff; in highbd_fwd_txfm_4x4() local
95 int32_t *dst_coeff = (int32_t *)coeff; in highbd_fwd_txfm_4x8() local
102 int32_t *dst_coeff = (int32_t *)coeff; in highbd_fwd_txfm_8x4() local
109 int32_t *dst_coeff = (int32_t *)coeff; in highbd_fwd_txfm_8x16() local
117 int32_t *dst_coeff = (int32_t *)coeff; in highbd_fwd_txfm_16x8() local
125 int32_t *dst_coeff = (int32_t *)coeff; in highbd_fwd_txfm_16x32() local
132 int32_t *dst_coeff = (int32_t *)coeff; in highbd_fwd_txfm_32x16() local
139 int32_t *dst_coeff = (int32_t *)coeff; in highbd_fwd_txfm_16x4() local
146 int32_t *dst_coeff = (int32_t *)coeff; in highbd_fwd_txfm_4x16() local
153 int32_t *dst_coeff = (int32_t *)coeff; in highbd_fwd_txfm_32x8() local
[all …]
/external/libdrm/exynos/
Dexynos_fimg2d.h263 enum e_g2d_coeff_mode dst_coeff:4; member