Home
last modified time | relevance | path

Searched refs:tmp_buf_ptr (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/loongarch/
H A Dhevc_idct_lsx.c543 int32_t *tmp_buf_ptr = tmp_buf + 15; in hevc_idct_8x32_column_lsx() local
551 tmp_buf_ptr = (int32_t *)(((uintptr_t) tmp_buf_ptr) & ~(uintptr_t) 63); in hevc_idct_8x32_column_lsx()
573 __lsx_vst(sum0_r, tmp_buf_ptr, 0); in hevc_idct_8x32_column_lsx()
574 __lsx_vst(sum0_l, tmp_buf_ptr, 16); in hevc_idct_8x32_column_lsx()
582 __lsx_vst(sum0_r, tmp_buf_ptr, 32); in hevc_idct_8x32_column_lsx()
583 __lsx_vst(sum0_l, tmp_buf_ptr, 48); in hevc_idct_8x32_column_lsx()
591 __lsx_vst(sum0_r, tmp_buf_ptr, 64); in hevc_idct_8x32_column_lsx()
592 __lsx_vst(sum0_l, tmp_buf_ptr, 80); in hevc_idct_8x32_column_lsx()
600 __lsx_vst(sum0_r, tmp_buf_ptr, 9 in hevc_idct_8x32_column_lsx()
816 int16_t *tmp_buf_ptr = tmp_buf + 31; ff_hevc_idct_32x32_lsx() local
[all...]
/third_party/ffmpeg/libavcodec/mips/
H A Dhevc_idct_msa.c442 int32_t *tmp_buf_ptr = tmp_buf + 15; in hevc_idct_8x32_column_msa() local
450 tmp_buf_ptr = (int32_t *)(((uintptr_t) tmp_buf_ptr) & ~(uintptr_t) 63); in hevc_idct_8x32_column_msa()
473 ST_SW2(sum0_r, sum0_l, (tmp_buf_ptr + 2 * i * 8), 4); in hevc_idct_8x32_column_msa()
484 ST_SW2(sum0_r, sum0_l, (tmp_buf_ptr + (2 * i + 1) * 8), 4); in hevc_idct_8x32_column_msa()
507 HEVC_EVEN16_CALC(tmp_buf_ptr, sum0_r, sum0_l, i, (7 - i)); in hevc_idct_8x32_column_msa()
508 HEVC_EVEN16_CALC(tmp_buf_ptr, sum1_r, sum1_l, (3 - i), (4 + i)); in hevc_idct_8x32_column_msa()
530 LD_SW2(tmp_buf_ptr + i * 8, 4, tmp0_r, tmp0_l); in hevc_idct_8x32_column_msa()
535 ST_SW2(tmp0_r, tmp0_l, (tmp_buf_ptr + i * 8), 4); in hevc_idct_8x32_column_msa()
538 ST_SW2(tmp1_r, tmp1_l, (tmp_buf_ptr in hevc_idct_8x32_column_msa()
632 int16_t *tmp_buf_ptr = tmp_buf + 31; hevc_idct_32x32_msa() local
[all...]
/third_party/backends/backend/
H A Dartec.c886 SANE_Byte *tmp_buf_ptr; in artec_buffer_line_offset() local
973 tmp_buf_ptr = line_buffer[0]; in artec_buffer_line_offset()
978 line_buffer[r_buf_lines - 1] = tmp_buf_ptr; in artec_buffer_line_offset()

Completed in 13 milliseconds