P 55 libavcodec/cbs_jpeg.h uint8_t P; P 28 libavcodec/cbs_jpeg_syntax_template.c u(8, P, 2, 16); P 211 libavcodec/interplayvideo.c unsigned char P[2]; P 220 libavcodec/interplayvideo.c P[0] = bytestream2_get_byte(&s->stream_ptr); P 221 libavcodec/interplayvideo.c P[1] = bytestream2_get_byte(&s->stream_ptr); P 223 libavcodec/interplayvideo.c if (P[0] <= P[1]) { P 229 libavcodec/interplayvideo.c *s->pixel_ptr++ = P[flags & 1]; P 242 libavcodec/interplayvideo.c s->pixel_ptr[x + 1 + s->stride] = P[flags & 1]; P 255 libavcodec/interplayvideo.c unsigned char P[4]; P 265 libavcodec/interplayvideo.c P[0] = bytestream2_get_byte(&s->stream_ptr); P 266 libavcodec/interplayvideo.c P[1] = bytestream2_get_byte(&s->stream_ptr); P 268 libavcodec/interplayvideo.c if (P[0] <= P[1]) { P 273 libavcodec/interplayvideo.c P[0] = bytestream2_get_byte(&s->stream_ptr); P 274 libavcodec/interplayvideo.c P[1] = bytestream2_get_byte(&s->stream_ptr); P 280 libavcodec/interplayvideo.c *s->pixel_ptr++ = P[flags & 1]; P 288 libavcodec/interplayvideo.c P[2] = bytestream2_get_byte(&s->stream_ptr); P 289 libavcodec/interplayvideo.c P[3] = bytestream2_get_byte(&s->stream_ptr); P 291 libavcodec/interplayvideo.c if (P[2] <= P[3]) { P 297 libavcodec/interplayvideo.c *s->pixel_ptr++ = P[flags & 1]; P 302 libavcodec/interplayvideo.c P[0] = P[2]; P 303 libavcodec/interplayvideo.c P[1] = P[3]; P 314 libavcodec/interplayvideo.c P[0] = P[2]; P 315 libavcodec/interplayvideo.c P[1] = P[3]; P 320 libavcodec/interplayvideo.c *s->pixel_ptr++ = P[flags & 1]; P 333 libavcodec/interplayvideo.c unsigned char P[4]; P 341 libavcodec/interplayvideo.c bytestream2_get_buffer(&s->stream_ptr, P, 4); P 343 libavcodec/interplayvideo.c if (P[0] <= P[1]) { P 344 libavcodec/interplayvideo.c if (P[2] <= P[3]) { P 351 libavcodec/interplayvideo.c *s->pixel_ptr++ = P[flags & 0x03]; P 366 libavcodec/interplayvideo.c s->pixel_ptr[x + 1 + s->stride] = P[flags & 0x03]; P 377 libavcodec/interplayvideo.c if (P[2] <= P[3]) { P 381 libavcodec/interplayvideo.c s->pixel_ptr[x + 1] = P[flags & 0x03]; P 389 libavcodec/interplayvideo.c s->pixel_ptr[x + s->stride] = P[flags & 0x03]; P 403 libavcodec/interplayvideo.c unsigned char P[8]; P 411 libavcodec/interplayvideo.c bytestream2_get_buffer(&s->stream_ptr, P, 4); P 415 libavcodec/interplayvideo.c if (P[0] <= P[1]) { P 421 libavcodec/interplayvideo.c if (y) bytestream2_get_buffer(&s->stream_ptr, P, 4); P 426 libavcodec/interplayvideo.c *s->pixel_ptr++ = P[flags & 0x03]; P 438 libavcodec/interplayvideo.c bytestream2_get_buffer(&s->stream_ptr, P + 4, 4); P 439 libavcodec/interplayvideo.c vert = P[4] <= P[5]; P 446 libavcodec/interplayvideo.c *s->pixel_ptr++ = P[flags & 0x03]; P 456 libavcodec/interplayvideo.c memcpy(P, P + 4, 4); P 502 libavcodec/interplayvideo.c unsigned char P[2]; P 512 libavcodec/interplayvideo.c P[0] = bytestream2_get_byte(&s->stream_ptr); P 513 libavcodec/interplayvideo.c P[1] = bytestream2_get_byte(&s->stream_ptr); P 515 libavcodec/interplayvideo.c memset(s->pixel_ptr, P[0], 4); P 516 libavcodec/interplayvideo.c memset(s->pixel_ptr + 4, P[1], 4); P 577 libavcodec/interplayvideo.c uint16_t P[2]; P 582 libavcodec/interplayvideo.c P[0] = bytestream2_get_le16(&s->stream_ptr); P 583 libavcodec/interplayvideo.c P[1] = bytestream2_get_le16(&s->stream_ptr); P 585 libavcodec/interplayvideo.c if (!(P[0] & 0x8000)) { P 590 libavcodec/interplayvideo.c *pixel_ptr++ = P[flags & 1]; P 602 libavcodec/interplayvideo.c pixel_ptr[x + 1 + s->stride] = P[flags & 1]; P 614 libavcodec/interplayvideo.c uint16_t P[4]; P 620 libavcodec/interplayvideo.c P[0] = bytestream2_get_le16(&s->stream_ptr); P 621 libavcodec/interplayvideo.c P[1] = bytestream2_get_le16(&s->stream_ptr); P 623 libavcodec/interplayvideo.c if (!(P[0] & 0x8000)) { P 629 libavcodec/interplayvideo.c P[0] = bytestream2_get_le16(&s->stream_ptr); P 630 libavcodec/interplayvideo.c P[1] = bytestream2_get_le16(&s->stream_ptr); P 636 libavcodec/interplayvideo.c *pixel_ptr++ = P[flags & 1]; P 645 libavcodec/interplayvideo.c P[2] = bytestream2_get_le16(&s->stream_ptr); P 646 libavcodec/interplayvideo.c P[3] = bytestream2_get_le16(&s->stream_ptr); P 648 libavcodec/interplayvideo.c if (!(P[2] & 0x8000)) { P 654 libavcodec/interplayvideo.c *pixel_ptr++ = P[flags & 1]; P 659 libavcodec/interplayvideo.c P[0] = P[2]; P 660 libavcodec/interplayvideo.c P[1] = P[3]; P 671 libavcodec/interplayvideo.c P[0] = P[2]; P 672 libavcodec/interplayvideo.c P[1] = P[3]; P 677 libavcodec/interplayvideo.c *pixel_ptr++ = P[flags & 1]; P 690 libavcodec/interplayvideo.c uint16_t P[4]; P 695 libavcodec/interplayvideo.c P[x] = bytestream2_get_le16(&s->stream_ptr); P 697 libavcodec/interplayvideo.c if (!(P[0] & 0x8000)) { P 698 libavcodec/interplayvideo.c if (!(P[2] & 0x8000)) { P 705 libavcodec/interplayvideo.c *pixel_ptr++ = P[flags & 0x03]; P 720 libavcodec/interplayvideo.c pixel_ptr[x + 1 + s->stride] = P[flags & 0x03]; P 731 libavcodec/interplayvideo.c if (!(P[2] & 0x8000)) { P 735 libavcodec/interplayvideo.c pixel_ptr[x + 1] = P[flags & 0x03]; P 743 libavcodec/interplayvideo.c pixel_ptr[x + s->stride] = P[flags & 0x03]; P 757 libavcodec/interplayvideo.c uint16_t P[8]; P 762 libavcodec/interplayvideo.c P[x] = bytestream2_get_le16(&s->stream_ptr); P 766 libavcodec/interplayvideo.c if (!(P[0] & 0x8000)) { P 774 libavcodec/interplayvideo.c P[x] = bytestream2_get_le16(&s->stream_ptr); P 779 libavcodec/interplayvideo.c *pixel_ptr++ = P[flags & 0x03]; P 792 libavcodec/interplayvideo.c P[x] = bytestream2_get_le16(&s->stream_ptr); P 793 libavcodec/interplayvideo.c vert = !(P[4] & 0x8000); P 800 libavcodec/interplayvideo.c *pixel_ptr++ = P[flags & 0x03]; P 810 libavcodec/interplayvideo.c memcpy(P, P + 4, 8); P 859 libavcodec/interplayvideo.c uint16_t P[2]; P 865 libavcodec/interplayvideo.c P[0] = bytestream2_get_le16(&s->stream_ptr); P 866 libavcodec/interplayvideo.c P[1] = bytestream2_get_le16(&s->stream_ptr); P 869 libavcodec/interplayvideo.c pixel_ptr[x] = P[x >> 2]; P 41 libavcodec/motion_est.c #define P_LEFT P[1] P 42 libavcodec/motion_est.c #define P_TOP P[2] P 43 libavcodec/motion_est.c #define P_TOPRIGHT P[3] P 44 libavcodec/motion_est.c #define P_MEDIAN P[4] P 45 libavcodec/motion_est.c #define P_MV1 P[9] P 577 libavcodec/motion_est.c int P[10][2]; P 632 libavcodec/motion_est.c if(P[i][0] > (c->xmax<<shift)) P[i][0]= (c->xmax<<shift); P 633 libavcodec/motion_est.c if(P[i][1] > (c->ymax<<shift)) P[i][1]= (c->ymax<<shift); P 636 libavcodec/motion_est.c dmin4 = epzs_motion_search2(s, &mx4, &my4, P, block, block, s->p_mv_table, (1<<16)>>shift, 1); P 745 libavcodec/motion_est.c int P[10][2]; P 798 libavcodec/motion_est.c dmin = epzs_motion_search2(s, &mx_i, &my_i, P, block, field_select+ref_index, mv_table, (1<<16)>>1, 0); P 893 libavcodec/motion_est.c int P[10][2]; P 958 libavcodec/motion_est.c dmin = ff_epzs_motion_search(s, &mx, &my, P, 0, 0, s->p_mv_table, (1<<16)>>shift, 0, 16); P 1066 libavcodec/motion_est.c int P[10][2]; P 1106 libavcodec/motion_est.c dmin = ff_epzs_motion_search(s, &mx, &my, P, 0, 0, s->p_mv_table, (1<<16)>>shift, 0, 16); P 1119 libavcodec/motion_est.c int P[10][2]; P 1161 libavcodec/motion_est.c dmin = ff_epzs_motion_search(s, &mx, &my, P, 0, ref_index, s->p_mv_table, mv_scale, 0, 16); P 1391 libavcodec/motion_est.c int P[10][2]; P 1471 libavcodec/motion_est.c dmin = ff_epzs_motion_search(s, &mx, &my, P, 0, 0, mv_table, 1<<(16-shift), 0, 16); P 120 libavcodec/motion_est.h int P[10][2], int src_index, int ref_index, P 860 libavcodec/motion_est_template.c int P[10][2], int src_index, int ref_index, int16_t (*last_mv)[2], P 977 libavcodec/motion_est_template.c int P[10][2], int src_index, int ref_index, P 984 libavcodec/motion_est_template.c return epzs_motion_search_internal(s, mx_ptr, my_ptr, P, src_index, ref_index, last_mv, ref_mv_scale, 0, 0, 16); P 988 libavcodec/motion_est_template.c return epzs_motion_search_internal(s, mx_ptr, my_ptr, P, src_index, ref_index, last_mv, ref_mv_scale, c->flags, size, h); P 993 libavcodec/motion_est_template.c int *mx_ptr, int *my_ptr, int P[10][2], P 170 libavcodec/mpegaudioenc_template.c s->scale_factor_shift[i] = 21 - P - (i / 3); P 171 libavcodec/mpegaudioenc_template.c s->scale_factor_mult[i] = (1 << P) * exp2((i % 3) / 3.0); P 707 libavcodec/mpegaudioenc_template.c q1 = (q1 * mult) >> P; P 708 libavcodec/mpegaudioenc_template.c q1 += 1 << P; P 711 libavcodec/mpegaudioenc_template.c q[m] = (q1 * (unsigned)steps) >> (P + 1); P 222 libavcodec/snowenc.c #define P_LEFT P[1] P 223 libavcodec/snowenc.c #define P_TOP P[2] P 224 libavcodec/snowenc.c #define P_TOPRIGHT P[3] P 225 libavcodec/snowenc.c #define P_MEDIAN P[4] P 226 libavcodec/snowenc.c #define P_MV1 P[9] P 262 libavcodec/snowenc.c int P[10][2]; P 337 libavcodec/snowenc.c ref_score= ff_epzs_motion_search(&s->m, &ref_mx, &ref_my, P, 0, /*ref_index*/ 0, last_mv, P 246 libavcodec/vaapi_encode_mjpeg.c fh->P = 8; P 394 libavcodec/vaapi_encode_mjpeg.c .sample_bit_depth = fh->P, P 208 libavcodec/videotoolbox.c COUNT_SIZE_PS(P, p) P 325 libavcodec/videotoolbox.c APPEND_PS(P, p) P 210 libavfilter/af_anlmdn.c float P = 0.f, Q = 0.f; P 239 libavfilter/af_anlmdn.c P += w * f[i - S + j + (j >= S)]; P 243 libavfilter/af_anlmdn.c P += f[i]; P 248 libavfilter/af_anlmdn.c case OUT_MODE: dst[i - S] = P / Q; break; P 249 libavfilter/af_anlmdn.c case NOISE_MODE: dst[i - S] = f[i] - (P / Q); break; P 460 libavfilter/af_arnndn.c static void compute_band_corr(float *bandE, const AVComplexFloat *X, const AVComplexFloat *P) P 471 libavfilter/af_arnndn.c tmp = X[(eband5ms[i]<<FRAME_SIZE_SHIFT) + j].re * P[(eband5ms[i]<<FRAME_SIZE_SHIFT) + j].re; P 472 libavfilter/af_arnndn.c tmp += X[(eband5ms[i]<<FRAME_SIZE_SHIFT) + j].im * P[(eband5ms[i]<<FRAME_SIZE_SHIFT) + j].im; P 1004 libavfilter/af_arnndn.c static int compute_frame_features(AudioRNNContext *s, DenoiseState *st, AVComplexFloat *X, AVComplexFloat *P, P 1037 libavfilter/af_arnndn.c forward_transform(st, P, p); P 1038 libavfilter/af_arnndn.c compute_band_energy(Ep, P); P 1039 libavfilter/af_arnndn.c compute_band_corr(Exp, X, P); P 1127 libavfilter/af_arnndn.c static void pitch_filter(AVComplexFloat *X, const AVComplexFloat *P, const float *Ex, const float *Ep, P 1144 libavfilter/af_arnndn.c X[i].re += rf[i]*P[i].re; P 1145 libavfilter/af_arnndn.c X[i].im += rf[i]*P[i].im; P 1349 libavfilter/af_arnndn.c AVComplexFloat P[WINDOW_SIZE]; P 1362 libavfilter/af_arnndn.c silence = compute_frame_features(s, st, X, P, Ex, Ep, Exp, features, x); P 1366 libavfilter/af_arnndn.c pitch_filter(X, P, Ex, Ep, Exp, g); P 600 libavfilter/af_astats.c UPDATE_STATS(P, double, *src, , llrint(*src * (UINT64_C(1) << 63))); P 606 libavfilter/af_astats.c UPDATE_STATS(P, float, *src, , llrint(*src * (UINT64_C(1) << 31))); P 612 libavfilter/af_astats.c UPDATE_STATS(P, int64_t, *src, / (double)INT64_MAX, *src); P 618 libavfilter/af_astats.c UPDATE_STATS(P, int32_t, *src, / (double)INT32_MAX, *src); P 624 libavfilter/af_astats.c UPDATE_STATS(P, int16_t, *src, / (double)INT16_MAX, *src); P 185 libavfilter/vf_datascope.c const int P = FFMAX(s->nb_planes, s->nb_comps); P 189 libavfilter/vf_datascope.c const int H = (outlink->h - yoff) / (P * 12); P 204 libavfilter/vf_datascope.c xoff + x * C * 10, yoff + y * P * 12, C * 10, P * 12); P 206 libavfilter/vf_datascope.c for (p = 0; p < P; p++) { P 210 libavfilter/vf_datascope.c draw_text(&s->draw, out, &reverse, xoff + x * C * 10 + 2, yoff + y * P * 12 + p * 10 + 2, text, 0); P 228 libavfilter/vf_datascope.c const int P = FFMAX(s->nb_planes, s->nb_comps); P 232 libavfilter/vf_datascope.c const int H = (outlink->h - yoff) / (P * 12); P 245 libavfilter/vf_datascope.c for (p = 0; p < P; p++) { P 249 libavfilter/vf_datascope.c draw_text(&s->draw, out, &color, xoff + x * C * 10 + 2, yoff + y * P * 12 + p * 10 + 2, text, 0); P 267 libavfilter/vf_datascope.c const int P = FFMAX(s->nb_planes, s->nb_comps); P 271 libavfilter/vf_datascope.c const int H = (outlink->h - yoff) / (P * 12); P 283 libavfilter/vf_datascope.c for (p = 0; p < P; p++) { P 287 libavfilter/vf_datascope.c draw_text(&s->draw, out, &s->white, xoff + x * C * 10 + 2, yoff + y * P * 12 + p * 10 + 2, text, 0); P 316 libavfilter/vf_datascope.c const int P = FFMAX(s->nb_planes, s->nb_comps); P 318 libavfilter/vf_datascope.c int Y = outlink->h / (P * 12); P 330 libavfilter/vf_datascope.c Y = (outlink->h - xmaxlen) / (P * 12); P 337 libavfilter/vf_datascope.c 0, xmaxlen + y * P * 12 + (P + 1) * P - 2, ymaxlen, 10); P 339 libavfilter/vf_datascope.c draw_text(&s->draw, out, &s->yellow, 2, xmaxlen + y * P * 12 + (P + 1) * P, text, 0); P 371 libavfilter/vf_decimate.c PF(P), PF(P9), PF(P10), PF_NOALPHA(P12), PF_NOALPHA(P14), PF(P16), P 127 libavfilter/vf_hqx.c if ((P(0xbf,0x37) || P(0xdb,0x13)) && WDIFF(w1, w5)) P 129 libavfilter/vf_hqx.c if ((P(0xdb,0x49) || P(0xef,0x6d)) && WDIFF(w7, w3)) P 131 libavfilter/vf_hqx.c if ((P(0x0b,0x0b) || P(0xfe,0x4a) || P(0xfe,0x1a)) && WDIFF(w3, w1)) P 133 libavfilter/vf_hqx.c if ((P(0x6f,0x2a) || P(0x5b,0x0a) || P(0xbf,0x3a) || P(0xdf,0x5a) || P 134 libavfilter/vf_hqx.c P(0x9f,0x8a) || P(0xcf,0x8a) || P(0xef,0x4e) || P(0x3f,0x0e) || P 135 libavfilter/vf_hqx.c P(0xfb,0x5a) || P(0xbb,0x8a) || P(0x7f,0x5a) || P(0xaf,0x8a) || P 136 libavfilter/vf_hqx.c P(0xeb,0x8a)) && WDIFF(w3, w1)) P 138 libavfilter/vf_hqx.c if (P(0x0b,0x08)) P 140 libavfilter/vf_hqx.c if (P(0x0b,0x02)) P 142 libavfilter/vf_hqx.c if (P(0x2f,0x2f)) P 144 libavfilter/vf_hqx.c if (P(0xbf,0x37) || P(0xdb,0x13)) P 146 libavfilter/vf_hqx.c if (P(0xdb,0x49) || P(0xef,0x6d)) P 148 libavfilter/vf_hqx.c if (P(0x1b,0x03) || P(0x4f,0x43) || P(0x8b,0x83) || P(0x6b,0x43)) P 150 libavfilter/vf_hqx.c if (P(0x4b,0x09) || P(0x8b,0x89) || P(0x1f,0x19) || P(0x3b,0x19)) P 152 libavfilter/vf_hqx.c if (P(0x7e,0x2a) || P(0xef,0xab) || P(0xbf,0x8f) || P(0x7e,0x0e)) P 154 libavfilter/vf_hqx.c if (P(0xfb,0x6a) || P(0x6f,0x6e) || P(0x3f,0x3e) || P(0xfb,0xfa) || P 155 libavfilter/vf_hqx.c P(0xdf,0xde) || P(0xdf,0x1e)) P 157 libavfilter/vf_hqx.c if (P(0x0a,0x00) || P(0x4f,0x4b) || P(0x9f,0x1b) || P(0x2f,0x0b) || P 158 libavfilter/vf_hqx.c P(0xbe,0x0a) || P(0xee,0x0a) || P(0x7e,0x0a) || P(0xeb,0x4b) || P 159 libavfilter/vf_hqx.c P(0x3b,0x1b)) P 183 libavfilter/vf_hqx.c if ((P(0xdb,0x49) || P(0xef,0x6d)) && WDIFF(w7, w3)) P 185 libavfilter/vf_hqx.c else if ((P(0xbf,0x37) || P(0xdb,0x13)) && WDIFF(w1, w5)) P 187 libavfilter/vf_hqx.c else if ((P(0x0b,0x0b) || P(0xfe,0x4a) || P(0xfe,0x1a)) && WDIFF(w3, w1)) P 189 libavfilter/vf_hqx.c else if ((P(0x6f,0x2a) || P(0x5b,0x0a) || P(0xbf,0x3a) || P(0xdf,0x5a) || P 190 libavfilter/vf_hqx.c P(0x9f,0x8a) || P(0xcf,0x8a) || P(0xef,0x4e) || P(0x3f,0x0e) || P 191 libavfilter/vf_hqx.c P(0xfb,0x5a) || P(0xbb,0x8a) || P(0x7f,0x5a) || P(0xaf,0x8a) || P 192 libavfilter/vf_hqx.c P(0xeb,0x8a)) && WDIFF(w3, w1)) P 194 libavfilter/vf_hqx.c else if (P(0x4b,0x09) || P(0x8b,0x89) || P(0x1f,0x19) || P(0x3b,0x19)) P 196 libavfilter/vf_hqx.c else if (P(0x1b,0x03) || P(0x4f,0x43) || P(0x8b,0x83) || P(0x6b,0x43)) P 198 libavfilter/vf_hqx.c else if (P(0x7e,0x2a) || P(0xef,0xab) || P(0xbf,0x8f) || P(0x7e,0x0e)) P 200 libavfilter/vf_hqx.c else if (P(0x4f,0x4b) || P(0x9f,0x1b) || P(0x2f,0x0b) || P(0xbe,0x0a) || P 201 libavfilter/vf_hqx.c P(0xee,0x0a) || P(0x7e,0x0a) || P(0xeb,0x4b) || P(0x3b,0x1b)) P 203 libavfilter/vf_hqx.c else if (P(0x0b,0x08) || P(0xf9,0x68) || P(0xf3,0x62) || P(0x6d,0x6c) || P 204 libavfilter/vf_hqx.c P(0x67,0x66) || P(0x3d,0x3c) || P(0x37,0x36) || P(0xf9,0xf8) || P 205 libavfilter/vf_hqx.c P(0xdd,0xdc) || P(0xf3,0xf2) || P(0xd7,0xd6) || P(0xdd,0x1c) || P 206 libavfilter/vf_hqx.c P(0xd7,0x16) || P(0x0b,0x02)) P 211 libavfilter/vf_hqx.c if ((P(0xfe,0xde) || P(0x9e,0x16) || P(0xda,0x12) || P(0x17,0x16) || P 212 libavfilter/vf_hqx.c P(0x5b,0x12) || P(0xbb,0x12)) && WDIFF(w1, w5)) P 214 libavfilter/vf_hqx.c else if ((P(0x0f,0x0b) || P(0x5e,0x0a) || P(0xfb,0x7b) || P(0x3b,0x0b) || P 215 libavfilter/vf_hqx.c P(0xbe,0x0a) || P(0x7a,0x0a)) && WDIFF(w3, w1)) P 217 libavfilter/vf_hqx.c else if (P(0xbf,0x8f) || P(0x7e,0x0e) || P(0xbf,0x37) || P(0xdb,0x13)) P 219 libavfilter/vf_hqx.c else if (P(0x02,0x00) || P(0x7c,0x28) || P(0xed,0xa9) || P(0xf5,0xb4) || P 220 libavfilter/vf_hqx.c P(0xd9,0x90)) P 222 libavfilter/vf_hqx.c else if (P(0x4f,0x4b) || P(0xfb,0x7b) || P(0xfe,0x7e) || P(0x9f,0x1b) || P 223 libavfilter/vf_hqx.c P(0x2f,0x0b) || P(0xbe,0x0a) || P(0x7e,0x0a) || P(0xfb,0x4b) || P 224 libavfilter/vf_hqx.c P(0xfb,0xdb) || P(0xfe,0xde) || P(0xfe,0x56) || P(0x57,0x56) || P 225 libavfilter/vf_hqx.c P(0x97,0x16) || P(0x3f,0x1e) || P(0xdb,0x12) || P(0xbb,0x12)) P 251 libavfilter/vf_hqx.c const int cond00 = (P(0xbf,0x37) || P(0xdb,0x13)) && WDIFF(w1, w5); P 252 libavfilter/vf_hqx.c const int cond01 = (P(0xdb,0x49) || P(0xef,0x6d)) && WDIFF(w7, w3); P 253 libavfilter/vf_hqx.c const int cond02 = (P(0x6f,0x2a) || P(0x5b,0x0a) || P(0xbf,0x3a) || P 254 libavfilter/vf_hqx.c P(0xdf,0x5a) || P(0x9f,0x8a) || P(0xcf,0x8a) || P 255 libavfilter/vf_hqx.c P(0xef,0x4e) || P(0x3f,0x0e) || P(0xfb,0x5a) || P 256 libavfilter/vf_hqx.c P(0xbb,0x8a) || P(0x7f,0x5a) || P(0xaf,0x8a) || P 257 libavfilter/vf_hqx.c P(0xeb,0x8a)) && WDIFF(w3, w1); P 258 libavfilter/vf_hqx.c const int cond03 = P(0xdb,0x49) || P(0xef,0x6d); P 259 libavfilter/vf_hqx.c const int cond04 = P(0xbf,0x37) || P(0xdb,0x13); P 260 libavfilter/vf_hqx.c const int cond05 = P(0x1b,0x03) || P(0x4f,0x43) || P(0x8b,0x83) || P 261 libavfilter/vf_hqx.c P(0x6b,0x43); P 262 libavfilter/vf_hqx.c const int cond06 = P(0x4b,0x09) || P(0x8b,0x89) || P(0x1f,0x19) || P 263 libavfilter/vf_hqx.c P(0x3b,0x19); P 264 libavfilter/vf_hqx.c const int cond07 = P(0x0b,0x08) || P(0xf9,0x68) || P(0xf3,0x62) || P 265 libavfilter/vf_hqx.c P(0x6d,0x6c) || P(0x67,0x66) || P(0x3d,0x3c) || P 266 libavfilter/vf_hqx.c P(0x37,0x36) || P(0xf9,0xf8) || P(0xdd,0xdc) || P 267 libavfilter/vf_hqx.c P(0xf3,0xf2) || P(0xd7,0xd6) || P(0xdd,0x1c) || P 268 libavfilter/vf_hqx.c P(0xd7,0x16) || P(0x0b,0x02); P 269 libavfilter/vf_hqx.c const int cond08 = (P(0x0f,0x0b) || P(0x2b,0x0b) || P(0xfe,0x4a) || P 270 libavfilter/vf_hqx.c P(0xfe,0x1a)) && WDIFF(w3, w1); P 271 libavfilter/vf_hqx.c const int cond09 = P(0x2f,0x2f); P 272 libavfilter/vf_hqx.c const int cond10 = P(0x0a,0x00); P 273 libavfilter/vf_hqx.c const int cond11 = P(0x0b,0x09); P 274 libavfilter/vf_hqx.c const int cond12 = P(0x7e,0x2a) || P(0xef,0xab); P 275 libavfilter/vf_hqx.c const int cond13 = P(0xbf,0x8f) || P(0x7e,0x0e); P 276 libavfilter/vf_hqx.c const int cond14 = P(0x4f,0x4b) || P(0x9f,0x1b) || P(0x2f,0x0b) || P 277 libavfilter/vf_hqx.c P(0xbe,0x0a) || P(0xee,0x0a) || P(0x7e,0x0a) || P 278 libavfilter/vf_hqx.c P(0xeb,0x4b) || P(0x3b,0x1b); P 279 libavfilter/vf_hqx.c const int cond15 = P(0x0b,0x03); P 285 libavfilter/vf_hqx.c else if ((P(0x0b,0x0b) || P(0xfe,0x4a) || P(0xfe,0x1a)) && WDIFF(w3, w1)) P 297 libavfilter/vf_hqx.c else if (P(0x0f,0x0b) || P(0x5e,0x0a) || P(0x2b,0x0b) || P(0xbe,0x0a) || P 298 libavfilter/vf_hqx.c P(0x7a,0x0a) || P(0xee,0x0a)) P 315 libavfilter/vf_hqx.c else if (P(0x0b,0x08)) P 327 libavfilter/vf_hqx.c else if (P(0xf3,0x62) || P(0x67,0x66) || P(0x37,0x36) || P(0xf3,0xf2) || P 328 libavfilter/vf_hqx.c P(0xd7,0xd6) || P(0xd7,0x16) || P(0x0b,0x02)) P 345 libavfilter/vf_hqx.c else if (P(0x0b,0x02)) P 357 libavfilter/vf_hqx.c else if (P(0x0b,0x08) || P(0xf9,0x68) || P(0x6d,0x6c) || P(0x3d,0x3c) || P 358 libavfilter/vf_hqx.c P(0xf9,0xf8) || P(0xdd,0xdc) || P(0xdd,0x1c)) P 365 libavfilter/vf_hqx.c if ((P(0x7f,0x2b) || P(0xef,0xab) || P(0xbf,0x8f) || P(0x7f,0x0f)) && P 374 libavfilter/vf_hqx.c else if (P(0x0a,0x00) || P(0x7e,0x2a) || P(0xef,0xab) || P(0xbf,0x8f) || P 375 libavfilter/vf_hqx.c P(0x7e,0x0e)) P 267 libavfilter/vf_psnr.c PF(P), PF(P9), PF(P10), PF_NOALPHA(P12), PF_NOALPHA(P14), PF(P16), P 83 libavfilter/vf_vectorscope.c int X, int Y, int D, int P); P 961 libavfilter/vf_vectorscope.c static void none_graticule(VectorscopeContext *s, AVFrame *out, int X, int Y, int D, int P) P 1068 libavfilter/vf_vectorscope.c static void color_graticule16(VectorscopeContext *s, AVFrame *out, int X, int Y, int D, int P) P 1075 libavfilter/vf_vectorscope.c int x = positions[P][i][X]; P 1076 libavfilter/vf_vectorscope.c int y = positions[P][i][Y]; P 1077 libavfilter/vf_vectorscope.c int d = positions[P][i][D]; P 1087 libavfilter/vf_vectorscope.c int x = positions[P][12][X]; P 1088 libavfilter/vf_vectorscope.c int y = positions[P][12][Y]; P 1089 libavfilter/vf_vectorscope.c int d = positions[P][12][D]; P 1099 libavfilter/vf_vectorscope.c int x = positions[P][13][X]; P 1100 libavfilter/vf_vectorscope.c int y = positions[P][13][Y]; P 1101 libavfilter/vf_vectorscope.c int d = positions[P][13][D]; P 1112 libavfilter/vf_vectorscope.c int x = positions[P][i][X]; P 1113 libavfilter/vf_vectorscope.c int y = positions[P][i][Y]; P 1114 libavfilter/vf_vectorscope.c int d = positions[P][i][D]; P 1136 libavfilter/vf_vectorscope.c static void color_graticule(VectorscopeContext *s, AVFrame *out, int X, int Y, int D, int P) P 1142 libavfilter/vf_vectorscope.c int x = positions[P][i][X]; P 1143 libavfilter/vf_vectorscope.c int y = positions[P][i][Y]; P 1144 libavfilter/vf_vectorscope.c int d = positions[P][i][D]; P 1154 libavfilter/vf_vectorscope.c int x = positions[P][12][X]; P 1155 libavfilter/vf_vectorscope.c int y = positions[P][12][Y]; P 1156 libavfilter/vf_vectorscope.c int d = positions[P][12][D]; P 1166 libavfilter/vf_vectorscope.c int x = positions[P][13][X]; P 1167 libavfilter/vf_vectorscope.c int y = positions[P][13][Y]; P 1168 libavfilter/vf_vectorscope.c int d = positions[P][12][D]; P 1179 libavfilter/vf_vectorscope.c int x = positions[P][i][X]; P 1180 libavfilter/vf_vectorscope.c int y = positions[P][i][Y]; P 1181 libavfilter/vf_vectorscope.c int d = positions[P][i][D]; P 1202 libavfilter/vf_vectorscope.c static void green_graticule16(VectorscopeContext *s, AVFrame *out, int X, int Y, int D, int P) P 1210 libavfilter/vf_vectorscope.c int x = positions[P][i][X]; P 1211 libavfilter/vf_vectorscope.c int y = positions[P][i][Y]; P 1221 libavfilter/vf_vectorscope.c int x = positions[P][12][X]; P 1222 libavfilter/vf_vectorscope.c int y = positions[P][12][Y]; P 1232 libavfilter/vf_vectorscope.c int x = positions[P][13][X]; P 1233 libavfilter/vf_vectorscope.c int y = positions[P][13][Y]; P 1244 libavfilter/vf_vectorscope.c int x = positions[P][i][X]; P 1245 libavfilter/vf_vectorscope.c int y = positions[P][i][Y]; P 1262 libavfilter/vf_vectorscope.c static void green_graticule(VectorscopeContext *s, AVFrame *out, int X, int Y, int D, int P) P 1268 libavfilter/vf_vectorscope.c int x = positions[P][i][X]; P 1269 libavfilter/vf_vectorscope.c int y = positions[P][i][Y]; P 1279 libavfilter/vf_vectorscope.c int x = positions[P][12][X]; P 1280 libavfilter/vf_vectorscope.c int y = positions[P][12][Y]; P 1290 libavfilter/vf_vectorscope.c int x = positions[P][13][X]; P 1291 libavfilter/vf_vectorscope.c int y = positions[P][13][Y]; P 1302 libavfilter/vf_vectorscope.c int x = positions[P][i][X]; P 1303 libavfilter/vf_vectorscope.c int y = positions[P][i][Y]; P 1320 libavfilter/vf_vectorscope.c static void invert_graticule16(VectorscopeContext *s, AVFrame *out, int X, int Y, int D, int P) P 1327 libavfilter/vf_vectorscope.c int x = positions[P][i][X]; P 1328 libavfilter/vf_vectorscope.c int y = positions[P][i][Y]; P 1338 libavfilter/vf_vectorscope.c int x = positions[P][12][X]; P 1339 libavfilter/vf_vectorscope.c int y = positions[P][12][Y]; P 1349 libavfilter/vf_vectorscope.c int x = positions[P][13][X]; P 1350 libavfilter/vf_vectorscope.c int y = positions[P][13][Y]; P 1361 libavfilter/vf_vectorscope.c int x = positions[P][i][X]; P 1362 libavfilter/vf_vectorscope.c int y = positions[P][i][Y]; P 1379 libavfilter/vf_vectorscope.c static void invert_graticule(VectorscopeContext *s, AVFrame *out, int X, int Y, int D, int P) P 1385 libavfilter/vf_vectorscope.c int x = positions[P][i][X]; P 1386 libavfilter/vf_vectorscope.c int y = positions[P][i][Y]; P 1396 libavfilter/vf_vectorscope.c int x = positions[P][12][X]; P 1397 libavfilter/vf_vectorscope.c int y = positions[P][12][Y]; P 1407 libavfilter/vf_vectorscope.c int x = positions[P][13][X]; P 1408 libavfilter/vf_vectorscope.c int y = positions[P][13][Y]; P 1419 libavfilter/vf_vectorscope.c int x = positions[P][i][X]; P 1420 libavfilter/vf_vectorscope.c int y = positions[P][i][Y]; P 189 libavresample/audio_convert.c CONV_FUNC_INTERLEAVE( ofmt, otype, ifmt ## P, itype, expr) \ P 190 libavresample/audio_convert.c CONV_FUNC_DEINTERLEAVE(ofmt ## P, otype, ifmt, itype, expr) P 220 libavresample/audio_convert.c ff_audio_convert_set_func(ac, ofmt ## P, ifmt, 0, 1, 1, "C", CONV_FUNC_NAME(ofmt ## P, ifmt)); \ P 221 libavresample/audio_convert.c ff_audio_convert_set_func(ac, ofmt, ifmt ## P, 0, 1, 1, "C", CONV_FUNC_NAME(ofmt, ifmt ## P)); P 297 libavutil/blowfish.c #define F(Xl, Xr, P) \ P 302 libavutil/blowfish.c ^ P; P 208 libavutil/twofish.c uint32_t P[4], t0, t1; P 210 libavutil/twofish.c P[0] = AV_RL32(src) ^ cs->K[0]; P 211 libavutil/twofish.c P[1] = AV_RL32(src + 4) ^ cs->K[1]; P 212 libavutil/twofish.c P[2] = AV_RL32(src + 8) ^ cs->K[2]; P 213 libavutil/twofish.c P[3] = AV_RL32(src + 12) ^ cs->K[3]; P 215 libavutil/twofish.c t0 = MDS_mul(cs, P[0]); P 216 libavutil/twofish.c t1 = MDS_mul(cs, LR(P[1], 8)); P 217 libavutil/twofish.c P[2] = RR(P[2] ^ (t0 + t1 + cs->K[2 * i + 8]), 1); P 218 libavutil/twofish.c P[3] = LR(P[3], 1) ^ (t0 + 2 * t1 + cs->K[2 * i + 9]); P 219 libavutil/twofish.c t0 = MDS_mul(cs, P[2]); P 220 libavutil/twofish.c t1 = MDS_mul(cs, LR(P[3], 8)); P 221 libavutil/twofish.c P[0] = RR(P[0] ^ (t0 + t1 + cs->K[2 * i + 10]), 1); P 222 libavutil/twofish.c P[1] = LR(P[1], 1) ^ (t0 + 2 * t1 + cs->K[2 * i + 11]); P 224 libavutil/twofish.c P[2] ^= cs->K[4]; P 225 libavutil/twofish.c P[3] ^= cs->K[5]; P 226 libavutil/twofish.c P[0] ^= cs->K[6]; P 227 libavutil/twofish.c P[1] ^= cs->K[7]; P 228 libavutil/twofish.c AV_WL32(dst, P[2]); P 229 libavutil/twofish.c AV_WL32(dst + 4, P[3]); P 230 libavutil/twofish.c AV_WL32(dst + 8, P[0]); P 231 libavutil/twofish.c AV_WL32(dst + 12, P[1]); P 236 libavutil/twofish.c uint32_t P[4], t0, t1; P 238 libavutil/twofish.c P[2] = AV_RL32(src) ^ cs->K[4]; P 239 libavutil/twofish.c P[3] = AV_RL32(src + 4) ^ cs->K[5]; P 240 libavutil/twofish.c P[0] = AV_RL32(src + 8) ^ cs->K[6]; P 241 libavutil/twofish.c P[1] = AV_RL32(src + 12) ^ cs->K[7]; P 243 libavutil/twofish.c t0 = MDS_mul(cs, P[2]); P 244 libavutil/twofish.c t1 = MDS_mul(cs, LR(P[3], 8)); P 245 libavutil/twofish.c P[0] = LR(P[0], 1) ^ (t0 + t1 + cs->K[2 * i + 8]); P 246 libavutil/twofish.c P[1] = RR(P[1] ^ (t0 + 2 * t1 + cs->K[2 * i + 9]), 1); P 247 libavutil/twofish.c t0 = MDS_mul(cs, P[0]); P 248 libavutil/twofish.c t1 = MDS_mul(cs, LR(P[1], 8)); P 249 libavutil/twofish.c P[2] = LR(P[2], 1) ^ (t0 + t1 + cs->K[2 * i + 6]); P 250 libavutil/twofish.c P[3] = RR(P[3] ^ (t0 + 2 * t1 + cs->K[2 * i + 7]), 1); P 252 libavutil/twofish.c P[0] ^= cs->K[0]; P 253 libavutil/twofish.c P[1] ^= cs->K[1]; P 254 libavutil/twofish.c P[2] ^= cs->K[2]; P 255 libavutil/twofish.c P[3] ^= cs->K[3]; P 257 libavutil/twofish.c P[0] ^= AV_RL32(iv); P 258 libavutil/twofish.c P[1] ^= AV_RL32(iv + 4); P 259 libavutil/twofish.c P[2] ^= AV_RL32(iv + 8); P 260 libavutil/twofish.c P[3] ^= AV_RL32(iv + 12); P 263 libavutil/twofish.c AV_WL32(dst, P[2]); P 264 libavutil/twofish.c AV_WL32(dst + 4, P[3]); P 265 libavutil/twofish.c AV_WL32(dst + 8, P[0]); P 266 libavutil/twofish.c AV_WL32(dst + 12, P[1]); P 129 libavutil/x86/asm.h # define FE_0(P,X) P(X) P 130 libavutil/x86/asm.h # define FE_1(P,X,X1) P(X), FE_0(P,X1) P 131 libavutil/x86/asm.h # define FE_2(P,X,X1,X2) P(X), FE_1(P,X1,X2) P 132 libavutil/x86/asm.h # define FE_3(P,X,X1,X2,X3) P(X), FE_2(P,X1,X2,X3) P 133 libavutil/x86/asm.h # define FE_4(P,X,X1,X2,X3,X4) P(X), FE_3(P,X1,X2,X3,X4) P 134 libavutil/x86/asm.h # define FE_5(P,X,X1,X2,X3,X4,X5) P(X), FE_4(P,X1,X2,X3,X4,X5) P 135 libavutil/x86/asm.h # define FE_6(P,X,X1,X2,X3,X4,X5,X6) P(X), FE_5(P,X1,X2,X3,X4,X5,X6) P 136 libavutil/x86/asm.h # define FE_7(P,X,X1,X2,X3,X4,X5,X6,X7) P(X), FE_6(P,X1,X2,X3,X4,X5,X6,X7) P 137 libavutil/x86/asm.h # define FE_8(P,X,X1,X2,X3,X4,X5,X6,X7,X8) P(X), FE_7(P,X1,X2,X3,X4,X5,X6,X7,X8) P 138 libavutil/x86/asm.h # define FE_9(P,X,X1,X2,X3,X4,X5,X6,X7,X8,X9) P(X), FE_8(P,X1,X2,X3,X4,X5,X6,X7,X8,X9) P 142 libavutil/x86/asm.h # define FOR_EACH_VA(P,...) GET_FE_GLUE(GET_FE((__VA_ARGS__,FE_9,FE_8,FE_7,FE_6,FE_5,FE_4,FE_3,FE_2,FE_1,FE_0)), (P,__VA_ARGS__))