Home
last modified time | relevance | path

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

/external/libaom/av1/encoder/
Dhybrid_fwd_txfm.c83 int32_t *dst_coeff = (int32_t *)coeff; in highbd_fwd_txfm_4x4() local
96 int32_t *dst_coeff = (int32_t *)coeff; in highbd_fwd_txfm_4x8() local
103 int32_t *dst_coeff = (int32_t *)coeff; in highbd_fwd_txfm_8x4() local
110 int32_t *dst_coeff = (int32_t *)coeff; in highbd_fwd_txfm_8x16() local
118 int32_t *dst_coeff = (int32_t *)coeff; in highbd_fwd_txfm_16x8() local
126 int32_t *dst_coeff = (int32_t *)coeff; in highbd_fwd_txfm_16x32() local
133 int32_t *dst_coeff = (int32_t *)coeff; in highbd_fwd_txfm_32x16() local
141 int32_t *dst_coeff = (int32_t *)coeff; in highbd_fwd_txfm_16x4() local
148 int32_t *dst_coeff = (int32_t *)coeff; in highbd_fwd_txfm_4x16() local
155 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