Home
last modified time | relevance | path

Searched refs:cospi_13_64 (Results 1 – 25 of 30) sorted by relevance

12

/external/libvpx/vpx_dsp/
Dtxfm_common.h40 static const tran_coef_t cospi_13_64 = 13160; variable
Dinv_txfm.c422 s6 = x6 * cospi_13_64 + x7 * cospi_19_64; in iadst16_c()
423 s7 = x6 * cospi_19_64 - x7 * cospi_13_64; in iadst16_c()
865 temp1 = (int16_t)input[13] * cospi_19_64 - (int16_t)input[19] * cospi_13_64; in idct32_c()
866 temp2 = (int16_t)input[13] * cospi_13_64 + (int16_t)input[19] * cospi_19_64; in idct32_c()
1750 s6 = x6 * (tran_high_t)cospi_13_64 + x7 * (tran_high_t)cospi_19_64; in vpx_highbd_iadst16_c()
1751 s7 = x6 * (tran_high_t)cospi_19_64 - x7 * (tran_high_t)cospi_13_64; in vpx_highbd_iadst16_c()
2247 input[19] * (tran_high_t)cospi_13_64; in highbd_idct32_c()
2248 temp2 = input[13] * (tran_high_t)cospi_13_64 + in highbd_idct32_c()
Dfwd_txfm.c696 output[13] = dct_32_round(step[22] * cospi_19_64 + step[25] * cospi_13_64); in vpx_fdct32()
699 output[19] = dct_32_round(step[25] * cospi_19_64 + step[22] * -cospi_13_64); in vpx_fdct32()
/external/libaom/aom_dsp/
Dtxfm_common.h120 static const tran_high_t cospi_13_64 = 13160; variable
/external/libvpx/vpx_dsp/mips/
Ditrans32_cols_dspr2.c285 [cospi_19_64] "r"(cospi_19_64), [cospi_13_64] "r"(cospi_13_64), in vpx_idct32_cols_add_blk_dspr2()
Ditrans32_dspr2.c329 [cospi_19_64] "r"(cospi_19_64), [cospi_13_64] "r"(cospi_13_64), in idct32_rows_dspr2()
Ditrans16_dspr2.c1095 s6 = x6 * cospi_13_64 + x7 * cospi_19_64; in iadst16_dspr2()
1096 s7 = x6 * cospi_19_64 - x7 * cospi_13_64; in iadst16_dspr2()
Dinv_txfm_msa.h362 k0_m = VP9_SET_COSPI_PAIR(cospi_13_64, cospi_19_64); \
363 k1_m = VP9_SET_COSPI_PAIR(cospi_19_64, -cospi_13_64); \
Didct16x16_msa.c377 k0 = VP9_SET_COSPI_PAIR(cospi_13_64, cospi_19_64); in vpx_iadst16_1d_columns_addblk_msa()
378 k1 = VP9_SET_COSPI_PAIR(cospi_19_64, -cospi_13_64); in vpx_iadst16_1d_columns_addblk_msa()
Dfwd_dct32x32_msa.c235 DOTP_CONST_PAIR(in19, in16, cospi_19_64, cospi_13_64, vec5, vec4); in fdct8x32_1d_column_odd_store()
583 DOTP_CONST_PAIR(in19, in16, cospi_19_64, cospi_13_64, vec5, vec4); in fdct8x32_1d_row_odd()
893 DOTP_CONST_PAIR(in19, in16, cospi_19_64, cospi_13_64, vec5, vec4); in fdct8x32_1d_row_odd_rd()
Didct32x32_msa.c186 DOTP_CONST_PAIR(reg3, reg4, cospi_19_64, cospi_13_64, reg3, reg4); in idct32x8_row_odd_process_store()
490 DOTP_CONST_PAIR(reg3, reg4, cospi_19_64, cospi_13_64, reg3, reg4); in idct8x32_column_odd_process_store()
/external/libvpx/vpx_dsp/x86/
Dhighbd_idct32x32_add_sse4.c247 highbd_butterfly_sse4_1(in[13], in[19], cospi_19_64, cospi_13_64, &step1[22], in highbd_idct32_1024_4x32_quarter_3_4()
471 highbd_partial_butterfly_sse4_1(in[13], cospi_19_64, cospi_13_64, &step1[22], in highbd_idct32_135_4x32_quarter_3_4()
Dhighbd_idct32x32_add_sse2.c243 highbd_butterfly_sse2(in[13], in[19], cospi_19_64, cospi_13_64, &step1[22], in highbd_idct32_1024_4x32_quarter_3_4()
467 highbd_partial_butterfly_sse2(in[13], cospi_19_64, cospi_13_64, &step1[22], in highbd_idct32_135_4x32_quarter_3_4()
Dinv_txfm_ssse3.c289 partial_butterfly_ssse3(in[13], cospi_19_64, cospi_13_64, &step1[22], in idct32_135_8x32_quarter_3_4()
Dinv_txfm_sse2.c526 const __m128i k__cospi_p13_p19 = pair_set_epi16(cospi_13_64, cospi_19_64); in vpx_iadst16_8col_sse2()
527 const __m128i k__cospi_p19_m13 = pair_set_epi16(cospi_19_64, -cospi_13_64); in vpx_iadst16_8col_sse2()
1110 butterfly(in[13], in[19], cospi_19_64, cospi_13_64, &step1[22], &step1[25]); in idct32_1024_8x32_quarter_3_4()
/external/libvpx/vp9/common/arm/neon/
Dvp9_iht16x16_add_neon.c29 create_s16x4_neon(cospi_9_64, cospi_23_64, cospi_13_64, cospi_19_64); in vpx_iadst16x16_256_add_half1d()
Dvp9_highbd_iht16x16_add_neon.c159 create_s32x4_neon(cospi_9_64, cospi_23_64, cospi_13_64, cospi_19_64); in highbd_iadst16_neon()
/external/libvpx/vp9/encoder/
Dvp9_dct.c374 s6 = x6 * cospi_13_64 + x7 * cospi_19_64; in fadst16()
375 s7 = x6 * cospi_19_64 - x7 * cospi_13_64; in fadst16()
/external/libvpx/vpx_dsp/arm/
Dfdct32x32_neon.h413 butterfly_two_coeff(b[25], b[22], cospi_13_64, cospi_19_64, &a[13], &a[19]); in dct_body_first_pass()
794 BUTTERFLY_TWO_S32(c, 25, 22, cospi_13_64, cospi_19_64, d, 13, 19); in dct_body_second_pass()
1090 butterfly_two_coeff(a[25], a[22], cospi_13_64, cospi_19_64, &out[13], in dct_body_second_pass_rd()
1903 cospi_13_64, cospi_19_64, &al[13], &ar[13], in highbd_dct8x32_body_first_pass()
2406 cospi_13_64, cospi_19_64, &al[13], &ar[13], in highbd_dct8x32_body_second_pass()
2902 butterfly_two_coeff_s32(bl[25], br[25], bl[22], br[22], cospi_13_64, in highbd_dct8x32_body_second_pass_rd()
Didct32x32_135_add_neon.c406 s1[25] = multiply_shift_and_narrow_s16(in[13], cospi_13_64); in vpx_idct32_16_neon()
Dhighbd_idct32x32_1024_add_neon.c467 do_butterfly(q[14], q[13], cospi_19_64, cospi_13_64, &q[5], &q[7]); in vpx_highbd_idct32_32_neon()
Dhighbd_idct32x32_135_add_neon.c483 s1[25] = multiply_shift_and_narrow_s32_dual(in[13], cospi_13_64); in vpx_highbd_idct32_16_neon()
/external/libvpx/vp9/common/x86/
Dvp9_highbd_iht16x16_add_sse4.c66 highbd_iadst_butterfly_sse4_1(io[9], io[6], cospi_13_64, cospi_19_64, s6, s7); in highbd_iadst16_4col_sse4_1()
/external/libvpx/vpx_dsp/loongarch/
Dfwd_dct32x32_lsx.c331 DOTP_CONST_PAIR(in19, in16, cospi_19_64, cospi_13_64, vec5, vec4); in fdct8x32_1d_column_odd_store()
781 DOTP_CONST_PAIR(in19, in16, cospi_19_64, cospi_13_64, vec5, vec4); in fdct8x32_1d_row_odd()
1142 DOTP_CONST_PAIR(in19, in16, cospi_19_64, cospi_13_64, vec5, vec4); in fdct8x32_1d_row_odd_rd()
Didct32x32_lsx.c238 DOTP_CONST_PAIR(reg3, reg4, cospi_19_64, cospi_13_64, reg3, reg4); in idct32x8_row_odd_process_store()
595 DOTP_CONST_PAIR(reg3, reg4, cospi_19_64, cospi_13_64, reg3, reg4); in idct8x32_column_odd_process_store()

12