Searched refs:cospi_8_64 (Results 1 - 2 of 2) sorted by relevance
/third_party/ffmpeg/libavcodec/loongarch/ |
H A D | vp9_idct_lsx.c | 38 const int32_t cospi_8_64 = 15137; variable 222 k2_m = VP9_SET_COSPI_PAIR(cospi_24_64, -cospi_8_64); \ 223 k3_m = VP9_SET_COSPI_PAIR(cospi_8_64, cospi_24_64); \ 293 k2 = VP9_SET_COSPI_PAIR(cospi_24_64, -cospi_8_64); in vp9_idct8x8_12_colcol_addblk_lsx() 294 k3 = VP9_SET_COSPI_PAIR(cospi_8_64, cospi_24_64); in vp9_idct8x8_12_colcol_addblk_lsx() 413 VP9_DOTP_CONST_PAIR(reg4, reg12, cospi_24_64, cospi_8_64, reg4, reg12); in vp9_idct16_1d_columns_addblk_lsx() 451 VP9_DOTP_CONST_PAIR(reg7, reg9, cospi_24_64, cospi_8_64, reg7, reg9); in vp9_idct16_1d_columns_addblk_lsx() 452 VP9_DOTP_CONST_PAIR(__lsx_vneg_h(reg5), __lsx_vneg_h(reg11), cospi_8_64, in vp9_idct16_1d_columns_addblk_lsx() local 538 VP9_DOTP_CONST_PAIR(reg4, reg12, cospi_24_64, cospi_8_64, reg4, reg12); in vp9_idct16_1d_columns_lsx() 576 VP9_DOTP_CONST_PAIR(reg7, reg9, cospi_24_64, cospi_8_64, reg in vp9_idct16_1d_columns_lsx() 577 VP9_DOTP_CONST_PAIR(__lsx_vneg_h(reg5), __lsx_vneg_h(reg11), cospi_8_64, vp9_idct16_1d_columns_lsx() local 956 VP9_DOTP_CONST_PAIR(__lsx_vneg_h(reg6), reg1, cospi_24_64, cospi_8_64, vp9_idct8x32_column_even_process_store() local [all...] |
/third_party/ffmpeg/libavcodec/mips/ |
H A D | vp9_idct_msa.c | 36 static const int32_t cospi_8_64 = 15137; variable 123 v8i16 coeff1_m = { cospi_8_64, -cospi_8_64, cospi_16_64, \ 259 c2_m = VP9_SET_COSPI_PAIR(cospi_24_64, -cospi_8_64); \ 260 c3_m = VP9_SET_COSPI_PAIR(cospi_8_64, cospi_24_64); \ 504 k2_m = VP9_SET_COSPI_PAIR(cospi_24_64, -cospi_8_64); \ 505 k3_m = VP9_SET_COSPI_PAIR(cospi_8_64, cospi_24_64); \ 522 cospi_6_64, -cospi_26_64, cospi_8_64, cospi_24_64, -cospi_8_64 }; \ 523 v8i16 mask3_m = { -cospi_24_64, cospi_8_64, cospi_16_6 [all...] |
Completed in 4 milliseconds