/external/libvpx/vpx_dsp/ |
D | txfm_common.h | 40 static const tran_coef_t cospi_13_64 = 13160; variable
|
D | inv_txfm.c | 422 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()
|
D | fwd_txfm.c | 696 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/ |
D | txfm_common.h | 120 static const tran_high_t cospi_13_64 = 13160; variable
|
/external/libvpx/vpx_dsp/mips/ |
D | itrans32_cols_dspr2.c | 285 [cospi_19_64] "r"(cospi_19_64), [cospi_13_64] "r"(cospi_13_64), in vpx_idct32_cols_add_blk_dspr2()
|
D | itrans32_dspr2.c | 329 [cospi_19_64] "r"(cospi_19_64), [cospi_13_64] "r"(cospi_13_64), in idct32_rows_dspr2()
|
D | itrans16_dspr2.c | 1095 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()
|
D | inv_txfm_msa.h | 362 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); \
|
D | idct16x16_msa.c | 377 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()
|
D | fwd_dct32x32_msa.c | 235 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()
|
D | idct32x32_msa.c | 186 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/ |
D | highbd_idct32x32_add_sse4.c | 247 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()
|
D | highbd_idct32x32_add_sse2.c | 243 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()
|
D | inv_txfm_ssse3.c | 289 partial_butterfly_ssse3(in[13], cospi_19_64, cospi_13_64, &step1[22], in idct32_135_8x32_quarter_3_4()
|
D | inv_txfm_sse2.c | 526 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/ |
D | vp9_iht16x16_add_neon.c | 29 create_s16x4_neon(cospi_9_64, cospi_23_64, cospi_13_64, cospi_19_64); in vpx_iadst16x16_256_add_half1d()
|
D | vp9_highbd_iht16x16_add_neon.c | 159 create_s32x4_neon(cospi_9_64, cospi_23_64, cospi_13_64, cospi_19_64); in highbd_iadst16_neon()
|
/external/libvpx/vp9/encoder/ |
D | vp9_dct.c | 374 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/ |
D | fdct32x32_neon.h | 413 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()
|
D | idct32x32_135_add_neon.c | 406 s1[25] = multiply_shift_and_narrow_s16(in[13], cospi_13_64); in vpx_idct32_16_neon()
|
D | highbd_idct32x32_1024_add_neon.c | 467 do_butterfly(q[14], q[13], cospi_19_64, cospi_13_64, &q[5], &q[7]); in vpx_highbd_idct32_32_neon()
|
D | highbd_idct32x32_135_add_neon.c | 483 s1[25] = multiply_shift_and_narrow_s32_dual(in[13], cospi_13_64); in vpx_highbd_idct32_16_neon()
|
/external/libvpx/vp9/common/x86/ |
D | vp9_highbd_iht16x16_add_sse4.c | 66 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/ |
D | fwd_dct32x32_lsx.c | 331 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()
|
D | idct32x32_lsx.c | 238 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()
|