Home
last modified time | relevance | path

Searched refs:cospi_3_64 (Results 1 – 25 of 29) sorted by relevance

12

/external/libvpx/libvpx/vpx_dsp/
Dtxfm_common.h30 static const tran_coef_t cospi_3_64 = 16207; variable
Dinv_txfm.c430 s14 = x14 * cospi_29_64 + x15 * cospi_3_64; in iadst16_c()
431 s15 = x14 * cospi_3_64 - x15 * cospi_29_64; in iadst16_c()
870 temp1 = (int16_t)input[29] * cospi_3_64 - (int16_t)input[3] * cospi_29_64; in idct32_c()
871 temp2 = (int16_t)input[29] * cospi_29_64 + (int16_t)input[3] * cospi_3_64; in idct32_c()
1758 s14 = x14 * (tran_high_t)cospi_29_64 + x15 * (tran_high_t)cospi_3_64; in vpx_highbd_iadst16_c()
1759 s15 = x14 * (tran_high_t)cospi_3_64 - x15 * (tran_high_t)cospi_29_64; in vpx_highbd_iadst16_c()
2254 input[29] * (tran_high_t)cospi_3_64 - input[3] * (tran_high_t)cospi_29_64; in highbd_idct32_c()
2256 input[29] * (tran_high_t)cospi_29_64 + input[3] * (tran_high_t)cospi_3_64; in highbd_idct32_c()
Dfwd_txfm.c697 output[29] = dct_32_round(step[23] * cospi_3_64 + step[24] * cospi_29_64); in vpx_fdct32()
698 output[3] = dct_32_round(step[24] * cospi_3_64 + step[23] * -cospi_29_64); in vpx_fdct32()
/external/libaom/libaom/aom_dsp/
Dtxfm_common.h46 static const tran_high_t cospi_3_64 = 16207; variable
/external/libvpx/libvpx/vpx_dsp/x86/
Dinv_txfm_ssse3.c138 partial_butterfly_ssse3(in[3], -cospi_29_64, cospi_3_64, &step1[23], in idct32_34_8x32_quarter_3_4()
291 partial_butterfly_ssse3(in[3], -cospi_29_64, cospi_3_64, &step1[23], in idct32_135_8x32_quarter_3_4()
Dhighbd_idct32x32_add_sse4.c249 highbd_butterfly_sse4_1(in[29], in[3], cospi_3_64, cospi_29_64, &step1[23], in highbd_idct32_1024_4x32_quarter_3_4()
473 highbd_partial_butterfly_sse4_1(in[3], -cospi_29_64, cospi_3_64, &step1[23], in highbd_idct32_135_4x32_quarter_3_4()
669 highbd_partial_butterfly_sse4_1(in[3], -cospi_29_64, cospi_3_64, &step1[23], in highbd_idct32_34_4x32_quarter_3_4()
Dhighbd_idct32x32_add_sse2.c245 highbd_butterfly_sse2(in[29], in[3], cospi_3_64, cospi_29_64, &step1[23], in highbd_idct32_1024_4x32_quarter_3_4()
469 highbd_partial_butterfly_neg_sse2(in[3], cospi_3_64, cospi_29_64, &step1[23], in highbd_idct32_135_4x32_quarter_3_4()
673 highbd_partial_butterfly_neg_sse2(in[3], cospi_3_64, cospi_29_64, &step1[23], in highbd_idct32_34_4x32_quarter_3_4()
Dinv_txfm_sse2.c534 const __m128i k__cospi_p29_p03 = pair_set_epi16(cospi_29_64, cospi_3_64); in vpx_iadst16_8col_sse2()
535 const __m128i k__cospi_p03_m29 = pair_set_epi16(cospi_3_64, -cospi_29_64); in vpx_iadst16_8col_sse2()
971 butterfly(zero, in[3], cospi_3_64, cospi_29_64, &step1[23], &step1[24]); in idct32_34_8x32_quarter_3_4()
1111 butterfly(in[29], in[3], cospi_3_64, cospi_29_64, &step1[23], &step1[24]); in idct32_1024_8x32_quarter_3_4()
/external/libvpx/libvpx/vpx_dsp/mips/
Ditrans32_cols_dspr2.c286 [cospi_3_64] "r"(cospi_3_64), [cospi_29_64] "r"(cospi_29_64), in vpx_idct32_cols_add_blk_dspr2()
Ditrans32_dspr2.c330 [cospi_3_64] "r"(cospi_3_64), [cospi_29_64] "r"(cospi_29_64), in idct32_rows_dspr2()
Ditrans16_dspr2.c1103 s14 = x14 * cospi_29_64 + x15 * cospi_3_64; in iadst16_dspr2()
1104 s15 = x14 * cospi_3_64 - x15 * cospi_29_64; in iadst16_dspr2()
Dinv_txfm_msa.h364 k2_m = VP9_SET_COSPI_PAIR(cospi_29_64, cospi_3_64); \
365 k3_m = VP9_SET_COSPI_PAIR(cospi_3_64, -cospi_29_64); \
Didct16x16_msa.c379 k2 = VP9_SET_COSPI_PAIR(cospi_29_64, cospi_3_64); in vpx_iadst16_1d_columns_addblk_msa()
380 k3 = VP9_SET_COSPI_PAIR(cospi_3_64, -cospi_29_64); in vpx_iadst16_1d_columns_addblk_msa()
Dfwd_dct32x32_msa.c241 DOTP_CONST_PAIR(in18, in17, cospi_3_64, cospi_29_64, vec5, vec4); in fdct8x32_1d_column_odd_store()
590 DOTP_CONST_PAIR(in18, in17, cospi_3_64, cospi_29_64, vec5, vec4); in fdct8x32_1d_row_odd()
898 DOTP_CONST_PAIR(in18, in17, cospi_3_64, cospi_29_64, vec5, vec4); in fdct8x32_1d_row_odd_rd()
Didct32x32_msa.c187 DOTP_CONST_PAIR(reg7, reg0, cospi_3_64, cospi_29_64, reg0, reg7); in idct32x8_row_odd_process_store()
491 DOTP_CONST_PAIR(reg7, reg0, cospi_3_64, cospi_29_64, reg0, reg7); in idct8x32_column_odd_process_store()
/external/libvpx/libvpx/vpx_dsp/arm/
Didct32x32_34_add_neon.c70 s1[24] = multiply_shift_and_narrow_s16(in[3], cospi_3_64); in vpx_idct32_6_neon()
288 s1[24] = multiply_shift_and_narrow_s16(in[3], cospi_3_64); in vpx_idct32_8_neon()
Dhighbd_idct32x32_34_add_neon.c78 s1[24] = multiply_shift_and_narrow_s32_dual(in[3], cospi_3_64); in vpx_highbd_idct32_6_neon()
393 s1[24] = multiply_shift_and_narrow_s32_dual(in[3], cospi_3_64); in vpx_highbd_idct32_8_neon()
Didct32x32_135_add_neon.c122 s1[24] = multiply_shift_and_narrow_s16(in[3], cospi_3_64); in vpx_idct32_12_neon()
409 s1[24] = multiply_shift_and_narrow_s16(in[3], cospi_3_64); in vpx_idct32_16_neon()
Dhighbd_idct32x32_135_add_neon.c133 s1[24] = multiply_shift_and_narrow_s32_dual(in[3], cospi_3_64); in vpx_highbd_idct32_12_neon()
486 s1[24] = multiply_shift_and_narrow_s32_dual(in[3], cospi_3_64); in vpx_highbd_idct32_16_neon()
Dfdct32x32_neon.c512 butterfly_two_coeff(b[24], b[23], cospi_3_64, cospi_29_64, &a[29], &a[3]); in dct_body_first_pass()
965 BUTTERFLY_TWO_S32(c, 24, 23, cospi_3_64, cospi_29_64, d, 29, 3); in dct_body_second_pass()
1268 butterfly_two_coeff(a[24], a[23], cospi_3_64, cospi_29_64, &out[29], &out[3]); in dct_body_second_pass_rd()
Dhighbd_idct32x32_1024_add_neon.c469 do_butterfly(q[14], q[13], cospi_3_64, cospi_29_64, &q[4], &q[6]); in vpx_highbd_idct32_32_neon()
/external/libvpx/libvpx/vp9/common/arm/neon/
Dvp9_iht16x16_add_neon.c33 create_s16x4_neon(cospi_25_64, cospi_7_64, cospi_29_64, cospi_3_64); in vpx_iadst16x16_256_add_half1d()
Dvp9_highbd_iht16x16_add_neon.c163 create_s32x4_neon(cospi_25_64, cospi_7_64, cospi_29_64, cospi_3_64); in highbd_iadst16_neon()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_dct.c382 s14 = x14 * cospi_29_64 + x15 * cospi_3_64; in fadst16()
383 s15 = x14 * cospi_3_64 - x15 * cospi_29_64; in fadst16()
/external/libvpx/libvpx/vp9/common/x86/
Dvp9_highbd_iht16x16_add_sse4.c72 highbd_iadst_butterfly_sse4_1(io[1], io[14], cospi_29_64, cospi_3_64, s14, in highbd_iadst16_4col_sse4_1()

12