Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_dsp/mips/
Dfwd_dct32x32_msa.c286 static void fdct8x32_1d_row_even_4x(int16_t *input, int16_t *interm_ptr, in fdct8x32_1d_row_even_4x()
463 static void fdct8x32_1d_row_odd(int16_t *temp, int16_t *interm_ptr, in fdct8x32_1d_row_odd()
771 static void fdct8x32_1d_row_odd_rd(int16_t *temp, int16_t *interm_ptr, in fdct8x32_1d_row_odd_rd()
/external/libaom/libaom/test/
Dconvolve_test.cc219 const uint16_t *interm_ptr = intermediate_buffer; in highbd_filter_block2d_8_c() local