/external/libvpx/libvpx/vpx_dsp/ |
D | txfm_common.h | 32 static const tran_coef_t cospi_5_64 = 15893; variable
|
D | inv_txfm.c | 418 s2 = x2 * cospi_5_64 + x3 * cospi_27_64; in iadst16_c() 419 s3 = x2 * cospi_27_64 - x3 * cospi_5_64; in iadst16_c() 855 temp1 = (int16_t)input[5] * cospi_27_64 - (int16_t)input[27] * cospi_5_64; in idct32_c() 856 temp2 = (int16_t)input[5] * cospi_5_64 + (int16_t)input[27] * cospi_27_64; in idct32_c() 1746 s2 = x2 * (tran_high_t)cospi_5_64 + x3 * (tran_high_t)cospi_27_64; in vpx_highbd_iadst16_c() 1747 s3 = x2 * (tran_high_t)cospi_27_64 - x3 * (tran_high_t)cospi_5_64; in vpx_highbd_iadst16_c() 2233 input[5] * (tran_high_t)cospi_27_64 - input[27] * (tran_high_t)cospi_5_64; in highbd_idct32_c() 2235 input[5] * (tran_high_t)cospi_5_64 + input[27] * (tran_high_t)cospi_27_64; in highbd_idct32_c()
|
D | fwd_txfm.c | 694 output[5] = dct_32_round(step[20] * cospi_27_64 + step[27] * cospi_5_64); in vpx_fdct32() 701 output[27] = dct_32_round(step[27] * cospi_27_64 + step[20] * -cospi_5_64); in vpx_fdct32()
|
/external/libaom/libaom/aom_dsp/ |
D | txfm_common.h | 48 static const tran_high_t cospi_5_64 = 15893; variable
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | inv_txfm_ssse3.c | 136 partial_butterfly_ssse3(in[5], cospi_27_64, cospi_5_64, &step1[20], in idct32_34_8x32_quarter_3_4() 284 partial_butterfly_ssse3(in[5], cospi_27_64, cospi_5_64, &step1[20], in idct32_135_8x32_quarter_3_4()
|
D | highbd_idct32x32_add_sse4.c | 242 highbd_butterfly_sse4_1(in[5], in[27], cospi_27_64, cospi_5_64, &step1[20], in highbd_idct32_1024_4x32_quarter_3_4() 466 highbd_partial_butterfly_sse4_1(in[5], cospi_27_64, cospi_5_64, &step1[20], in highbd_idct32_135_4x32_quarter_3_4() 667 highbd_partial_butterfly_sse4_1(in[5], cospi_27_64, cospi_5_64, &step1[20], in highbd_idct32_34_4x32_quarter_3_4()
|
D | highbd_idct32x32_add_sse2.c | 238 highbd_butterfly_sse2(in[5], in[27], cospi_27_64, cospi_5_64, &step1[20], in highbd_idct32_1024_4x32_quarter_3_4() 462 highbd_partial_butterfly_sse2(in[5], cospi_27_64, cospi_5_64, &step1[20], in highbd_idct32_135_4x32_quarter_3_4() 671 highbd_partial_butterfly_sse2(in[5], cospi_27_64, cospi_5_64, &step1[20], in highbd_idct32_34_4x32_quarter_3_4()
|
D | inv_txfm_sse2.c | 522 const __m128i k__cospi_p05_p27 = pair_set_epi16(cospi_5_64, cospi_27_64); in vpx_iadst16_8col_sse2() 523 const __m128i k__cospi_p27_m05 = pair_set_epi16(cospi_27_64, -cospi_5_64); in vpx_iadst16_8col_sse2() 970 butterfly(in[5], zero, cospi_27_64, cospi_5_64, &step1[20], &step1[27]); in idct32_34_8x32_quarter_3_4() 1107 butterfly(in[5], in[27], cospi_27_64, cospi_5_64, &step1[20], &step1[27]); in idct32_1024_8x32_quarter_3_4()
|
/external/libvpx/libvpx/vpx_dsp/mips/ |
D | itrans32_cols_dspr2.c | 229 [cospi_27_64] "r"(cospi_27_64), [cospi_5_64] "r"(cospi_5_64), in vpx_idct32_cols_add_blk_dspr2()
|
D | itrans32_dspr2.c | 273 [cospi_27_64] "r"(cospi_27_64), [cospi_5_64] "r"(cospi_5_64), in idct32_rows_dspr2()
|
D | itrans16_dspr2.c | 1091 s2 = x2 * cospi_5_64 + x3 * cospi_27_64; in iadst16_dspr2() 1092 s3 = x2 * cospi_27_64 - x3 * cospi_5_64; in iadst16_dspr2()
|
D | inv_txfm_msa.h | 351 k0_m = VP9_SET_COSPI_PAIR(cospi_5_64, cospi_27_64); \ 352 k1_m = VP9_SET_COSPI_PAIR(cospi_27_64, -cospi_5_64); \
|
D | idct16x16_msa.c | 372 k0 = VP9_SET_COSPI_PAIR(cospi_5_64, cospi_27_64); in vpx_iadst16_1d_columns_addblk_msa() 373 k1 = VP9_SET_COSPI_PAIR(cospi_27_64, -cospi_5_64); in vpx_iadst16_1d_columns_addblk_msa()
|
D | fwd_dct32x32_msa.c | 222 DOTP_CONST_PAIR(in19, in16, cospi_27_64, cospi_5_64, vec5, vec4); in fdct8x32_1d_column_odd_store() 568 DOTP_CONST_PAIR(in19, in16, cospi_27_64, cospi_5_64, vec5, vec4); in fdct8x32_1d_row_odd() 881 DOTP_CONST_PAIR(in19, in16, cospi_27_64, cospi_5_64, vec5, vec4); in fdct8x32_1d_row_odd_rd()
|
D | idct32x32_msa.c | 184 DOTP_CONST_PAIR(reg1, reg6, cospi_27_64, cospi_5_64, reg1, reg6); in idct32x8_row_odd_process_store() 488 DOTP_CONST_PAIR(reg1, reg6, cospi_27_64, cospi_5_64, reg1, reg6); in idct8x32_column_odd_process_store()
|
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | idct32x32_34_add_neon.c | 67 s1[27] = multiply_shift_and_narrow_s16(in[5], cospi_5_64); in vpx_idct32_6_neon() 285 s1[27] = multiply_shift_and_narrow_s16(in[5], cospi_5_64); in vpx_idct32_8_neon()
|
D | highbd_idct32x32_34_add_neon.c | 75 s1[27] = multiply_shift_and_narrow_s32_dual(in[5], cospi_5_64); in vpx_highbd_idct32_6_neon() 390 s1[27] = multiply_shift_and_narrow_s32_dual(in[5], cospi_5_64); in vpx_highbd_idct32_8_neon()
|
D | idct32x32_135_add_neon.c | 116 s1[27] = multiply_shift_and_narrow_s16(in[5], cospi_5_64); in vpx_idct32_12_neon() 400 s1[27] = multiply_shift_and_narrow_s16(in[5], cospi_5_64); in vpx_idct32_16_neon()
|
D | highbd_idct32x32_135_add_neon.c | 127 s1[27] = multiply_shift_and_narrow_s32_dual(in[5], cospi_5_64); in vpx_highbd_idct32_12_neon() 477 s1[27] = multiply_shift_and_narrow_s32_dual(in[5], cospi_5_64); in vpx_highbd_idct32_16_neon()
|
D | fdct32x32_neon.c | 500 butterfly_two_coeff(b[27], b[20], cospi_27_64, cospi_5_64, &a[5], &a[27]); in dct_body_first_pass() 953 BUTTERFLY_TWO_S32(c, 27, 20, cospi_27_64, cospi_5_64, d, 5, 27); in dct_body_second_pass() 1263 butterfly_two_coeff(a[27], a[20], cospi_27_64, cospi_5_64, &out[5], &out[27]); in dct_body_second_pass_rd()
|
D | highbd_idct32x32_1024_add_neon.c | 453 do_butterfly(q[14], q[13], cospi_27_64, cospi_5_64, &q[0], &q[2]); in vpx_highbd_idct32_32_neon()
|
/external/libvpx/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/libvpx/vp9/encoder/ |
D | vp9_dct.c | 370 s2 = x2 * cospi_5_64 + x3 * cospi_27_64; in fadst16() 371 s3 = x2 * cospi_27_64 - x3 * cospi_5_64; in fadst16()
|
/external/libvpx/libvpx/vp9/common/x86/ |
D | vp9_highbd_iht16x16_add_sse4.c | 64 highbd_iadst_butterfly_sse4_1(io[13], io[2], cospi_5_64, cospi_27_64, s2, s3); in highbd_iadst16_4col_sse4_1()
|