Searched refs:dst_coeff (Results 1 – 3 of 3) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | hybrid_fwd_txfm.c | 82 int32_t *dst_coeff = (int32_t *)coeff; in highbd_fwd_txfm_4x4() local 90 av1_fwd_txfm2d_4x4(src_diff, dst_coeff, diff_stride, tx_type, bd); in highbd_fwd_txfm_4x4() 95 int32_t *dst_coeff = (int32_t *)coeff; in highbd_fwd_txfm_4x8() local 96 av1_fwd_txfm2d_4x8(src_diff, dst_coeff, diff_stride, txfm_param->tx_type, in highbd_fwd_txfm_4x8() 102 int32_t *dst_coeff = (int32_t *)coeff; in highbd_fwd_txfm_8x4() local 103 av1_fwd_txfm2d_8x4(src_diff, dst_coeff, diff_stride, txfm_param->tx_type, in highbd_fwd_txfm_8x4() 109 int32_t *dst_coeff = (int32_t *)coeff; in highbd_fwd_txfm_8x16() local 112 av1_fwd_txfm2d_8x16(src_diff, dst_coeff, diff_stride, tx_type, bd); in highbd_fwd_txfm_8x16() 117 int32_t *dst_coeff = (int32_t *)coeff; in highbd_fwd_txfm_16x8() local 120 av1_fwd_txfm2d_16x8(src_diff, dst_coeff, diff_stride, tx_type, bd); in highbd_fwd_txfm_16x8() [all …]
|
/external/libdrm/exynos/ |
D | exynos_fimg2d.h | 263 enum e_g2d_coeff_mode dst_coeff:4; member
|
D | exynos_fimg2d.c | 47 val.data.dst_coeff = dc; \
|