BUF_SIZE 153 libavfilter/setpts.c if (isnan(v)) snprintf(buf, BUF_SIZE, "nan"); BUF_SIZE 154 libavfilter/setpts.c else snprintf(buf, BUF_SIZE, "%"PRId64, (int64_t)v); BUF_SIZE 180 libavfilter/setpts.c #define d2istr(v) double2int64str((char[BUF_SIZE]){0}, v) BUF_SIZE 50 tests/checkasm/aacpsdsp.c LOCAL_ALIGNED_16(INTFLOAT, dst0, [BUF_SIZE]); BUF_SIZE 51 tests/checkasm/aacpsdsp.c LOCAL_ALIGNED_16(INTFLOAT, dst1, [BUF_SIZE]); BUF_SIZE 52 tests/checkasm/aacpsdsp.c LOCAL_ALIGNED_16(INTFLOAT, src, [BUF_SIZE], [2]); BUF_SIZE 57 tests/checkasm/aacpsdsp.c randomize((INTFLOAT *)src, BUF_SIZE * 2); BUF_SIZE 58 tests/checkasm/aacpsdsp.c randomize(dst0, BUF_SIZE); BUF_SIZE 59 tests/checkasm/aacpsdsp.c memcpy(dst1, dst0, BUF_SIZE * sizeof(INTFLOAT)); BUF_SIZE 60 tests/checkasm/aacpsdsp.c call_ref(dst0, src, BUF_SIZE); BUF_SIZE 61 tests/checkasm/aacpsdsp.c call_new(dst1, src, BUF_SIZE); BUF_SIZE 62 tests/checkasm/aacpsdsp.c if (!float_near_abs_eps_array(dst0, dst1, EPS, BUF_SIZE)) BUF_SIZE 64 tests/checkasm/aacpsdsp.c bench_new(dst1, src, BUF_SIZE); BUF_SIZE 69 tests/checkasm/aacpsdsp.c LOCAL_ALIGNED_16(INTFLOAT, dst0, [BUF_SIZE], [2]); BUF_SIZE 70 tests/checkasm/aacpsdsp.c LOCAL_ALIGNED_16(INTFLOAT, dst1, [BUF_SIZE], [2]); BUF_SIZE 71 tests/checkasm/aacpsdsp.c LOCAL_ALIGNED_16(INTFLOAT, src0, [BUF_SIZE], [2]); BUF_SIZE 72 tests/checkasm/aacpsdsp.c LOCAL_ALIGNED_16(INTFLOAT, src1, [BUF_SIZE]); BUF_SIZE 77 tests/checkasm/aacpsdsp.c randomize((INTFLOAT *)src0, BUF_SIZE * 2); BUF_SIZE 78 tests/checkasm/aacpsdsp.c randomize(src1, BUF_SIZE); BUF_SIZE 79 tests/checkasm/aacpsdsp.c call_ref(dst0, src0, src1, BUF_SIZE); BUF_SIZE 80 tests/checkasm/aacpsdsp.c call_new(dst1, src0, src1, BUF_SIZE); BUF_SIZE 81 tests/checkasm/aacpsdsp.c if (!float_near_abs_eps_array((float *)dst0, (float *)dst1, EPS, BUF_SIZE * 2)) BUF_SIZE 83 tests/checkasm/aacpsdsp.c bench_new(dst1, src0, src1, BUF_SIZE); BUF_SIZE 88 tests/checkasm/aacpsdsp.c LOCAL_ALIGNED_16(INTFLOAT, dst0, [BUF_SIZE], [2]); BUF_SIZE 89 tests/checkasm/aacpsdsp.c LOCAL_ALIGNED_16(INTFLOAT, dst1, [BUF_SIZE], [2]); BUF_SIZE 100 tests/checkasm/aacpsdsp.c randomize((INTFLOAT *)dst0, BUF_SIZE * 2); BUF_SIZE 101 tests/checkasm/aacpsdsp.c memcpy(dst1, dst0, BUF_SIZE * 2 * sizeof(INTFLOAT)); BUF_SIZE 106 tests/checkasm/aacpsdsp.c if (!float_near_abs_eps_array((float *)dst0, (float *)dst1, EPS, BUF_SIZE * 2)) BUF_SIZE 188 tests/checkasm/aacpsdsp.c LOCAL_ALIGNED_16(INTFLOAT, l, [BUF_SIZE], [2]); BUF_SIZE 189 tests/checkasm/aacpsdsp.c LOCAL_ALIGNED_16(INTFLOAT, r, [BUF_SIZE], [2]); BUF_SIZE 190 tests/checkasm/aacpsdsp.c LOCAL_ALIGNED_16(INTFLOAT, l0, [BUF_SIZE], [2]); BUF_SIZE 191 tests/checkasm/aacpsdsp.c LOCAL_ALIGNED_16(INTFLOAT, r0, [BUF_SIZE], [2]); BUF_SIZE 192 tests/checkasm/aacpsdsp.c LOCAL_ALIGNED_16(INTFLOAT, l1, [BUF_SIZE], [2]); BUF_SIZE 193 tests/checkasm/aacpsdsp.c LOCAL_ALIGNED_16(INTFLOAT, r1, [BUF_SIZE], [2]); BUF_SIZE 200 tests/checkasm/aacpsdsp.c randomize((INTFLOAT *)l, BUF_SIZE * 2); BUF_SIZE 201 tests/checkasm/aacpsdsp.c randomize((INTFLOAT *)r, BUF_SIZE * 2); BUF_SIZE 205 tests/checkasm/aacpsdsp.c memcpy(l0, l, BUF_SIZE * 2 * sizeof(INTFLOAT)); BUF_SIZE 206 tests/checkasm/aacpsdsp.c memcpy(l1, l, BUF_SIZE * 2 * sizeof(INTFLOAT)); BUF_SIZE 207 tests/checkasm/aacpsdsp.c memcpy(r0, r, BUF_SIZE * 2 * sizeof(INTFLOAT)); BUF_SIZE 208 tests/checkasm/aacpsdsp.c memcpy(r1, r, BUF_SIZE * 2 * sizeof(INTFLOAT)); BUF_SIZE 220 tests/checkasm/aacpsdsp.c call_ref(l0, r0, h, h_step, BUF_SIZE); BUF_SIZE 221 tests/checkasm/aacpsdsp.c call_new(l1, r1, h, h_step, BUF_SIZE); BUF_SIZE 222 tests/checkasm/aacpsdsp.c if (!float_near_abs_eps_array((float *)l0, (float *)l1, EPS, BUF_SIZE * 2) || BUF_SIZE 223 tests/checkasm/aacpsdsp.c !float_near_abs_eps_array((float *)r0, (float *)r1, EPS, BUF_SIZE * 2)) BUF_SIZE 226 tests/checkasm/aacpsdsp.c memcpy(l1, l, BUF_SIZE * 2 * sizeof(INTFLOAT)); BUF_SIZE 227 tests/checkasm/aacpsdsp.c memcpy(r1, r, BUF_SIZE * 2 * sizeof(INTFLOAT)); BUF_SIZE 228 tests/checkasm/aacpsdsp.c bench_new(l1, r1, h, h_step, BUF_SIZE); BUF_SIZE 34 tests/checkasm/alacdsp.c for (i = 0; i < BUF_SIZE*MAX_CHANNELS; i++) { \ BUF_SIZE 43 tests/checkasm/alacdsp.c LOCAL_ALIGNED_16(int32_t, ref_buf, [BUF_SIZE*MAX_CHANNELS]); BUF_SIZE 44 tests/checkasm/alacdsp.c LOCAL_ALIGNED_16(int32_t, new_buf, [BUF_SIZE*MAX_CHANNELS]); BUF_SIZE 45 tests/checkasm/alacdsp.c int32_t *ref[2] = { &ref_buf[BUF_SIZE*0], &ref_buf[BUF_SIZE*1] }; BUF_SIZE 46 tests/checkasm/alacdsp.c int32_t *new[2] = { &new_buf[BUF_SIZE*0], &new_buf[BUF_SIZE*1] }; BUF_SIZE 62 tests/checkasm/alacdsp.c bench_new(new, BUF_SIZE, shift, weight); BUF_SIZE 72 tests/checkasm/alacdsp.c for (i = 0; i < BUF_SIZE; i++) { \ BUF_SIZE 86 tests/checkasm/alacdsp.c LOCAL_ALIGNED_16(int32_t, ref_buf, [BUF_SIZE*MAX_CHANNELS*2]); BUF_SIZE 87 tests/checkasm/alacdsp.c LOCAL_ALIGNED_16(int32_t, new_buf, [BUF_SIZE*MAX_CHANNELS*2]); BUF_SIZE 88 tests/checkasm/alacdsp.c int32_t *ref[2] = { &ref_buf[BUF_SIZE*0], &ref_buf[BUF_SIZE*1] }; BUF_SIZE 89 tests/checkasm/alacdsp.c int32_t *new[2] = { &new_buf[BUF_SIZE*0], &new_buf[BUF_SIZE*1] }; BUF_SIZE 90 tests/checkasm/alacdsp.c int32_t *ref_ebb[2] = { &ref_buf[BUF_SIZE*2], &ref_buf[BUF_SIZE*3] }; BUF_SIZE 91 tests/checkasm/alacdsp.c int32_t *new_ebb[2] = { &new_buf[BUF_SIZE*2], &new_buf[BUF_SIZE*3] }; BUF_SIZE 108 tests/checkasm/alacdsp.c bench_new(new, new_ebb, 8, ch, BUF_SIZE); BUF_SIZE 33 tests/checkasm/bswapdsp.c for (i = 0; i < BUF_SIZE; i += 4) { \ BUF_SIZE 48 tests/checkasm/bswapdsp.c for (w = 0; w < BUF_SIZE / sizeof(type); w++) { \ BUF_SIZE 49 tests/checkasm/bswapdsp.c int offset = (BUF_SIZE / sizeof(type) - w) & 15; /* Test various alignments */ \ BUF_SIZE 53 tests/checkasm/bswapdsp.c if (memcmp(src0, src1, BUF_SIZE) || memcmp(dst0, dst1, BUF_SIZE)) \ BUF_SIZE 61 tests/checkasm/bswapdsp.c LOCAL_ALIGNED_16(uint8_t, src0, [BUF_SIZE]); BUF_SIZE 62 tests/checkasm/bswapdsp.c LOCAL_ALIGNED_16(uint8_t, src1, [BUF_SIZE]); BUF_SIZE 63 tests/checkasm/bswapdsp.c LOCAL_ALIGNED_16(uint8_t, dst0, [BUF_SIZE]); BUF_SIZE 64 tests/checkasm/bswapdsp.c LOCAL_ALIGNED_16(uint8_t, dst1, [BUF_SIZE]); BUF_SIZE 29 tests/checkasm/exrdsp.c #define PADDED_BUF_SIZE BUF_SIZE+AV_INPUT_BUFFER_PADDING_SIZE*2 BUF_SIZE 34 tests/checkasm/exrdsp.c for (i = 0; i < BUF_SIZE; i += 4) { \ BUF_SIZE 51 tests/checkasm/exrdsp.c call_ref(dst_ref, src, BUF_SIZE); BUF_SIZE 52 tests/checkasm/exrdsp.c call_new(dst_new, src, BUF_SIZE); BUF_SIZE 53 tests/checkasm/exrdsp.c if (memcmp(dst_ref, dst_new, BUF_SIZE)) BUF_SIZE 55 tests/checkasm/exrdsp.c bench_new(dst_new, src, BUF_SIZE); BUF_SIZE 69 tests/checkasm/exrdsp.c call_ref(dst_ref, BUF_SIZE); BUF_SIZE 70 tests/checkasm/exrdsp.c call_new(dst_new, BUF_SIZE); BUF_SIZE 71 tests/checkasm/exrdsp.c if (memcmp(dst_ref, dst_new, BUF_SIZE)) BUF_SIZE 73 tests/checkasm/exrdsp.c bench_new(dst_new, BUF_SIZE); BUF_SIZE 32 tests/checkasm/fixed_dsp.c for (i = 0; i < BUF_SIZE; i++) { \ BUF_SIZE 41 tests/checkasm/fixed_dsp.c LOCAL_ALIGNED_32(int, ref, [BUF_SIZE]); BUF_SIZE 42 tests/checkasm/fixed_dsp.c LOCAL_ALIGNED_32(int, new, [BUF_SIZE]); BUF_SIZE 46 tests/checkasm/fixed_dsp.c call_ref(ref, src0, src1, BUF_SIZE); BUF_SIZE 47 tests/checkasm/fixed_dsp.c call_new(new, src0, src1, BUF_SIZE); BUF_SIZE 48 tests/checkasm/fixed_dsp.c if (memcmp(ref, new, BUF_SIZE * sizeof(int))) BUF_SIZE 50 tests/checkasm/fixed_dsp.c bench_new(new, src0, src1, BUF_SIZE); BUF_SIZE 55 tests/checkasm/fixed_dsp.c LOCAL_ALIGNED_32(int, ref, [BUF_SIZE]); BUF_SIZE 56 tests/checkasm/fixed_dsp.c LOCAL_ALIGNED_32(int, new, [BUF_SIZE]); BUF_SIZE 60 tests/checkasm/fixed_dsp.c call_ref(ref, src0, src1, src2, BUF_SIZE); BUF_SIZE 61 tests/checkasm/fixed_dsp.c call_new(new, src0, src1, src2, BUF_SIZE); BUF_SIZE 62 tests/checkasm/fixed_dsp.c if (memcmp(ref, new, BUF_SIZE * sizeof(int))) BUF_SIZE 64 tests/checkasm/fixed_dsp.c bench_new(new, src0, src1, src2, BUF_SIZE); BUF_SIZE 69 tests/checkasm/fixed_dsp.c LOCAL_ALIGNED_32(int32_t, ref, [BUF_SIZE]); BUF_SIZE 70 tests/checkasm/fixed_dsp.c LOCAL_ALIGNED_32(int32_t, new, [BUF_SIZE]); BUF_SIZE 74 tests/checkasm/fixed_dsp.c call_ref(ref, src0, src1, win, BUF_SIZE / 2); BUF_SIZE 75 tests/checkasm/fixed_dsp.c call_new(new, src0, src1, win, BUF_SIZE / 2); BUF_SIZE 76 tests/checkasm/fixed_dsp.c if (memcmp(ref, new, BUF_SIZE * sizeof(int32_t))) BUF_SIZE 78 tests/checkasm/fixed_dsp.c bench_new(new, src0, src1, win, BUF_SIZE / 2); BUF_SIZE 83 tests/checkasm/fixed_dsp.c LOCAL_ALIGNED_16(int16_t, ref, [BUF_SIZE]); BUF_SIZE 84 tests/checkasm/fixed_dsp.c LOCAL_ALIGNED_16(int16_t, new, [BUF_SIZE]); BUF_SIZE 88 tests/checkasm/fixed_dsp.c call_ref(ref, src0, src1, win, BUF_SIZE / 2, 2); BUF_SIZE 89 tests/checkasm/fixed_dsp.c call_new(new, src0, src1, win, BUF_SIZE / 2, 2); BUF_SIZE 90 tests/checkasm/fixed_dsp.c if (memcmp(ref, new, BUF_SIZE * sizeof(int16_t))) BUF_SIZE 92 tests/checkasm/fixed_dsp.c bench_new(new, src0, src1, win, BUF_SIZE / 2, 2); BUF_SIZE 97 tests/checkasm/fixed_dsp.c LOCAL_ALIGNED_16(int, ref0, [BUF_SIZE]); BUF_SIZE 98 tests/checkasm/fixed_dsp.c LOCAL_ALIGNED_16(int, ref1, [BUF_SIZE]); BUF_SIZE 99 tests/checkasm/fixed_dsp.c LOCAL_ALIGNED_16(int, new0, [BUF_SIZE]); BUF_SIZE 100 tests/checkasm/fixed_dsp.c LOCAL_ALIGNED_16(int, new1, [BUF_SIZE]); BUF_SIZE 104 tests/checkasm/fixed_dsp.c memcpy(ref0, src0, BUF_SIZE * sizeof(*src0)); BUF_SIZE 105 tests/checkasm/fixed_dsp.c memcpy(ref1, src1, BUF_SIZE * sizeof(*src1)); BUF_SIZE 106 tests/checkasm/fixed_dsp.c memcpy(new0, src0, BUF_SIZE * sizeof(*src0)); BUF_SIZE 107 tests/checkasm/fixed_dsp.c memcpy(new1, src1, BUF_SIZE * sizeof(*src1)); BUF_SIZE 109 tests/checkasm/fixed_dsp.c call_ref(ref0, ref1, BUF_SIZE); BUF_SIZE 110 tests/checkasm/fixed_dsp.c call_new(new0, new1, BUF_SIZE); BUF_SIZE 111 tests/checkasm/fixed_dsp.c if (memcmp(ref0, new0, BUF_SIZE * sizeof(*ref0)) || BUF_SIZE 112 tests/checkasm/fixed_dsp.c memcmp(ref1, new1, BUF_SIZE * sizeof(*ref1))) BUF_SIZE 114 tests/checkasm/fixed_dsp.c memcpy(new0, src0, BUF_SIZE * sizeof(*src0)); BUF_SIZE 115 tests/checkasm/fixed_dsp.c memcpy(new1, src1, BUF_SIZE * sizeof(*src1)); BUF_SIZE 116 tests/checkasm/fixed_dsp.c bench_new(new0, new1, BUF_SIZE); BUF_SIZE 125 tests/checkasm/fixed_dsp.c ref = call_ref(src0, src1, BUF_SIZE); BUF_SIZE 126 tests/checkasm/fixed_dsp.c new = call_new(src0, src1, BUF_SIZE); BUF_SIZE 129 tests/checkasm/fixed_dsp.c bench_new(src0, src1, BUF_SIZE); BUF_SIZE 134 tests/checkasm/fixed_dsp.c LOCAL_ALIGNED_32(int32_t, src0, [BUF_SIZE]); BUF_SIZE 135 tests/checkasm/fixed_dsp.c LOCAL_ALIGNED_32(int32_t, src1, [BUF_SIZE]); BUF_SIZE 136 tests/checkasm/fixed_dsp.c LOCAL_ALIGNED_32(int32_t, src2, [BUF_SIZE]); BUF_SIZE 34 tests/checkasm/flacdsp.c for (i = 0; i < BUF_SIZE; i += 4) { \ BUF_SIZE 48 tests/checkasm/flacdsp.c call_ref(ref_dst, (int32_t **)ref_src, channels, BUF_SIZE / sizeof(int32_t), 8); BUF_SIZE 49 tests/checkasm/flacdsp.c call_new(new_dst, (int32_t **)new_src, channels, BUF_SIZE / sizeof(int32_t), 8); BUF_SIZE 50 tests/checkasm/flacdsp.c if (memcmp(*ref_dst, *new_dst, bits == 16 ? BUF_SIZE * (channels/2) : BUF_SIZE * channels) || BUF_SIZE 51 tests/checkasm/flacdsp.c memcmp(*ref_src, *new_src, BUF_SIZE * channels)) BUF_SIZE 53 tests/checkasm/flacdsp.c bench_new(new_dst, (int32_t **)new_src, channels, BUF_SIZE / sizeof(int32_t), 8); BUF_SIZE 58 tests/checkasm/flacdsp.c LOCAL_ALIGNED_16(uint8_t, ref_dst, [BUF_SIZE*MAX_CHANNELS]); BUF_SIZE 59 tests/checkasm/flacdsp.c LOCAL_ALIGNED_16(uint8_t, ref_buf, [BUF_SIZE*MAX_CHANNELS]); BUF_SIZE 60 tests/checkasm/flacdsp.c LOCAL_ALIGNED_16(uint8_t, new_dst, [BUF_SIZE*MAX_CHANNELS]); BUF_SIZE 61 tests/checkasm/flacdsp.c LOCAL_ALIGNED_16(uint8_t, new_buf, [BUF_SIZE*MAX_CHANNELS]); BUF_SIZE 62 tests/checkasm/flacdsp.c uint8_t *ref_src[] = { &ref_buf[BUF_SIZE*0], &ref_buf[BUF_SIZE*1], &ref_buf[BUF_SIZE*2], &ref_buf[BUF_SIZE*3], BUF_SIZE 63 tests/checkasm/flacdsp.c &ref_buf[BUF_SIZE*4], &ref_buf[BUF_SIZE*5], &ref_buf[BUF_SIZE*6], &ref_buf[BUF_SIZE*7] }; BUF_SIZE 64 tests/checkasm/flacdsp.c uint8_t *new_src[] = { &new_buf[BUF_SIZE*0], &new_buf[BUF_SIZE*1], &new_buf[BUF_SIZE*2], &new_buf[BUF_SIZE*3], BUF_SIZE 65 tests/checkasm/flacdsp.c &new_buf[BUF_SIZE*4], &new_buf[BUF_SIZE*5], &new_buf[BUF_SIZE*6], &new_buf[BUF_SIZE*7] }; BUF_SIZE 39 tests/checkasm/fmtconvert.c for ( ; k < BUF_SIZE; k++) { \ BUF_SIZE 47 tests/checkasm/fmtconvert.c LOCAL_ALIGNED(32, float, dst0, [BUF_SIZE]); BUF_SIZE 48 tests/checkasm/fmtconvert.c LOCAL_ALIGNED(32, float, dst1, [BUF_SIZE]); BUF_SIZE 49 tests/checkasm/fmtconvert.c LOCAL_ALIGNED(32, int32_t, in, [BUF_SIZE]); BUF_SIZE 59 tests/checkasm/fmtconvert.c memset(dst0, 0, sizeof(*dst0) * BUF_SIZE); BUF_SIZE 60 tests/checkasm/fmtconvert.c memset(dst1, 0, sizeof(*dst1) * BUF_SIZE); BUF_SIZE 131 tests/checkasm/h264pred.c for (i = 0; i < BUF_SIZE; i += 4) { \ BUF_SIZE 154 tests/checkasm/h264pred.c if (memcmp(buf0, buf1, BUF_SIZE)) BUF_SIZE 174 tests/checkasm/h264pred.c if (memcmp(buf0, buf1, BUF_SIZE)) BUF_SIZE 193 tests/checkasm/h264pred.c if (memcmp(buf0, buf1, BUF_SIZE)) BUF_SIZE 221 tests/checkasm/h264pred.c if (memcmp(buf0, buf1, BUF_SIZE)) BUF_SIZE 244 tests/checkasm/h264pred.c LOCAL_ALIGNED_16(uint8_t, buf0, [BUF_SIZE]); BUF_SIZE 245 tests/checkasm/h264pred.c LOCAL_ALIGNED_16(uint8_t, buf1, [BUF_SIZE]); BUF_SIZE 37 tests/checkasm/h264qpel.c for (k = 0; k < BUF_SIZE; k += 4) { \ BUF_SIZE 52 tests/checkasm/h264qpel.c LOCAL_ALIGNED_16(uint8_t, buf0, [BUF_SIZE]); BUF_SIZE 53 tests/checkasm/h264qpel.c LOCAL_ALIGNED_16(uint8_t, buf1, [BUF_SIZE]); BUF_SIZE 54 tests/checkasm/h264qpel.c LOCAL_ALIGNED_16(uint8_t, dst0, [BUF_SIZE]); BUF_SIZE 55 tests/checkasm/h264qpel.c LOCAL_ALIGNED_16(uint8_t, dst1, [BUF_SIZE]); BUF_SIZE 73 tests/checkasm/h264qpel.c if (memcmp(buf0, buf1, BUF_SIZE) || memcmp(dst0, dst1, BUF_SIZE)) BUF_SIZE 71 tests/checkasm/hevc_sao.c LOCAL_ALIGNED_32(uint8_t, dst0, [BUF_SIZE]); BUF_SIZE 72 tests/checkasm/hevc_sao.c LOCAL_ALIGNED_32(uint8_t, dst1, [BUF_SIZE]); BUF_SIZE 73 tests/checkasm/hevc_sao.c LOCAL_ALIGNED_32(uint8_t, src0, [BUF_SIZE]); BUF_SIZE 74 tests/checkasm/hevc_sao.c LOCAL_ALIGNED_32(uint8_t, src1, [BUF_SIZE]); BUF_SIZE 84 tests/checkasm/hevc_sao.c randomize_buffers(src0, src1, BUF_SIZE); BUF_SIZE 86 tests/checkasm/hevc_sao.c memset(dst0, 0, BUF_SIZE); BUF_SIZE 87 tests/checkasm/hevc_sao.c memset(dst1, 0, BUF_SIZE); BUF_SIZE 92 tests/checkasm/hevc_sao.c if (memcmp(dst0, dst1, BUF_SIZE)) BUF_SIZE 102 tests/checkasm/hevc_sao.c LOCAL_ALIGNED_32(uint8_t, dst0, [BUF_SIZE]); BUF_SIZE 103 tests/checkasm/hevc_sao.c LOCAL_ALIGNED_32(uint8_t, dst1, [BUF_SIZE]); BUF_SIZE 104 tests/checkasm/hevc_sao.c LOCAL_ALIGNED_32(uint8_t, src0, [BUF_SIZE]); BUF_SIZE 105 tests/checkasm/hevc_sao.c LOCAL_ALIGNED_32(uint8_t, src1, [BUF_SIZE]); BUF_SIZE 116 tests/checkasm/hevc_sao.c randomize_buffers(src0, src1, BUF_SIZE); BUF_SIZE 118 tests/checkasm/hevc_sao.c memset(dst0, 0, BUF_SIZE); BUF_SIZE 119 tests/checkasm/hevc_sao.c memset(dst1, 0, BUF_SIZE); BUF_SIZE 124 tests/checkasm/hevc_sao.c if (memcmp(dst0, dst1, BUF_SIZE)) BUF_SIZE 32 tests/checkasm/jpeg2000dsp.c for (i = 0; i < BUF_SIZE*3; i++) \ BUF_SIZE 39 tests/checkasm/jpeg2000dsp.c for (i = 0; i < BUF_SIZE*3; i++) \ BUF_SIZE 45 tests/checkasm/jpeg2000dsp.c LOCAL_ALIGNED_32(int32_t, src, [BUF_SIZE*3]); BUF_SIZE 46 tests/checkasm/jpeg2000dsp.c LOCAL_ALIGNED_32(int32_t, ref, [BUF_SIZE*3]); BUF_SIZE 47 tests/checkasm/jpeg2000dsp.c LOCAL_ALIGNED_32(int32_t, new, [BUF_SIZE*3]); BUF_SIZE 48 tests/checkasm/jpeg2000dsp.c int32_t *ref0 = &ref[BUF_SIZE*0], *new0 = &new[BUF_SIZE*0]; BUF_SIZE 49 tests/checkasm/jpeg2000dsp.c int32_t *ref1 = &ref[BUF_SIZE*1], *new1 = &new[BUF_SIZE*1]; BUF_SIZE 50 tests/checkasm/jpeg2000dsp.c int32_t *ref2 = &ref[BUF_SIZE*2], *new2 = &new[BUF_SIZE*2]; BUF_SIZE 55 tests/checkasm/jpeg2000dsp.c memcpy(ref, src, BUF_SIZE * 3 * sizeof(*src)); BUF_SIZE 56 tests/checkasm/jpeg2000dsp.c memcpy(new, src, BUF_SIZE * 3 * sizeof(*src)); BUF_SIZE 57 tests/checkasm/jpeg2000dsp.c call_ref(ref0, ref1, ref2, BUF_SIZE); BUF_SIZE 58 tests/checkasm/jpeg2000dsp.c call_new(new0, new1, new2, BUF_SIZE); BUF_SIZE 59 tests/checkasm/jpeg2000dsp.c if (memcmp(ref0, new0, BUF_SIZE * sizeof(*src)) || BUF_SIZE 60 tests/checkasm/jpeg2000dsp.c memcmp(ref1, new1, BUF_SIZE * sizeof(*src)) || BUF_SIZE 61 tests/checkasm/jpeg2000dsp.c memcmp(ref2, new2, BUF_SIZE * sizeof(*src))) BUF_SIZE 63 tests/checkasm/jpeg2000dsp.c memcpy(new, src, BUF_SIZE * 3 * sizeof(*src)); BUF_SIZE 64 tests/checkasm/jpeg2000dsp.c bench_new(new0, new1, new2, BUF_SIZE); BUF_SIZE 69 tests/checkasm/jpeg2000dsp.c LOCAL_ALIGNED_32(float, src, [BUF_SIZE*3]); BUF_SIZE 70 tests/checkasm/jpeg2000dsp.c LOCAL_ALIGNED_32(float, ref, [BUF_SIZE*3]); BUF_SIZE 71 tests/checkasm/jpeg2000dsp.c LOCAL_ALIGNED_32(float, new, [BUF_SIZE*3]); BUF_SIZE 72 tests/checkasm/jpeg2000dsp.c float *ref0 = &ref[BUF_SIZE*0], *new0 = &new[BUF_SIZE*0]; BUF_SIZE 73 tests/checkasm/jpeg2000dsp.c float *ref1 = &ref[BUF_SIZE*1], *new1 = &new[BUF_SIZE*1]; BUF_SIZE 74 tests/checkasm/jpeg2000dsp.c float *ref2 = &ref[BUF_SIZE*2], *new2 = &new[BUF_SIZE*2]; BUF_SIZE 79 tests/checkasm/jpeg2000dsp.c memcpy(ref, src, BUF_SIZE * 3 * sizeof(*src)); BUF_SIZE 80 tests/checkasm/jpeg2000dsp.c memcpy(new, src, BUF_SIZE * 3 * sizeof(*src)); BUF_SIZE 81 tests/checkasm/jpeg2000dsp.c call_ref(ref0, ref1, ref2, BUF_SIZE); BUF_SIZE 82 tests/checkasm/jpeg2000dsp.c call_new(new0, new1, new2, BUF_SIZE); BUF_SIZE 83 tests/checkasm/jpeg2000dsp.c if (!float_near_abs_eps_array(ref0, new0, 1.0e-5, BUF_SIZE) || BUF_SIZE 84 tests/checkasm/jpeg2000dsp.c !float_near_abs_eps_array(ref1, new1, 1.0e-5, BUF_SIZE) || BUF_SIZE 85 tests/checkasm/jpeg2000dsp.c !float_near_abs_eps_array(ref2, new2, 1.0e-5, BUF_SIZE)) BUF_SIZE 87 tests/checkasm/jpeg2000dsp.c memcpy(new, src, BUF_SIZE * 3 * sizeof(*src)); BUF_SIZE 88 tests/checkasm/jpeg2000dsp.c bench_new(new0, new1, new2, BUF_SIZE); BUF_SIZE 34 tests/checkasm/pixblockdsp.c for (i = 0; i < BUF_SIZE; i += 4) { \ BUF_SIZE 58 tests/checkasm/pixblockdsp.c if (memcmp(src10, src11, BUF_SIZE)|| memcmp(dst0, dst1, BUF_SIZE)) \ BUF_SIZE 75 tests/checkasm/pixblockdsp.c if (memcmp(src10, src11, BUF_SIZE) || memcmp(src20, src21, BUF_SIZE) || memcmp(dst0, dst1, BUF_SIZE)) \ BUF_SIZE 83 tests/checkasm/pixblockdsp.c LOCAL_ALIGNED_16(uint8_t, src10, [BUF_SIZE]); BUF_SIZE 84 tests/checkasm/pixblockdsp.c LOCAL_ALIGNED_16(uint8_t, src11, [BUF_SIZE]); BUF_SIZE 85 tests/checkasm/pixblockdsp.c LOCAL_ALIGNED_16(uint8_t, src20, [BUF_SIZE]); BUF_SIZE 86 tests/checkasm/pixblockdsp.c LOCAL_ALIGNED_16(uint8_t, src21, [BUF_SIZE]); BUF_SIZE 87 tests/checkasm/pixblockdsp.c LOCAL_ALIGNED_16(uint8_t, dst0_, [BUF_SIZE]); BUF_SIZE 88 tests/checkasm/pixblockdsp.c LOCAL_ALIGNED_16(uint8_t, dst1_, [BUF_SIZE]); BUF_SIZE 38 tests/checkasm/synth_filter.c for (i = 0; i < BUF_SIZE; i++) { \ BUF_SIZE 53 tests/checkasm/synth_filter.c LOCAL_ALIGNED(32, float, out0, [BUF_SIZE]); BUF_SIZE 54 tests/checkasm/synth_filter.c LOCAL_ALIGNED(32, float, out1, [BUF_SIZE]); BUF_SIZE 55 tests/checkasm/synth_filter.c LOCAL_ALIGNED(32, float, out_b, [BUF_SIZE]); BUF_SIZE 56 tests/checkasm/synth_filter.c LOCAL_ALIGNED(32, float, in, [BUF_SIZE]); BUF_SIZE 57 tests/checkasm/synth_filter.c LOCAL_ALIGNED(32, float, buf2_0, [BUF_SIZE]); BUF_SIZE 58 tests/checkasm/synth_filter.c LOCAL_ALIGNED(32, float, buf2_1, [BUF_SIZE]); BUF_SIZE 59 tests/checkasm/synth_filter.c LOCAL_ALIGNED(32, float, buf2_b, [BUF_SIZE]); BUF_SIZE 69 tests/checkasm/synth_filter.c memset(buf2_0, 0, sizeof(*buf2_0) * BUF_SIZE); BUF_SIZE 70 tests/checkasm/synth_filter.c memset(buf2_1, 0, sizeof(*buf2_1) * BUF_SIZE); BUF_SIZE 71 tests/checkasm/synth_filter.c memset(buf2_b, 0, sizeof(*buf2_b) * BUF_SIZE); BUF_SIZE 81 tests/checkasm/synth_filter.c memset(out0, 0, sizeof(*out0) * BUF_SIZE); BUF_SIZE 82 tests/checkasm/synth_filter.c memset(out1, 0, sizeof(*out1) * BUF_SIZE); BUF_SIZE 83 tests/checkasm/synth_filter.c memset(out_b, 0, sizeof(*out_b) * BUF_SIZE); BUF_SIZE 98 tests/checkasm/synth_filter.c for (j = 0; j < BUF_SIZE; j++) { BUF_SIZE 33 tests/checkasm/v210enc.c for (i = 0; i < BUF_SIZE; i += 4 / size) { \ BUF_SIZE 38 tests/checkasm/v210enc.c for (i = 0; i < BUF_SIZE / 2; i += 4 / size) { \ BUF_SIZE 55 tests/checkasm/v210enc.c LOCAL_ALIGNED_16(type, y0, [BUF_SIZE]); \ BUF_SIZE 56 tests/checkasm/v210enc.c LOCAL_ALIGNED_16(type, y1, [BUF_SIZE]); \ BUF_SIZE 57 tests/checkasm/v210enc.c LOCAL_ALIGNED_16(type, u0, [BUF_SIZE / 2]); \ BUF_SIZE 58 tests/checkasm/v210enc.c LOCAL_ALIGNED_16(type, u1, [BUF_SIZE / 2]); \ BUF_SIZE 59 tests/checkasm/v210enc.c LOCAL_ALIGNED_16(type, v0, [BUF_SIZE / 2]); \ BUF_SIZE 60 tests/checkasm/v210enc.c LOCAL_ALIGNED_16(type, v1, [BUF_SIZE / 2]); \ BUF_SIZE 61 tests/checkasm/v210enc.c LOCAL_ALIGNED_16(uint8_t, dst0, [BUF_SIZE * 8 / 3]); \ BUF_SIZE 62 tests/checkasm/v210enc.c LOCAL_ALIGNED_16(uint8_t, dst1, [BUF_SIZE * 8 / 3]); \ BUF_SIZE 68 tests/checkasm/v210enc.c for (width = step; width < BUF_SIZE - 15; width += step) { \ BUF_SIZE 74 tests/checkasm/v210enc.c if (memcmp(y0, y1, BUF_SIZE) || memcmp(u0, u1, BUF_SIZE / 2) || \ BUF_SIZE 75 tests/checkasm/v210enc.c memcmp(v0, v1, BUF_SIZE / 2) || memcmp(dst0, dst1, width * 8 / 3)) \ BUF_SIZE 50 tests/checkasm/vf_blend.c for (; i < BUF_SIZE; i += 4) { \ BUF_SIZE 81 tests/checkasm/vf_blend.c if (memcmp(top1, top2, BUF_SIZE) || memcmp(bot1, bot2, BUF_SIZE) || memcmp(dst1, dst2, BUF_SIZE)) \ BUF_SIZE 90 tests/checkasm/vf_blend.c uint8_t *top1 = av_malloc(BUF_SIZE); BUF_SIZE 91 tests/checkasm/vf_blend.c uint8_t *top2 = av_malloc(BUF_SIZE); BUF_SIZE 92 tests/checkasm/vf_blend.c uint8_t *bot1 = av_malloc(BUF_SIZE); BUF_SIZE 93 tests/checkasm/vf_blend.c uint8_t *bot2 = av_malloc(BUF_SIZE); BUF_SIZE 94 tests/checkasm/vf_blend.c uint8_t *dst1 = av_malloc(BUF_SIZE); BUF_SIZE 95 tests/checkasm/vf_blend.c uint8_t *dst2 = av_malloc(BUF_SIZE); BUF_SIZE 38 tests/checkasm/vf_gblur.c float *dst_ref = av_malloc(BUF_SIZE); BUF_SIZE 39 tests/checkasm/vf_gblur.c float *dst_new = av_malloc(BUF_SIZE); BUF_SIZE 50 tests/checkasm/vf_gblur.c memcpy(dst_new, dst_ref, BUF_SIZE);