Searched defs:tmp_odd_buf (Results 1 - 1 of 1) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/mips/
H A Didct32x32_msa.c126 int16_t *tmp_odd_buf) {
157 ST_SH2(vec0, vec1, (tmp_odd_buf + 4 * 8), 8);
161 ST_SH2(vec0, vec1, (tmp_odd_buf), 8);
167 ST_SH2(vec0, vec1, (tmp_odd_buf + 6 * 8), 8);
170 ST_SH2(vec2, vec3, (tmp_odd_buf + 2 * 8), 8);
195 ST_SH2(vec0, vec1, (tmp_odd_buf + 12 * 8), 3 * 8);
198 ST_SH2(vec0, vec1, (tmp_odd_buf + 10 * 8), 8);
204 ST_SH(reg0, (tmp_odd_buf + 13 * 8));
205 ST_SH(reg1, (tmp_odd_buf + 14 * 8));
208 ST_SH2(reg0, reg1, (tmp_odd_buf
125 idct32x8_row_odd_process_store(int16_t *tmp_buf, int16_t *tmp_odd_buf) argument
243 idct_butterfly_transpose_store(int16_t *tmp_buf, int16_t *tmp_eve_buf, int16_t *tmp_odd_buf, int16_t *dst) argument
436 idct8x32_column_odd_process_store(int16_t *tmp_buf, int16_t *tmp_odd_buf) argument
543 idct8x32_column_butterfly_addblk(int16_t *tmp_eve_buf, int16_t *tmp_odd_buf, uint8_t *dst, int32_t dst_stride) argument
[all...]

Completed in 57 milliseconds