/external/libvpx/vpx_dsp/ |
D | txfm_common.h | 28 static const tran_coef_t cospi_1_64 = 16364; variable
|
D | inv_txfm.c | 416 s0 = x0 * cospi_1_64 + x1 * cospi_31_64; in iadst16_c() 417 s1 = x0 * cospi_31_64 - x1 * cospi_1_64; in iadst16_c() 835 temp1 = (int16_t)input[1] * cospi_31_64 - (int16_t)input[31] * cospi_1_64; in idct32_c() 836 temp2 = (int16_t)input[1] * cospi_1_64 + (int16_t)input[31] * cospi_31_64; in idct32_c() 1744 s0 = x0 * (tran_high_t)cospi_1_64 + x1 * (tran_high_t)cospi_31_64; in vpx_highbd_iadst16_c() 1745 s1 = x0 * (tran_high_t)cospi_31_64 - x1 * (tran_high_t)cospi_1_64; in vpx_highbd_iadst16_c() 2205 input[1] * (tran_high_t)cospi_31_64 - input[31] * (tran_high_t)cospi_1_64; in highbd_idct32_c() 2207 input[1] * (tran_high_t)cospi_1_64 + input[31] * (tran_high_t)cospi_31_64; in highbd_idct32_c()
|
D | fwd_txfm.c | 690 output[1] = dct_32_round(step[16] * cospi_31_64 + step[31] * cospi_1_64); in vpx_fdct32() 705 output[31] = dct_32_round(step[31] * cospi_31_64 + step[16] * -cospi_1_64); in vpx_fdct32()
|
/external/libaom/aom_dsp/ |
D | txfm_common.h | 108 static const tran_high_t cospi_1_64 = 16364; variable
|
/external/libvpx/vpx_dsp/x86/ |
D | inv_txfm_ssse3.c | 132 partial_butterfly_ssse3(in[1], cospi_31_64, cospi_1_64, &step1[16], in idct32_34_8x32_quarter_3_4() 275 partial_butterfly_ssse3(in[1], cospi_31_64, cospi_1_64, &step1[16], in idct32_135_8x32_quarter_3_4()
|
D | highbd_idct32x32_add_sse4.c | 233 highbd_butterfly_sse4_1(in[1], in[31], cospi_31_64, cospi_1_64, &step1[16], in highbd_idct32_1024_4x32_quarter_3_4() 457 highbd_partial_butterfly_sse4_1(in[1], cospi_31_64, cospi_1_64, &step1[16], in highbd_idct32_135_4x32_quarter_3_4() 662 highbd_partial_butterfly_sse4_1(in[1], cospi_31_64, cospi_1_64, &step1[16], in highbd_idct32_34_4x32_quarter_3_4()
|
D | highbd_idct32x32_add_sse2.c | 229 highbd_butterfly_sse2(in[1], in[31], cospi_31_64, cospi_1_64, &step1[16], in highbd_idct32_1024_4x32_quarter_3_4() 453 highbd_partial_butterfly_sse2(in[1], cospi_31_64, cospi_1_64, &step1[16], in highbd_idct32_135_4x32_quarter_3_4() 666 highbd_partial_butterfly_sse2(in[1], cospi_31_64, cospi_1_64, &step1[16], in highbd_idct32_34_4x32_quarter_3_4()
|
D | inv_txfm_sse2.c | 520 const __m128i k__cospi_p01_p31 = pair_set_epi16(cospi_1_64, cospi_31_64); in vpx_iadst16_8col_sse2() 521 const __m128i k__cospi_p31_m01 = pair_set_epi16(cospi_31_64, -cospi_1_64); in vpx_iadst16_8col_sse2() 968 butterfly(in[1], zero, cospi_31_64, cospi_1_64, &step1[16], &step1[31]); in idct32_34_8x32_quarter_3_4() 1102 butterfly(in[1], in[31], cospi_31_64, cospi_1_64, &step1[16], &step1[31]); in idct32_1024_8x32_quarter_3_4()
|
/external/libvpx/vpx_dsp/mips/ |
D | itrans32_cols_dspr2.c | 109 [cospi_31_64] "r"(cospi_31_64), [cospi_1_64] "r"(cospi_1_64), in vpx_idct32_cols_add_blk_dspr2()
|
D | itrans32_dspr2.c | 153 [cospi_31_64] "r"(cospi_31_64), [cospi_1_64] "r"(cospi_1_64), in idct32_rows_dspr2()
|
D | itrans16_dspr2.c | 1089 s0 = x0 * cospi_1_64 + x1 * cospi_31_64; in iadst16_dspr2() 1090 s1 = x0 * cospi_31_64 - x1 * cospi_1_64; in iadst16_dspr2()
|
D | inv_txfm_msa.h | 346 k0_m = VP9_SET_COSPI_PAIR(cospi_1_64, cospi_31_64); \ 347 k1_m = VP9_SET_COSPI_PAIR(cospi_31_64, -cospi_1_64); \
|
D | idct16x16_msa.c | 347 k0 = VP9_SET_COSPI_PAIR(cospi_1_64, cospi_31_64); in vpx_iadst16_1d_columns_addblk_msa() 348 k1 = VP9_SET_COSPI_PAIR(cospi_31_64, -cospi_1_64); in vpx_iadst16_1d_columns_addblk_msa()
|
D | fwd_dct32x32_msa.c | 188 DOTP_CONST_PAIR(in20, in23, cospi_31_64, cospi_1_64, vec4, vec5); in fdct8x32_1d_column_odd_store() 523 DOTP_CONST_PAIR(in20, in23, cospi_31_64, cospi_1_64, vec4, vec5); in fdct8x32_1d_row_odd() 841 DOTP_CONST_PAIR(in20, in23, cospi_31_64, cospi_1_64, vec4, vec5); in fdct8x32_1d_row_odd_rd()
|
D | idct32x32_msa.c | 141 DOTP_CONST_PAIR(reg0, reg7, cospi_31_64, cospi_1_64, reg0, reg7); in idct32x8_row_odd_process_store() 447 DOTP_CONST_PAIR(reg0, reg7, cospi_31_64, cospi_1_64, reg0, reg7); in idct8x32_column_odd_process_store()
|
/external/libvpx/vpx_dsp/arm/ |
D | idct32x32_34_add_neon.c | 64 s1[31] = multiply_shift_and_narrow_s16(in[1], cospi_1_64); in vpx_idct32_6_neon() 278 s1[31] = multiply_shift_and_narrow_s16(in[1], cospi_1_64); in vpx_idct32_8_neon()
|
D | highbd_idct32x32_34_add_neon.c | 72 s1[31] = multiply_shift_and_narrow_s32_dual(in[1], cospi_1_64); in vpx_highbd_idct32_6_neon() 383 s1[31] = multiply_shift_and_narrow_s32_dual(in[1], cospi_1_64); in vpx_highbd_idct32_8_neon()
|
D | idct32x32_135_add_neon.c | 107 s1[31] = multiply_shift_and_narrow_s16(in[1], cospi_1_64); in vpx_idct32_12_neon() 388 s1[31] = multiply_shift_and_narrow_s16(in[1], cospi_1_64); in vpx_idct32_16_neon()
|
D | highbd_idct32x32_135_add_neon.c | 118 s1[31] = multiply_shift_and_narrow_s32_dual(in[1], cospi_1_64); in vpx_highbd_idct32_12_neon() 465 s1[31] = multiply_shift_and_narrow_s32_dual(in[1], cospi_1_64); in vpx_highbd_idct32_16_neon()
|
D | fdct32x32_neon.h | 389 butterfly_two_coeff(b[31], b[16], cospi_1_64, cospi_31_64, &a[1], &a[31]); in dct_body_first_pass() 770 BUTTERFLY_TWO_S32(c, 31, 16, cospi_1_64, cospi_31_64, d, 1, 31); in dct_body_second_pass() 1082 butterfly_two_coeff(a[31], a[16], cospi_1_64, cospi_31_64, &out[1], &out[31]); in dct_body_second_pass_rd() 1854 butterfly_two_coeff_s32_s64_narrow(bl[31], br[31], bl[16], br[16], cospi_1_64, in highbd_dct8x32_body_first_pass() 2357 butterfly_two_coeff_s32_s64_narrow(bl[31], br[31], bl[16], br[16], cospi_1_64, in highbd_dct8x32_body_second_pass() 2860 butterfly_two_coeff_s32(bl[31], br[31], bl[16], br[16], cospi_1_64, in highbd_dct8x32_body_second_pass_rd()
|
/external/libvpx/vp9/common/arm/neon/ |
D | vp9_iht16x16_add_neon.c | 27 create_s16x4_neon(cospi_1_64, cospi_31_64, cospi_5_64, cospi_27_64); in vpx_iadst16x16_256_add_half1d()
|
D | vp9_highbd_iht16x16_add_neon.c | 157 create_s32x4_neon(cospi_1_64, cospi_31_64, cospi_5_64, cospi_27_64); in highbd_iadst16_neon()
|
/external/libvpx/vp9/encoder/ |
D | vp9_dct.c | 368 s0 = x0 * cospi_1_64 + x1 * cospi_31_64; in fadst16() 369 s1 = x0 * cospi_31_64 - x1 * cospi_1_64; in fadst16()
|
/external/libvpx/vp9/common/x86/ |
D | vp9_highbd_iht16x16_add_sse4.c | 63 highbd_iadst_butterfly_sse4_1(io[15], io[0], cospi_1_64, cospi_31_64, s0, s1); in highbd_iadst16_4col_sse4_1()
|
/external/libvpx/vpx_dsp/loongarch/ |
D | fwd_dct32x32_lsx.c | 275 DOTP_CONST_PAIR(in20, in23, cospi_31_64, cospi_1_64, vec4, vec5); in fdct8x32_1d_column_odd_store() 715 DOTP_CONST_PAIR(in20, in23, cospi_31_64, cospi_1_64, vec4, vec5); in fdct8x32_1d_row_odd() 1084 DOTP_CONST_PAIR(in20, in23, cospi_31_64, cospi_1_64, vec4, vec5); in fdct8x32_1d_row_odd_rd()
|