MAX_PB_SIZE 186 libavcodec/arm/hevcdsp_init_neon.c ptrdiff_t stride_src = (2*MAX_PB_SIZE + AV_INPUT_BUFFER_PADDING_SIZE); MAX_PB_SIZE 197 libavcodec/arm/hevcdsp_init_neon.c put_hevc_qpel_neon[my][mx](dst, MAX_PB_SIZE, src, srcstride, height, width); MAX_PB_SIZE 209 libavcodec/arm/hevcdsp_init_neon.c put_hevc_qpel_uw_neon[my][mx](dst, dststride, src, srcstride, width, height, src2, MAX_PB_SIZE); MAX_PB_SIZE 326 libavcodec/hevc_filter.c stride_dst = 2*MAX_PB_SIZE; MAX_PB_SIZE 351 libavcodec/hevc_filter.c stride_dst = 2*MAX_PB_SIZE + AV_INPUT_BUFFER_PADDING_SIZE; MAX_PB_SIZE 448 libavcodec/hevcdec.h DECLARE_ALIGNED(32, uint8_t, edge_emu_buffer)[(MAX_PB_SIZE + 7) * EDGE_EMU_BUFFER_STRIDE * 2]; MAX_PB_SIZE 450 libavcodec/hevcdec.h DECLARE_ALIGNED(32, uint8_t, edge_emu_buffer2)[(MAX_PB_SIZE + 7) * EDGE_EMU_BUFFER_STRIDE * 2]; MAX_PB_SIZE 451 libavcodec/hevcdec.h DECLARE_ALIGNED(32, int16_t, tmp)[MAX_PB_SIZE * MAX_PB_SIZE]; MAX_PB_SIZE 338 libavcodec/hevcdsp_template.c ptrdiff_t stride_src = (2*MAX_PB_SIZE + AV_INPUT_BUFFER_PADDING_SIZE) / sizeof(pixel); MAX_PB_SIZE 508 libavcodec/hevcdsp_template.c dst += MAX_PB_SIZE; MAX_PB_SIZE 550 libavcodec/hevcdsp_template.c src2 += MAX_PB_SIZE; MAX_PB_SIZE 600 libavcodec/hevcdsp_template.c src2 += MAX_PB_SIZE; MAX_PB_SIZE 629 libavcodec/hevcdsp_template.c dst += MAX_PB_SIZE; MAX_PB_SIZE 645 libavcodec/hevcdsp_template.c dst += MAX_PB_SIZE; MAX_PB_SIZE 659 libavcodec/hevcdsp_template.c int16_t tmp_array[(MAX_PB_SIZE + QPEL_EXTRA) * MAX_PB_SIZE]; MAX_PB_SIZE 668 libavcodec/hevcdsp_template.c tmp += MAX_PB_SIZE; MAX_PB_SIZE 671 libavcodec/hevcdsp_template.c tmp = tmp_array + QPEL_EXTRA_BEFORE * MAX_PB_SIZE; MAX_PB_SIZE 675 libavcodec/hevcdsp_template.c dst[x] = QPEL_FILTER(tmp, MAX_PB_SIZE) >> 6; MAX_PB_SIZE 676 libavcodec/hevcdsp_template.c tmp += MAX_PB_SIZE; MAX_PB_SIZE 677 libavcodec/hevcdsp_template.c dst += MAX_PB_SIZE; MAX_PB_SIZE 731 libavcodec/hevcdsp_template.c src2 += MAX_PB_SIZE; MAX_PB_SIZE 786 libavcodec/hevcdsp_template.c src2 += MAX_PB_SIZE; MAX_PB_SIZE 800 libavcodec/hevcdsp_template.c int16_t tmp_array[(MAX_PB_SIZE + QPEL_EXTRA) * MAX_PB_SIZE]; MAX_PB_SIZE 816 libavcodec/hevcdsp_template.c tmp += MAX_PB_SIZE; MAX_PB_SIZE 819 libavcodec/hevcdsp_template.c tmp = tmp_array + QPEL_EXTRA_BEFORE * MAX_PB_SIZE; MAX_PB_SIZE 824 libavcodec/hevcdsp_template.c dst[x] = av_clip_pixel(((QPEL_FILTER(tmp, MAX_PB_SIZE) >> 6) + offset) >> shift); MAX_PB_SIZE 825 libavcodec/hevcdsp_template.c tmp += MAX_PB_SIZE; MAX_PB_SIZE 840 libavcodec/hevcdsp_template.c int16_t tmp_array[(MAX_PB_SIZE + QPEL_EXTRA) * MAX_PB_SIZE]; MAX_PB_SIZE 855 libavcodec/hevcdsp_template.c tmp += MAX_PB_SIZE; MAX_PB_SIZE 858 libavcodec/hevcdsp_template.c tmp = tmp_array + QPEL_EXTRA_BEFORE * MAX_PB_SIZE; MAX_PB_SIZE 863 libavcodec/hevcdsp_template.c dst[x] = av_clip_pixel(((QPEL_FILTER(tmp, MAX_PB_SIZE) >> 6) + src2[x] + offset) >> shift); MAX_PB_SIZE 864 libavcodec/hevcdsp_template.c tmp += MAX_PB_SIZE; MAX_PB_SIZE 866 libavcodec/hevcdsp_template.c src2 += MAX_PB_SIZE; MAX_PB_SIZE 921 libavcodec/hevcdsp_template.c src2 += MAX_PB_SIZE; MAX_PB_SIZE 976 libavcodec/hevcdsp_template.c src2 += MAX_PB_SIZE; MAX_PB_SIZE 991 libavcodec/hevcdsp_template.c int16_t tmp_array[(MAX_PB_SIZE + QPEL_EXTRA) * MAX_PB_SIZE]; MAX_PB_SIZE 1006 libavcodec/hevcdsp_template.c tmp += MAX_PB_SIZE; MAX_PB_SIZE 1009 libavcodec/hevcdsp_template.c tmp = tmp_array + QPEL_EXTRA_BEFORE * MAX_PB_SIZE; MAX_PB_SIZE 1015 libavcodec/hevcdsp_template.c dst[x] = av_clip_pixel((((QPEL_FILTER(tmp, MAX_PB_SIZE) >> 6) * wx + offset) >> shift) + ox); MAX_PB_SIZE 1016 libavcodec/hevcdsp_template.c tmp += MAX_PB_SIZE; MAX_PB_SIZE 1032 libavcodec/hevcdsp_template.c int16_t tmp_array[(MAX_PB_SIZE + QPEL_EXTRA) * MAX_PB_SIZE]; MAX_PB_SIZE 1043 libavcodec/hevcdsp_template.c tmp += MAX_PB_SIZE; MAX_PB_SIZE 1046 libavcodec/hevcdsp_template.c tmp = tmp_array + QPEL_EXTRA_BEFORE * MAX_PB_SIZE; MAX_PB_SIZE 1053 libavcodec/hevcdsp_template.c dst[x] = av_clip_pixel(((QPEL_FILTER(tmp, MAX_PB_SIZE) >> 6) * wx1 + src2[x] * wx0 + MAX_PB_SIZE 1055 libavcodec/hevcdsp_template.c tmp += MAX_PB_SIZE; MAX_PB_SIZE 1057 libavcodec/hevcdsp_template.c src2 += MAX_PB_SIZE; MAX_PB_SIZE 1082 libavcodec/hevcdsp_template.c dst += MAX_PB_SIZE; MAX_PB_SIZE 1099 libavcodec/hevcdsp_template.c dst += MAX_PB_SIZE; MAX_PB_SIZE 1111 libavcodec/hevcdsp_template.c int16_t tmp_array[(MAX_PB_SIZE + EPEL_EXTRA) * MAX_PB_SIZE]; MAX_PB_SIZE 1120 libavcodec/hevcdsp_template.c tmp += MAX_PB_SIZE; MAX_PB_SIZE 1123 libavcodec/hevcdsp_template.c tmp = tmp_array + EPEL_EXTRA_BEFORE * MAX_PB_SIZE; MAX_PB_SIZE 1128 libavcodec/hevcdsp_template.c dst[x] = EPEL_FILTER(tmp, MAX_PB_SIZE) >> 6; MAX_PB_SIZE 1129 libavcodec/hevcdsp_template.c tmp += MAX_PB_SIZE; MAX_PB_SIZE 1130 libavcodec/hevcdsp_template.c dst += MAX_PB_SIZE; MAX_PB_SIZE 1181 libavcodec/hevcdsp_template.c src2 += MAX_PB_SIZE; MAX_PB_SIZE 1231 libavcodec/hevcdsp_template.c src2 += MAX_PB_SIZE; MAX_PB_SIZE 1244 libavcodec/hevcdsp_template.c int16_t tmp_array[(MAX_PB_SIZE + EPEL_EXTRA) * MAX_PB_SIZE]; MAX_PB_SIZE 1259 libavcodec/hevcdsp_template.c tmp += MAX_PB_SIZE; MAX_PB_SIZE 1262 libavcodec/hevcdsp_template.c tmp = tmp_array + EPEL_EXTRA_BEFORE * MAX_PB_SIZE; MAX_PB_SIZE 1267 libavcodec/hevcdsp_template.c dst[x] = av_clip_pixel(((EPEL_FILTER(tmp, MAX_PB_SIZE) >> 6) + offset) >> shift); MAX_PB_SIZE 1268 libavcodec/hevcdsp_template.c tmp += MAX_PB_SIZE; MAX_PB_SIZE 1283 libavcodec/hevcdsp_template.c int16_t tmp_array[(MAX_PB_SIZE + EPEL_EXTRA) * MAX_PB_SIZE]; MAX_PB_SIZE 1298 libavcodec/hevcdsp_template.c tmp += MAX_PB_SIZE; MAX_PB_SIZE 1301 libavcodec/hevcdsp_template.c tmp = tmp_array + EPEL_EXTRA_BEFORE * MAX_PB_SIZE; MAX_PB_SIZE 1306 libavcodec/hevcdsp_template.c dst[x] = av_clip_pixel(((EPEL_FILTER(tmp, MAX_PB_SIZE) >> 6) + src2[x] + offset) >> shift); MAX_PB_SIZE 1307 libavcodec/hevcdsp_template.c tmp += MAX_PB_SIZE; MAX_PB_SIZE 1309 libavcodec/hevcdsp_template.c src2 += MAX_PB_SIZE; MAX_PB_SIZE 1361 libavcodec/hevcdsp_template.c src2 += MAX_PB_SIZE; MAX_PB_SIZE 1413 libavcodec/hevcdsp_template.c src2 += MAX_PB_SIZE; MAX_PB_SIZE 1426 libavcodec/hevcdsp_template.c int16_t tmp_array[(MAX_PB_SIZE + EPEL_EXTRA) * MAX_PB_SIZE]; MAX_PB_SIZE 1441 libavcodec/hevcdsp_template.c tmp += MAX_PB_SIZE; MAX_PB_SIZE 1444 libavcodec/hevcdsp_template.c tmp = tmp_array + EPEL_EXTRA_BEFORE * MAX_PB_SIZE; MAX_PB_SIZE 1450 libavcodec/hevcdsp_template.c dst[x] = av_clip_pixel((((EPEL_FILTER(tmp, MAX_PB_SIZE) >> 6) * wx + offset) >> shift) + ox); MAX_PB_SIZE 1451 libavcodec/hevcdsp_template.c tmp += MAX_PB_SIZE; MAX_PB_SIZE 1467 libavcodec/hevcdsp_template.c int16_t tmp_array[(MAX_PB_SIZE + EPEL_EXTRA) * MAX_PB_SIZE]; MAX_PB_SIZE 1478 libavcodec/hevcdsp_template.c tmp += MAX_PB_SIZE; MAX_PB_SIZE 1481 libavcodec/hevcdsp_template.c tmp = tmp_array + EPEL_EXTRA_BEFORE * MAX_PB_SIZE; MAX_PB_SIZE 1488 libavcodec/hevcdsp_template.c dst[x] = av_clip_pixel(((EPEL_FILTER(tmp, MAX_PB_SIZE) >> 6) * wx1 + src2[x] * wx0 + MAX_PB_SIZE 1490 libavcodec/hevcdsp_template.c tmp += MAX_PB_SIZE; MAX_PB_SIZE 1492 libavcodec/hevcdsp_template.c src2 += MAX_PB_SIZE; MAX_PB_SIZE 2629 libavcodec/mips/hevc_lpf_sao_msa.c ptrdiff_t stride_src = (2 * MAX_PB_SIZE + AV_INPUT_BUFFER_PADDING_SIZE) / sizeof(uint8_t); MAX_PB_SIZE 4921 libavcodec/mips/hevc_mc_bi_msa.c hevc_bi_copy_##WIDTH##w_msa(src, src_stride, src_16bit, MAX_PB_SIZE, \ MAX_PB_SIZE 4951 libavcodec/mips/hevc_mc_bi_msa.c MAX_PB_SIZE, dst, dst_stride, \ MAX_PB_SIZE 5006 libavcodec/mips/hevc_mc_bi_msa.c MAX_PB_SIZE, dst, dst_stride, \ MAX_PB_SIZE 5925 libavcodec/mips/hevc_mc_biw_msa.c hevc_biwgt_copy_##WIDTH##w_msa(src, src_stride, src_16bit, MAX_PB_SIZE, \ MAX_PB_SIZE 5965 libavcodec/mips/hevc_mc_biw_msa.c MAX_PB_SIZE, dst, dst_stride, \ MAX_PB_SIZE 6028 libavcodec/mips/hevc_mc_biw_msa.c MAX_PB_SIZE, dst, dst_stride, \ MAX_PB_SIZE 133 libavcodec/mips/hevcdsp_mmi.c int16_t tmp_array[(MAX_PB_SIZE + QPEL_EXTRA) * MAX_PB_SIZE]; \ MAX_PB_SIZE 464 libavcodec/mips/hevcdsp_mmi.c int16_t tmp_array[(MAX_PB_SIZE + QPEL_EXTRA) * MAX_PB_SIZE]; \ MAX_PB_SIZE 693 libavcodec/mips/hevcdsp_mmi.c int16_t tmp_array[(MAX_PB_SIZE + EPEL_EXTRA) * MAX_PB_SIZE]; \ MAX_PB_SIZE 990 libavcodec/mips/hevcdsp_mmi.c int16_t tmp_array[(MAX_PB_SIZE + QPEL_EXTRA) * MAX_PB_SIZE]; \ MAX_PB_SIZE 4219 libavcodec/mips/hevcdsp_msa.c hevc_copy_##WIDTH##w_msa(src, src_stride, dst, MAX_PB_SIZE, height); \ MAX_PB_SIZE 4246 libavcodec/mips/hevcdsp_msa.c MAX_PB_SIZE, filter, height); \ MAX_PB_SIZE 4297 libavcodec/mips/hevcdsp_msa.c hevc_hv_##TAP##t_##WIDTH##w_msa(src, src_stride, dst, MAX_PB_SIZE, \ MAX_PB_SIZE 519 libavcodec/x86/hevcdsp_init.c LOCAL_ALIGNED_16(int16_t, temp, [71 * MAX_PB_SIZE]); \ MAX_PB_SIZE 578 libavcodec/x86/hevcdsp_init.c LOCAL_ALIGNED_16(int16_t, temp, [71 * MAX_PB_SIZE]); \ MAX_PB_SIZE 35 tests/checkasm/hevc_sao.c #define PIXEL_STRIDE (2*MAX_PB_SIZE + AV_INPUT_BUFFER_PADDING_SIZE) //same with sao_edge src_stride