Home
last modified time | relevance | path

Searched defs:interm_ptr (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/libvpx/vpx_dsp/loongarch/
H A Dfwd_dct32x32_lsx.c428 static void fdct8x32_1d_row_even_4x(int16_t *input, int16_t *interm_ptr, in fdct8x32_1d_row_even_4x()
652 static void fdct8x32_1d_row_odd(int16_t *temp, int16_t *interm_ptr, in fdct8x32_1d_row_odd()
1012 static void fdct8x32_1d_row_odd_rd(int16_t *temp, int16_t *interm_ptr, in fdct8x32_1d_row_odd_rd()
/aosp_15_r20/external/libvpx/vpx_dsp/mips/
H A Dfwd_dct32x32_msa.c287 static void fdct8x32_1d_row_even_4x(int16_t *input, int16_t *interm_ptr, in fdct8x32_1d_row_even_4x()
464 static void fdct8x32_1d_row_odd(int16_t *temp, int16_t *interm_ptr, in fdct8x32_1d_row_odd()
772 static void fdct8x32_1d_row_odd_rd(int16_t *temp, int16_t *interm_ptr, in fdct8x32_1d_row_odd_rd()
/aosp_15_r20/external/libaom/test/
H A Dconvolve_test.cc227 const uint16_t *interm_ptr = intermediate_buffer; in highbd_filter_block2d_8_c() local