Home
last modified time | relevance | path

Searched refs:MAX_PB_SIZE (Results 1 – 17 of 17) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dhevcdsp_template.c338 ptrdiff_t stride_src = (2*MAX_PB_SIZE + AV_INPUT_BUFFER_PADDING_SIZE) / sizeof(pixel); in FUNC()
508 dst += MAX_PB_SIZE; in FUNC()
550 src2 += MAX_PB_SIZE; in FUNC()
600 src2 += MAX_PB_SIZE; in FUNC()
629 dst += MAX_PB_SIZE; in FUNC()
645 dst += MAX_PB_SIZE; in FUNC()
659 int16_t tmp_array[(MAX_PB_SIZE + QPEL_EXTRA) * MAX_PB_SIZE]; in FUNC()
668 tmp += MAX_PB_SIZE; in FUNC()
671 tmp = tmp_array + QPEL_EXTRA_BEFORE * MAX_PB_SIZE; in FUNC()
675 dst[x] = QPEL_FILTER(tmp, MAX_PB_SIZE) >> 6; in FUNC()
[all …]
Dhevcdec.h449 DECLARE_ALIGNED(32, uint8_t, edge_emu_buffer)[(MAX_PB_SIZE + 7) * EDGE_EMU_BUFFER_STRIDE * 2];
451 DECLARE_ALIGNED(32, uint8_t, edge_emu_buffer2)[(MAX_PB_SIZE + 7) * EDGE_EMU_BUFFER_STRIDE * 2];
452 DECLARE_ALIGNED(32, int16_t, tmp)[MAX_PB_SIZE * MAX_PB_SIZE];
Dhevcdsp.h32 #define MAX_PB_SIZE 64 macro
Dhevc_filter.c326 stride_dst = 2*MAX_PB_SIZE; in sao_filter_CTB()
351 stride_dst = 2*MAX_PB_SIZE + AV_INPUT_BUFFER_PADDING_SIZE; in sao_filter_CTB()
/third_party/ffmpeg/libavcodec/mips/
Dhevcdsp_mmi.c133 int16_t tmp_array[(MAX_PB_SIZE + QPEL_EXTRA) * MAX_PB_SIZE]; \
464 int16_t tmp_array[(MAX_PB_SIZE + QPEL_EXTRA) * MAX_PB_SIZE]; \
693 int16_t tmp_array[(MAX_PB_SIZE + EPEL_EXTRA) * MAX_PB_SIZE]; \
990 int16_t tmp_array[(MAX_PB_SIZE + QPEL_EXTRA) * MAX_PB_SIZE]; \
Dhevcdsp_msa.c4219 hevc_copy_##WIDTH##w_msa(src, src_stride, dst, MAX_PB_SIZE, height); \
4246 MAX_PB_SIZE, filter, height); \
4297 hevc_hv_##TAP##t_##WIDTH##w_msa(src, src_stride, dst, MAX_PB_SIZE, \
Dhevc_mc_bi_msa.c4921 hevc_bi_copy_##WIDTH##w_msa(src, src_stride, src_16bit, MAX_PB_SIZE, \
4951 MAX_PB_SIZE, dst, dst_stride, \
5006 MAX_PB_SIZE, dst, dst_stride, \
Dhevc_mc_biw_msa.c5925 hevc_biwgt_copy_##WIDTH##w_msa(src, src_stride, src_16bit, MAX_PB_SIZE, \
5965 MAX_PB_SIZE, dst, dst_stride, \
6028 MAX_PB_SIZE, dst, dst_stride, \
Dhevc_lpf_sao_msa.c2629 ptrdiff_t stride_src = (2 * MAX_PB_SIZE + AV_INPUT_BUFFER_PADDING_SIZE) / sizeof(uint8_t); in ff_hevc_sao_edge_filter_8_msa()
/third_party/ffmpeg/tests/checkasm/
Dhevc_pel.c37 #define BUF_SIZE (2 * MAX_PB_SIZE * (2 * 4 + MAX_PB_SIZE))
65 #define src0 (buf0 + 2 * 4 * MAX_PB_SIZE) /* hevc qpel functions read data from negative src pointe…
66 #define src1 (buf1 + 2 * 4 * MAX_PB_SIZE)
100 … if (memcmp(dstw0 + row * MAX_PB_SIZE, dstw1 + row * MAX_PB_SIZE, sizes[size] * SIZEOF_PIXEL)) in checkasm_check_hevc_qpel()
329 … if (memcmp(dstw0 + row * MAX_PB_SIZE, dstw1 + row * MAX_PB_SIZE, sizes[size] * SIZEOF_PIXEL)) in checkasm_check_hevc_epel()
Dhevc_sao.c36 #define PIXEL_STRIDE (2*MAX_PB_SIZE + AV_INPUT_BUFFER_PADDING_SIZE) //same with sao_edge src_stride
/third_party/ffmpeg/libavcodec/x86/
Dhevc_mc.asm92 %define MAX_PB_SIZE 64
450 add %1q, 2*MAX_PB_SIZE ; dst += dststride
719 add src2q, 2*MAX_PB_SIZE ; src += srcstride
776 add src2q, 2*MAX_PB_SIZE ; src += srcstride
831 add src2q, 2*MAX_PB_SIZE ; src += srcstride
1043 add src2q, 2*MAX_PB_SIZE ; src += srcstride
1099 add src2q, 2*MAX_PB_SIZE ; src += srcstride
1160 add src2q, 2*MAX_PB_SIZE ; src += srcstride
1408 add src2q, 2*MAX_PB_SIZE ; src += srcstride
1476 add srcq, 2*MAX_PB_SIZE ; src += srcstride
[all …]
Dhevc_sao.asm200 %define MAX_PB_SIZE 64
202 %define EDGE_SRCSTRIDE 2 * MAX_PB_SIZE + PADDING_SIZE
Dhevc_sao_10bit.asm192 %define MAX_PB_SIZE 64
194 %define EDGE_SRCSTRIDE 2 * MAX_PB_SIZE + PADDING_SIZE
Dhevcdsp_init.c520 … LOCAL_ALIGNED_16(int16_t, temp, [71 * MAX_PB_SIZE]); \
579 … LOCAL_ALIGNED_16(int16_t, temp, [71 * MAX_PB_SIZE]); \
/third_party/ffmpeg/libavcodec/arm/
Dhevcdsp_init_neon.c186 ptrdiff_t stride_src = (2*MAX_PB_SIZE + AV_INPUT_BUFFER_PADDING_SIZE); in ff_hevc_sao_edge_filter_neon_8_wrapper()
197 put_hevc_qpel_neon[my][mx](dst, MAX_PB_SIZE, src, srcstride, height, width); in ff_hevc_put_qpel_neon_wrapper()
209 put_hevc_qpel_uw_neon[my][mx](dst, dststride, src, srcstride, width, height, src2, MAX_PB_SIZE); in ff_hevc_put_qpel_bi_neon_wrapper()
Dhevcdsp_qpel_neon.S24 #define MAX_PB_SIZE #64 macro
745 mov r12, MAX_PB_SIZE