Searched defs:interm_ptr (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/libvpx/vpx_dsp/loongarch/ |
H A D | fwd_dct32x32_lsx.c | 428 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 D | fwd_dct32x32_msa.c | 287 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 D | convolve_test.cc | 227 const uint16_t *interm_ptr = intermediate_buffer; in highbd_filter_block2d_8_c() local
|