A                 351 libavcodec/aacsbr.c                 int A = (1-((indexsine+(kx & 1))&2));
A                 352 libavcodec/aacsbr.c                 int B = (A^(-idx)) + idx;
A                 356 libavcodec/aacsbr.c                     out[2*m  ] += in[m  ] * A;
A                 360 libavcodec/aacsbr.c                     out[2*m  ] += in[m  ] * A;
A                 568 libavcodec/aacsbr_fixed.c                 int A = (1-((indexsine+(kx & 1))&2));
A                 569 libavcodec/aacsbr_fixed.c                 int B = (A^(-idx)) + idx;
A                 585 libavcodec/aacsbr_fixed.c                         out[2*m  ] += (int)(in[m  ].mant * A + round) >> shift;
A                 601 libavcodec/aacsbr_fixed.c                         out[2*m  ] += (int)(in[m  ].mant * A + round) >> shift;
A                1219 libavcodec/apedec.c     int32_t predictionA, currentA, A, sign;
A                1226 libavcodec/apedec.c         A = *decoded0;
A                1236 libavcodec/apedec.c         currentA = A + (unsigned)(predictionA >> 10);
A                1241 libavcodec/apedec.c         sign = APESIGN(A);
A                  61 libavcodec/arm/vp56_arith.h            A("orrcs   %1,  %1,  %2,  lsl %3  \n")
A                  99 libavcodec/arm/vp56_arith.h            A("orrcs   %1,  %1,  %2,  lsl %3  \n")
A                 271 libavcodec/cavsdsp.c #define CAVS_SUBPIX(OPNAME, OP, NAME, A, B, C, D, E, F) \
A                 279 libavcodec/cavsdsp.c         OP(dst[0], A*src[-2] + B*src[-1] + C*src[0] + D*src[1] + E*src[2] + F*src[3]);\
A                 280 libavcodec/cavsdsp.c         OP(dst[1], A*src[-1] + B*src[ 0] + C*src[1] + D*src[2] + E*src[3] + F*src[4]);\
A                 281 libavcodec/cavsdsp.c         OP(dst[2], A*src[ 0] + B*src[ 1] + C*src[2] + D*src[3] + E*src[4] + F*src[5]);\
A                 282 libavcodec/cavsdsp.c         OP(dst[3], A*src[ 1] + B*src[ 2] + C*src[3] + D*src[4] + E*src[5] + F*src[6]);\
A                 283 libavcodec/cavsdsp.c         OP(dst[4], A*src[ 2] + B*src[ 3] + C*src[4] + D*src[5] + E*src[6] + F*src[7]);\
A                 284 libavcodec/cavsdsp.c         OP(dst[5], A*src[ 3] + B*src[ 4] + C*src[5] + D*src[6] + E*src[7] + F*src[8]);\
A                 285 libavcodec/cavsdsp.c         OP(dst[6], A*src[ 4] + B*src[ 5] + C*src[6] + D*src[7] + E*src[8] + F*src[9]);\
A                 286 libavcodec/cavsdsp.c         OP(dst[7], A*src[ 5] + B*src[ 6] + C*src[7] + D*src[8] + E*src[9] + F*src[10]);\
A                 312 libavcodec/cavsdsp.c         OP(dst[0*dstStride], A*srcB + B*srcA + C*src0 + D*src1 + E*src2 + F*src3);\
A                 313 libavcodec/cavsdsp.c         OP(dst[1*dstStride], A*srcA + B*src0 + C*src1 + D*src2 + E*src3 + F*src4);\
A                 314 libavcodec/cavsdsp.c         OP(dst[2*dstStride], A*src0 + B*src1 + C*src2 + D*src3 + E*src4 + F*src5);\
A                 315 libavcodec/cavsdsp.c         OP(dst[3*dstStride], A*src1 + B*src2 + C*src3 + D*src4 + E*src5 + F*src6);\
A                 316 libavcodec/cavsdsp.c         OP(dst[4*dstStride], A*src2 + B*src3 + C*src4 + D*src5 + E*src6 + F*src7);\
A                 317 libavcodec/cavsdsp.c         OP(dst[5*dstStride], A*src3 + B*src4 + C*src5 + D*src6 + E*src7 + F*src8);\
A                 318 libavcodec/cavsdsp.c         OP(dst[6*dstStride], A*src4 + B*src5 + C*src6 + D*src7 + E*src8 + F*src9);\
A                 319 libavcodec/cavsdsp.c         OP(dst[7*dstStride], A*src5 + B*src6 + C*src7 + D*src8 + E*src9 + F*src10);\
A                 310 libavcodec/clearvideo.c         MV A = mvi->mv[mvi->mb_stride + mb_x - 1];
A                 313 libavcodec/clearvideo.c         pred_mv.x = mid_pred(A.x, B.x, C.x);
A                 314 libavcodec/clearvideo.c         pred_mv.y = mid_pred(A.y, B.y, C.y);
A                1429 libavcodec/diracdec.c     int (*A)[2] = s->globalmc[ref].zrs;
A                1434 libavcodec/diracdec.c     int64_t mx  = m * (int64_t)((A[0][0] * (int64_t)x + A[0][1]*(int64_t)y) + (1LL<<ez) * b[0]);
A                1435 libavcodec/diracdec.c     int64_t my  = m * (int64_t)((A[1][0] * (int64_t)x + A[1][1]*(int64_t)y) + (1LL<<ez) * b[1]);
A                 520 libavcodec/dvdsubdec.c #define ALPHA_MIX(A,BACK,FORE) (((255-(A)) * (BACK) + (A) * (FORE)) / 255)
A                 311 libavcodec/h263.c     int16_t *A, *B, *C, (*mot_val)[2];
A                 317 libavcodec/h263.c     A = mot_val[ - 1];
A                 331 libavcodec/h263.c                     *px = mid_pred(A[0], 0, C[0]);
A                 332 libavcodec/h263.c                     *py = mid_pred(A[1], 0, C[1]);
A                 335 libavcodec/h263.c                 *px = A[0];
A                 336 libavcodec/h263.c                 *py = A[1];
A                 341 libavcodec/h263.c                 *px = mid_pred(A[0], 0, C[0]);
A                 342 libavcodec/h263.c                 *py = mid_pred(A[1], 0, C[1]);
A                 344 libavcodec/h263.c                 *px = A[0];
A                 345 libavcodec/h263.c                 *py = A[1];
A                 351 libavcodec/h263.c                 A[0]=A[1]=0;
A                 353 libavcodec/h263.c             *px = mid_pred(A[0], B[0], C[0]);
A                 354 libavcodec/h263.c             *py = mid_pred(A[1], B[1], C[1]);
A                 359 libavcodec/h263.c         *px = mid_pred(A[0], B[0], C[0]);
A                 360 libavcodec/h263.c         *py = mid_pred(A[1], B[1], C[1]);
A                 240 libavcodec/h264_direct.c             const int16_t *const A = sl->mv_cache[list][scan8[0] - 1];
A                 248 libavcodec/h264_direct.c                 mv[list] = pack16to32(mid_pred(A[0], B[0], C[0]),
A                 249 libavcodec/h264_direct.c                                       mid_pred(A[1], B[1], C[1]));
A                 253 libavcodec/h264_direct.c                     mv[list] = AV_RN32A(A);
A                 104 libavcodec/h264_mvpred.h     const int16_t *const A = sl->mv_cache[list][index8 - 1];
A                 123 libavcodec/h264_mvpred.h         *mx = mid_pred(A[0], B[0], C[0]);
A                 124 libavcodec/h264_mvpred.h         *my = mid_pred(A[1], B[1], C[1]);
A                 127 libavcodec/h264_mvpred.h             *mx = A[0];
A                 128 libavcodec/h264_mvpred.h             *my = A[1];
A                 140 libavcodec/h264_mvpred.h             *mx = A[0];
A                 141 libavcodec/h264_mvpred.h             *my = A[1];
A                 143 libavcodec/h264_mvpred.h             *mx = mid_pred(A[0], B[0], C[0]);
A                 144 libavcodec/h264_mvpred.h             *my = mid_pred(A[1], B[1], C[1]);
A                 151 libavcodec/h264_mvpred.h             A[0], A[1], ref, *mx, *my, sl->mb_x, sl->mb_y, n, list);
A                 179 libavcodec/h264_mvpred.h         const int16_t *const A = sl->mv_cache[list][scan8[8] - 1];
A                 182 libavcodec/h264_mvpred.h                 left_ref, A[0], A[1], sl->mb_x, sl->mb_y, n, list);
A                 185 libavcodec/h264_mvpred.h             *mx = A[0];
A                 186 libavcodec/h264_mvpred.h             *my = A[1];
A                 208 libavcodec/h264_mvpred.h         const int16_t *const A = sl->mv_cache[list][scan8[0] - 1];
A                 211 libavcodec/h264_mvpred.h                 left_ref, A[0], A[1], sl->mb_x, sl->mb_y, n, list);
A                 214 libavcodec/h264_mvpred.h             *mx = A[0];
A                 215 libavcodec/h264_mvpred.h             *my = A[1];
A                 265 libavcodec/h264_mvpred.h     const int16_t *A, *B, *C;
A                 277 libavcodec/h264_mvpred.h         A = mv[h->mb2b_xy[sl->left_mb_xy[LTOP]] + 3 + b_stride * sl->left_block[0]];
A                 278 libavcodec/h264_mvpred.h         FIX_MV_MBAFF(sl->left_type[LTOP], left_ref, A, 0);
A                 279 libavcodec/h264_mvpred.h         if (!(left_ref | AV_RN32A(A)))
A                 283 libavcodec/h264_mvpred.h         A        = zeromv;
A                 330 libavcodec/h264_mvpred.h         mx = mid_pred(A[0], B[0], C[0]);
A                 331 libavcodec/h264_mvpred.h         my = mid_pred(A[1], B[1], C[1]);
A                 334 libavcodec/h264_mvpred.h             mx = A[0];
A                 335 libavcodec/h264_mvpred.h             my = A[1];
A                 344 libavcodec/h264_mvpred.h         mx = mid_pred(A[0], B[0], C[0]);
A                 345 libavcodec/h264_mvpred.h         my = mid_pred(A[1], B[1], C[1]);
A                  32 libavcodec/h264chroma_template.c     const int A=(8-x)*(8-y);\
A                  43 libavcodec/h264chroma_template.c             OP(dst[0], (A*src[0] + B*src[1] + C*src[stride+0] + D*src[stride+1]));\
A                  51 libavcodec/h264chroma_template.c             OP(dst[0], (A*src[0] + E*src[step+0]));\
A                  57 libavcodec/h264chroma_template.c             OP(dst[0], (A*src[0]));\
A                  67 libavcodec/h264chroma_template.c     const int A=(8-x)*(8-y);\
A                  78 libavcodec/h264chroma_template.c             OP(dst[0], (A*src[0] + B*src[1] + C*src[stride+0] + D*src[stride+1]));\
A                  79 libavcodec/h264chroma_template.c             OP(dst[1], (A*src[1] + B*src[2] + C*src[stride+1] + D*src[stride+2]));\
A                  87 libavcodec/h264chroma_template.c             OP(dst[0], (A*src[0] + E*src[step+0]));\
A                  88 libavcodec/h264chroma_template.c             OP(dst[1], (A*src[1] + E*src[step+1]));\
A                  94 libavcodec/h264chroma_template.c             OP(dst[0], A * src[0]);\
A                  95 libavcodec/h264chroma_template.c             OP(dst[1], A * src[1]);\
A                 106 libavcodec/h264chroma_template.c     const int A=(8-x)*(8-y);\
A                 117 libavcodec/h264chroma_template.c             OP(dst[0], (A*src[0] + B*src[1] + C*src[stride+0] + D*src[stride+1]));\
A                 118 libavcodec/h264chroma_template.c             OP(dst[1], (A*src[1] + B*src[2] + C*src[stride+1] + D*src[stride+2]));\
A                 119 libavcodec/h264chroma_template.c             OP(dst[2], (A*src[2] + B*src[3] + C*src[stride+2] + D*src[stride+3]));\
A                 120 libavcodec/h264chroma_template.c             OP(dst[3], (A*src[3] + B*src[4] + C*src[stride+3] + D*src[stride+4]));\
A                 128 libavcodec/h264chroma_template.c             OP(dst[0], (A*src[0] + E*src[step+0]));\
A                 129 libavcodec/h264chroma_template.c             OP(dst[1], (A*src[1] + E*src[step+1]));\
A                 130 libavcodec/h264chroma_template.c             OP(dst[2], (A*src[2] + E*src[step+2]));\
A                 131 libavcodec/h264chroma_template.c             OP(dst[3], (A*src[3] + E*src[step+3]));\
A                 137 libavcodec/h264chroma_template.c             OP(dst[0], A * src[0]);\
A                 138 libavcodec/h264chroma_template.c             OP(dst[1], A * src[1]);\
A                 139 libavcodec/h264chroma_template.c             OP(dst[2], A * src[2]);\
A                 140 libavcodec/h264chroma_template.c             OP(dst[3], A * src[3]);\
A                 151 libavcodec/h264chroma_template.c     const int A=(8-x)*(8-y);\
A                 162 libavcodec/h264chroma_template.c             OP(dst[0], (A*src[0] + B*src[1] + C*src[stride+0] + D*src[stride+1]));\
A                 163 libavcodec/h264chroma_template.c             OP(dst[1], (A*src[1] + B*src[2] + C*src[stride+1] + D*src[stride+2]));\
A                 164 libavcodec/h264chroma_template.c             OP(dst[2], (A*src[2] + B*src[3] + C*src[stride+2] + D*src[stride+3]));\
A                 165 libavcodec/h264chroma_template.c             OP(dst[3], (A*src[3] + B*src[4] + C*src[stride+3] + D*src[stride+4]));\
A                 166 libavcodec/h264chroma_template.c             OP(dst[4], (A*src[4] + B*src[5] + C*src[stride+4] + D*src[stride+5]));\
A                 167 libavcodec/h264chroma_template.c             OP(dst[5], (A*src[5] + B*src[6] + C*src[stride+5] + D*src[stride+6]));\
A                 168 libavcodec/h264chroma_template.c             OP(dst[6], (A*src[6] + B*src[7] + C*src[stride+6] + D*src[stride+7]));\
A                 169 libavcodec/h264chroma_template.c             OP(dst[7], (A*src[7] + B*src[8] + C*src[stride+7] + D*src[stride+8]));\
A                 177 libavcodec/h264chroma_template.c             OP(dst[0], (A*src[0] + E*src[step+0]));\
A                 178 libavcodec/h264chroma_template.c             OP(dst[1], (A*src[1] + E*src[step+1]));\
A                 179 libavcodec/h264chroma_template.c             OP(dst[2], (A*src[2] + E*src[step+2]));\
A                 180 libavcodec/h264chroma_template.c             OP(dst[3], (A*src[3] + E*src[step+3]));\
A                 181 libavcodec/h264chroma_template.c             OP(dst[4], (A*src[4] + E*src[step+4]));\
A                 182 libavcodec/h264chroma_template.c             OP(dst[5], (A*src[5] + E*src[step+5]));\
A                 183 libavcodec/h264chroma_template.c             OP(dst[6], (A*src[6] + E*src[step+6]));\
A                 184 libavcodec/h264chroma_template.c             OP(dst[7], (A*src[7] + E*src[step+7]));\
A                 190 libavcodec/h264chroma_template.c             OP(dst[0], A * src[0]);\
A                 191 libavcodec/h264chroma_template.c             OP(dst[1], A * src[1]);\
A                 192 libavcodec/h264chroma_template.c             OP(dst[2], A * src[2]);\
A                 193 libavcodec/h264chroma_template.c             OP(dst[3], A * src[3]);\
A                 194 libavcodec/h264chroma_template.c             OP(dst[4], A * src[4]);\
A                 195 libavcodec/h264chroma_template.c             OP(dst[5], A * src[5]);\
A                 196 libavcodec/h264chroma_template.c             OP(dst[6], A * src[6]);\
A                 197 libavcodec/h264chroma_template.c             OP(dst[7], A * src[7]);\
A                 683 libavcodec/hevc_filter.c         Mv A, B;
A                 687 libavcodec/hevc_filter.c             A     = curr->mv[0];
A                 690 libavcodec/hevc_filter.c             A     = curr->mv[1];
A                 703 libavcodec/hevc_filter.c             if (FFABS(A.x - B.x) >= 4 || FFABS(A.y - B.y) >= 4)
A                  94 libavcodec/hevc_mvs.c #define MATCH_MV(x) (AV_RN32A(&A.x) == AV_RN32A(&B.x))
A                  95 libavcodec/hevc_mvs.c #define MATCH(x) (A.x == B.x)
A                  98 libavcodec/hevc_mvs.c static av_always_inline int compare_mv_ref_idx(struct MvField A, struct MvField B)
A                 100 libavcodec/hevc_mvs.c     int a_pf = A.pred_flag;
A                 799 libavcodec/huffyuvdec.c             VLC_INTERN(s->temp[0][4 * i + A], s->vlc[2].table,
A                 802 libavcodec/huffyuvdec.c             s->temp[0][4 * i + A] = 0;
A                1136 libavcodec/huffyuvdec.c             left[A] = p->data[0][last_line + A] = get_bits(&s->gb, 8);
A                1144 libavcodec/huffyuvdec.c             left[A] = p->data[0][last_line + A] = 255;
A                1163 libavcodec/huffyuvdec.c                             left[A] = 0;
A                  63 libavcodec/huffyuvdsp.c     uint8_t r = left[R], g = left[G], b = left[B], a = left[A];
A                  69 libavcodec/huffyuvdsp.c         a += src[4 * i + A];
A                  74 libavcodec/huffyuvdsp.c         dst[4 * i + A] = a;
A                  80 libavcodec/huffyuvdsp.c     left[A] = a;
A                  99 libavcodec/huffyuvenc.c         const int at = src[i * 4 + A];
A                 103 libavcodec/huffyuvenc.c         dst[i * 4 + A] = at - a;
A                 115 libavcodec/huffyuvenc.c     *alpha = src[(w - 1) * 4 + A];
A                 715 libavcodec/huffyuvenc.c     int a = s->temp[0][planes * i + A];
A                 892 libavcodec/huffyuvenc.c         put_bits(&s->pb, 8, lefta = data[A]);
A                  46 libavcodec/jpegls.c         state->A[i] = FFMAX(state->range + 32 >> 6, 2);
A                  43 libavcodec/jpegls.h     int A[367], B[367], C[365], N[367];
A                  92 libavcodec/jpegls.h         state->A[Q] >>= 1;
A                 104 libavcodec/jpegls.h     state->A[Q] += FFABS(err);
A                 152 libavcodec/jpeglsdec.c     for (k = 0; (state->N[Q] << k) < state->A[Q]; k++)
A                 185 libavcodec/jpeglsdec.c     temp = state->A[Q];
A                 215 libavcodec/jpeglsdec.c     state->A[Q] += FFABS(ret) - RItype;
A                  54 libavcodec/jpeglsenc.c     for (k = 0; (state->N[Q] << k) < state->A[Q]; k++)
A                  83 libavcodec/jpeglsenc.c     temp = state->A[Q];
A                 100 libavcodec/jpeglsenc.c     state->A[Q] += (val + 1 - RItype) >> 1;
A                 102 libavcodec/lossless_videodsp.c     int A, B, C, i;
A                 105 libavcodec/lossless_videodsp.c         A = src[i - stride];
A                 108 libavcodec/lossless_videodsp.c         src[i] = (A - B + C + src[i]) & 0xFF;
A                 445 libavcodec/mips/aacsbr_mips.c                 int A = (1-((indexsine+(kx & 1))&2));
A                 446 libavcodec/mips/aacsbr_mips.c                 int B = (A^(-idx)) + idx;
A                 450 libavcodec/mips/aacsbr_mips.c                 float A_f = (float)A;
A                 477 libavcodec/mips/aacsbr_mips.c                     out[2*m  ] += in[m  ] * A;
A                  32 libavcodec/mips/h264chroma_mmi.c     int A = 64, B, C, D, E;
A                  72 libavcodec/mips/h264chroma_mmi.c         A = 64 - D - B - C;
A                 165 libavcodec/mips/h264chroma_mmi.c               [A]"f"(A),                    [B]"f"(B),
A                 172 libavcodec/mips/h264chroma_mmi.c         A = 64 - E;
A                 215 libavcodec/mips/h264chroma_mmi.c               [A]"f"(A),                    [E]"f"(E)
A                 221 libavcodec/mips/h264chroma_mmi.c         A = 64 - E;
A                 284 libavcodec/mips/h264chroma_mmi.c               [A]"f"(A),                    [E]"f"(E)
A                 293 libavcodec/mips/h264chroma_mmi.c     int A = 64, B, C, D, E;
A                 329 libavcodec/mips/h264chroma_mmi.c         A = 64 - D - B - C;
A                 390 libavcodec/mips/h264chroma_mmi.c               [A]"f"(A),                    [B]"f"(B),
A                 397 libavcodec/mips/h264chroma_mmi.c         A = 64 - E;
A                 441 libavcodec/mips/h264chroma_mmi.c               [A]"f"(A),                    [E]"f"(E)
A                 447 libavcodec/mips/h264chroma_mmi.c         A = 64 - E;
A                 491 libavcodec/mips/h264chroma_mmi.c               [A]"f"(A),                    [E]"f"(E)
A                 500 libavcodec/mips/h264chroma_mmi.c     const int A = (8 - x) * (8 - y);
A                 555 libavcodec/mips/h264chroma_mmi.c               [A]"f"(A),                    [B]"f"(B),
A                 595 libavcodec/mips/h264chroma_mmi.c               [A]"f"(A),                    [E]"f"(E)
A                 624 libavcodec/mips/h264chroma_mmi.c     const int A = (8 - x) *(8 - y);
A                 681 libavcodec/mips/h264chroma_mmi.c               [A]"f"(A),                    [B]"f"(B),
A                 723 libavcodec/mips/h264chroma_mmi.c               [A]"f"(A),                    [E]"f"(E)
A                2246 libavcodec/mips/vc1dsp_mmi.c     const int A = (8 - x) * (8 - y);
A                2290 libavcodec/mips/vc1dsp_mmi.c           [A]"f"(A),                    [B]"f"(B),
A                2301 libavcodec/mips/vc1dsp_mmi.c     const int A = (8 - x) * (8 - y);
A                2343 libavcodec/mips/vc1dsp_mmi.c           [A]"f"(A),                    [B]"f"(B),
A                2354 libavcodec/mips/vc1dsp_mmi.c     const int A = (8 - x) * (8 - y);
A                2401 libavcodec/mips/vc1dsp_mmi.c           [A]"f"(A),                    [B]"f"(B),
A                2412 libavcodec/mips/vc1dsp_mmi.c     const int A = (8 - x) * (8 - y);
A                2457 libavcodec/mips/vc1dsp_mmi.c           [A]"f"(A),                    [B]"f"(B),
A                 179 libavcodec/mips/vp3dsp_idct_mmi.c           [A]"=&f"(ftmp[12]), [B]"=&f"(ftmp[13]), [C]"=&f"(ftmp[14]),
A                 208 libavcodec/mips/vp3dsp_idct_mmi.c                      %[A], %[B], %[C], %[D])
A                 210 libavcodec/mips/vp3dsp_idct_mmi.c                      %[A], %[B], %[C], %[D])
A                 398 libavcodec/mips/vp3dsp_idct_mmi.c           [A]"=&f"(ftmp[12]), [B]"=&f"(ftmp[13]), [C]"=&f"(ftmp[14]),
A                 427 libavcodec/mips/vp3dsp_idct_mmi.c                      %[A], %[B], %[C], %[D])
A                 429 libavcodec/mips/vp3dsp_idct_mmi.c                      %[A], %[B], %[C], %[D])
A                 657 libavcodec/mips/vp3dsp_idct_mmi.c           [A]"=&f"(ftmp[12]), [B]"=&f"(ftmp[13]), [C]"=&f"(ftmp[14]),
A                  31 libavcodec/mips/vp3dsp_idct_msa.c     v4i32 A, B, C, D, Ad, Bd, Cd, Dd, E, F, G, H;
A                  79 libavcodec/mips/vp3dsp_idct_msa.c     A = ((r1_r * cnst64277w) >> 16) + ((r7_r * cnst12785w) >> 16);
A                  83 libavcodec/mips/vp3dsp_idct_msa.c     Ad = ((A - C) * cnst46341w) >> 16;
A                  85 libavcodec/mips/vp3dsp_idct_msa.c     Cd = A + C;
A                 107 libavcodec/mips/vp3dsp_idct_msa.c     A = ((r1_l * cnst64277w) >> 16) + ((r7_l * cnst12785w) >> 16);
A                 111 libavcodec/mips/vp3dsp_idct_msa.c     Ad = ((A - C) * cnst46341w) >> 16;
A                 113 libavcodec/mips/vp3dsp_idct_msa.c     Cd = A + C;
A                 139 libavcodec/mips/vp3dsp_idct_msa.c     A = ((r1_r * cnst64277w) >> 16) + ((r3_l * cnst12785w) >> 16);
A                 143 libavcodec/mips/vp3dsp_idct_msa.c     Ad = ((A - C) * cnst46341w) >> 16;
A                 145 libavcodec/mips/vp3dsp_idct_msa.c     Cd = A + C;
A                 163 libavcodec/mips/vp3dsp_idct_msa.c     A = (Gd + Cd) >> 4;
A                 181 libavcodec/mips/vp3dsp_idct_msa.c         A += c0;
A                 190 libavcodec/mips/vp3dsp_idct_msa.c     CLIP_SW8_0_255(A, B, C, D, E, F, G, H);
A                 230 libavcodec/mips/vp3dsp_idct_msa.c     A = (v4i32)__msa_and_v((v16u8)A, (v16u8)sign_t);
A                 238 libavcodec/mips/vp3dsp_idct_msa.c     r0_r = Ad + A;
A                 252 libavcodec/mips/vp3dsp_idct_msa.c     A = ((r5_r * cnst64277w) >> 16) + ((r7_l * cnst12785w) >> 16);
A                 256 libavcodec/mips/vp3dsp_idct_msa.c     Ad = ((A - C) * cnst46341w) >> 16;
A                 258 libavcodec/mips/vp3dsp_idct_msa.c     Cd = A + C;
A                 276 libavcodec/mips/vp3dsp_idct_msa.c     A = (Gd + Cd) >> 4;
A                 289 libavcodec/mips/vp3dsp_idct_msa.c         A += c0;
A                 298 libavcodec/mips/vp3dsp_idct_msa.c     CLIP_SW8_0_255(A, B, C, D, E, F, G, H);
A                 338 libavcodec/mips/vp3dsp_idct_msa.c     A = (v4i32)__msa_and_v((v16u8)A, (v16u8)sign_t);
A                 346 libavcodec/mips/vp3dsp_idct_msa.c     r4_r = Ad + A;
A                  27 libavcodec/mpegvideodsp.c     const int A = (16 - x16) * (16 - y16);
A                  34 libavcodec/mpegvideodsp.c         dst[0] = (A * src[0] + B * src[1] + C * src[stride + 0] + D * src[stride + 1] + rounder) >> 8;
A                  35 libavcodec/mpegvideodsp.c         dst[1] = (A * src[1] + B * src[2] + C * src[stride + 1] + D * src[stride + 2] + rounder) >> 8;
A                  36 libavcodec/mpegvideodsp.c         dst[2] = (A * src[2] + B * src[3] + C * src[stride + 2] + D * src[stride + 3] + rounder) >> 8;
A                  37 libavcodec/mpegvideodsp.c         dst[3] = (A * src[3] + B * src[4] + C * src[stride + 3] + D * src[stride + 4] + rounder) >> 8;
A                  38 libavcodec/mpegvideodsp.c         dst[4] = (A * src[4] + B * src[5] + C * src[stride + 4] + D * src[stride + 5] + rounder) >> 8;
A                  39 libavcodec/mpegvideodsp.c         dst[5] = (A * src[5] + B * src[6] + C * src[stride + 5] + D * src[stride + 6] + rounder) >> 8;
A                  40 libavcodec/mpegvideodsp.c         dst[6] = (A * src[6] + B * src[7] + C * src[stride + 6] + D * src[stride + 7] + rounder) >> 8;
A                  41 libavcodec/mpegvideodsp.c         dst[7] = (A * src[7] + B * src[8] + C * src[stride + 7] + D * src[stride + 8] + rounder) >> 8;
A                 476 libavcodec/mss3.c     int A, B, C;
A                 486 libavcodec/mss3.c         A = 0;
A                 491 libavcodec/mss3.c             A = rac_get_model_sym(c, &ic->vq_model[A + B * 5 + C * 25]);
A                 493 libavcodec/mss3.c             prev_line[i] = A;
A                 494 libavcodec/mss3.c             if (A < 4)
A                 495 libavcodec/mss3.c                dst[i] = vec[A];
A                 593 libavcodec/mss3.c     int A, B, C, D, t1, t2, t3, t4;
A                 610 libavcodec/mss3.c             A = block[i];
A                 615 libavcodec/mss3.c             t1 = A - B;
A                 617 libavcodec/mss3.c             t3 = A + B;
A                  46 libavcodec/options_table.h {"b", "set bitrate (in bits/s)", OFFSET(bit_rate), AV_OPT_TYPE_INT64, {.i64 = AV_CODEC_DEFAULT_BITRATE }, 0, INT64_MAX, A|V|E},
A                  47 libavcodec/options_table.h {"ab", "set bitrate (in bits/s)", OFFSET(bit_rate), AV_OPT_TYPE_INT64, {.i64 = 128*1000 }, 0, INT_MAX, A|E},
A                  52 libavcodec/options_table.h {"flags", NULL, OFFSET(flags), AV_OPT_TYPE_FLAGS, {.i64 = DEFAULT }, 0, UINT_MAX, V|A|S|E|D, "flags"},
A                  65 libavcodec/options_table.h {"global_header", "place global headers in extradata instead of every keyframe", 0, AV_OPT_TYPE_CONST, {.i64 = AV_CODEC_FLAG_GLOBAL_HEADER }, INT_MIN, INT_MAX, V|A|E, "flags"},
A                  66 libavcodec/options_table.h {"bitexact", "use only bitexact functions (except (I)DCT)", 0, AV_OPT_TYPE_CONST, {.i64 = AV_CODEC_FLAG_BITEXACT }, INT_MIN, INT_MAX, A|V|S|D|E, "flags"},
A                  71 libavcodec/options_table.h {"drop_changed", "Drop frames whose parameters differ from first decoded frame", 0, AV_OPT_TYPE_CONST, {.i64 = AV_CODEC_FLAG_DROPCHANGED }, INT_MIN, INT_MAX, A|V|D, "flags"},
A                  72 libavcodec/options_table.h {"flags2", NULL, OFFSET(flags2), AV_OPT_TYPE_FLAGS, {.i64 = DEFAULT}, 0, UINT_MAX, V|A|E|D|S, "flags2"},
A                  80 libavcodec/options_table.h {"skip_manual", "do not skip samples and export skip information as frame side data", 0, AV_OPT_TYPE_CONST, {.i64 = AV_CODEC_FLAG2_SKIP_MANUAL}, INT_MIN, INT_MAX, A|D, "flags2"},
A                  82 libavcodec/options_table.h {"export_side_data", "Export metadata as side data", OFFSET(export_side_data), AV_OPT_TYPE_FLAGS, {.i64 = DEFAULT}, 0, UINT_MAX, A|V|S|D|E, "export_side_data"},
A                  84 libavcodec/options_table.h {"prft", "export Producer Reference Time through packet side data", 0, AV_OPT_TYPE_CONST, {.i64 = AV_CODEC_EXPORT_DATA_PRFT}, INT_MIN, INT_MAX, A|V|S|E, "export_side_data"},
A                  88 libavcodec/options_table.h {"ar", "set audio sampling rate (in Hz)", OFFSET(sample_rate), AV_OPT_TYPE_INT, {.i64 = DEFAULT }, 0, INT_MAX, A|D|E},
A                  89 libavcodec/options_table.h {"ac", "set number of audio channels", OFFSET(channels), AV_OPT_TYPE_INT, {.i64 = DEFAULT }, 0, INT_MAX, A|D|E},
A                  90 libavcodec/options_table.h {"cutoff", "set cutoff bandwidth", OFFSET(cutoff), AV_OPT_TYPE_INT, {.i64 = DEFAULT }, INT_MIN, INT_MAX, A|E},
A                  91 libavcodec/options_table.h {"frame_size", NULL, OFFSET(frame_size), AV_OPT_TYPE_INT, {.i64 = DEFAULT }, 0, INT_MAX, A|E},
A                 135 libavcodec/options_table.h {"strict", "how strictly to follow the standards", OFFSET(strict_std_compliance), AV_OPT_TYPE_INT, {.i64 = DEFAULT }, INT_MIN, INT_MAX, A|V|D|E, "strict"},
A                 136 libavcodec/options_table.h {"very", "strictly conform to a older more strict version of the spec or reference software", 0, AV_OPT_TYPE_CONST, {.i64 = FF_COMPLIANCE_VERY_STRICT }, INT_MIN, INT_MAX, A|V|D|E, "strict"},
A                 137 libavcodec/options_table.h {"strict", "strictly conform to all the things in the spec no matter what the consequences", 0, AV_OPT_TYPE_CONST, {.i64 = FF_COMPLIANCE_STRICT }, INT_MIN, INT_MAX, A|V|D|E, "strict"},
A                 138 libavcodec/options_table.h {"normal", NULL, 0, AV_OPT_TYPE_CONST, {.i64 = FF_COMPLIANCE_NORMAL }, INT_MIN, INT_MAX, A|V|D|E, "strict"},
A                 139 libavcodec/options_table.h {"unofficial", "allow unofficial extensions", 0, AV_OPT_TYPE_CONST, {.i64 = FF_COMPLIANCE_UNOFFICIAL }, INT_MIN, INT_MAX, A|V|D|E, "strict"},
A                 140 libavcodec/options_table.h {"experimental", "allow non-standardized experimental things", 0, AV_OPT_TYPE_CONST, {.i64 = FF_COMPLIANCE_EXPERIMENTAL }, INT_MIN, INT_MAX, A|V|D|E, "strict"},
A                 142 libavcodec/options_table.h {"err_detect", "set error detection flags", OFFSET(err_recognition), AV_OPT_TYPE_FLAGS, {.i64 = 0 }, INT_MIN, INT_MAX, A|V|D, "err_detect"},
A                 143 libavcodec/options_table.h {"crccheck", "verify embedded CRCs", 0, AV_OPT_TYPE_CONST, {.i64 = AV_EF_CRCCHECK }, INT_MIN, INT_MAX, A|V|D, "err_detect"},
A                 144 libavcodec/options_table.h {"bitstream", "detect bitstream specification deviations", 0, AV_OPT_TYPE_CONST, {.i64 = AV_EF_BITSTREAM }, INT_MIN, INT_MAX, A|V|D, "err_detect"},
A                 145 libavcodec/options_table.h {"buffer", "detect improper bitstream length", 0, AV_OPT_TYPE_CONST, {.i64 = AV_EF_BUFFER }, INT_MIN, INT_MAX, A|V|D, "err_detect"},
A                 146 libavcodec/options_table.h {"explode", "abort decoding on minor error detection", 0, AV_OPT_TYPE_CONST, {.i64 = AV_EF_EXPLODE }, INT_MIN, INT_MAX, A|V|D, "err_detect"},
A                 147 libavcodec/options_table.h {"ignore_err", "ignore errors", 0, AV_OPT_TYPE_CONST, {.i64 = AV_EF_IGNORE_ERR }, INT_MIN, INT_MAX, A|V|D, "err_detect"},
A                 148 libavcodec/options_table.h {"careful",    "consider things that violate the spec, are fast to check and have not been seen in the wild as errors", 0, AV_OPT_TYPE_CONST, {.i64 = AV_EF_CAREFUL }, INT_MIN, INT_MAX, A|V|D, "err_detect"},
A                 149 libavcodec/options_table.h {"compliant",  "consider all spec non compliancies as errors", 0, AV_OPT_TYPE_CONST, {.i64 = AV_EF_COMPLIANT | AV_EF_CAREFUL }, INT_MIN, INT_MAX, A|V|D, "err_detect"},
A                 150 libavcodec/options_table.h {"aggressive", "consider things that a sane encoder should not do as an error", 0, AV_OPT_TYPE_CONST, {.i64 = AV_EF_AGGRESSIVE | AV_EF_COMPLIANT | AV_EF_CAREFUL}, INT_MIN, INT_MAX, A|V|D, "err_detect"},
A                 157 libavcodec/options_table.h {"maxrate", "maximum bitrate (in bits/s). Used for VBV together with bufsize.", OFFSET(rc_max_rate), AV_OPT_TYPE_INT64, {.i64 = DEFAULT }, 0, INT_MAX, V|A|E},
A                 159 libavcodec/options_table.h             OFFSET(rc_min_rate), AV_OPT_TYPE_INT64, {.i64 = DEFAULT }, INT_MIN, INT_MAX, V|A|E},
A                 160 libavcodec/options_table.h {"bufsize", "set ratecontrol buffer size (in bits)", OFFSET(rc_buffer_size), AV_OPT_TYPE_INT, {.i64 = DEFAULT }, INT_MIN, INT_MAX, A|V|E},
A                 204 libavcodec/options_table.h {"debug", "print specific debug info", OFFSET(debug), AV_OPT_TYPE_FLAGS, {.i64 = DEFAULT }, 0, INT_MAX, V|A|S|E|D, "debug"},
A                 225 libavcodec/options_table.h {"thread_ops", "threading operations", 0, AV_OPT_TYPE_CONST, {.i64 = FF_DEBUG_THREADS }, INT_MIN, INT_MAX, V|A|D, "debug"},
A                 226 libavcodec/options_table.h {"nomc", "skip motion compensation", 0, AV_OPT_TYPE_CONST, {.i64 = FF_DEBUG_NOMC }, INT_MIN, INT_MAX, V|A|D, "debug"},
A                 235 libavcodec/options_table.h {"global_quality", NULL, OFFSET(global_quality), AV_OPT_TYPE_INT, {.i64 = DEFAULT }, INT_MIN, INT_MAX, V|A|E},
A                 258 libavcodec/options_table.h {"threads", "set the number of threads", OFFSET(thread_count), AV_OPT_TYPE_INT, {.i64 = 1 }, 0, INT_MAX, V|A|E|D, "threads"},
A                 264 libavcodec/options_table.h {"profile", NULL, OFFSET(profile), AV_OPT_TYPE_INT, {.i64 = FF_PROFILE_UNKNOWN }, INT_MIN, INT_MAX, V|A|E|CC, "avctx.profile"},
A                 265 libavcodec/options_table.h {"unknown", NULL, 0, AV_OPT_TYPE_CONST, {.i64 = FF_PROFILE_UNKNOWN }, INT_MIN, INT_MAX, V|A|E, "avctx.profile"},
A                 267 libavcodec/options_table.h {"level", NULL, OFFSET(level), AV_OPT_TYPE_INT, {.i64 = FF_LEVEL_UNKNOWN }, INT_MIN, INT_MAX, V|A|E, "level"},
A                 268 libavcodec/options_table.h {"unknown", NULL, 0, AV_OPT_TYPE_CONST, {.i64 = FF_LEVEL_UNKNOWN }, INT_MIN, INT_MAX, V|A|E, "level"},
A                 269 libavcodec/options_table.h {"lowres", "decode at 1= 1/2, 2=1/4, 3=1/8 resolutions", OFFSET(lowres), AV_OPT_TYPE_INT, {.i64 = 0 }, 0, INT_MAX, V|A|D},
A                 323 libavcodec/options_table.h {"trellis", "rate-distortion optimal quantization", OFFSET(trellis), AV_OPT_TYPE_INT, {.i64 = DEFAULT }, INT_MIN, INT_MAX, V|A|E},
A                 328 libavcodec/options_table.h {"compression_level", NULL, OFFSET(compression_level), AV_OPT_TYPE_INT, {.i64 = FF_COMPRESSION_DEFAULT }, INT_MIN, INT_MAX, V|A|E},
A                 330 libavcodec/options_table.h {"min_prediction_order", NULL, OFFSET(min_prediction_order), AV_OPT_TYPE_INT, {.i64 = -1 }, INT_MIN, INT_MAX, A|E},
A                 331 libavcodec/options_table.h {"max_prediction_order", NULL, OFFSET(max_prediction_order), AV_OPT_TYPE_INT, {.i64 = -1 }, INT_MIN, INT_MAX, A|E},
A                 335 libavcodec/options_table.h {"channel_layout", NULL, OFFSET(channel_layout), AV_OPT_TYPE_UINT64, {.i64 = DEFAULT }, 0, UINT64_MAX, A|E|D, "channel_layout"},
A                 336 libavcodec/options_table.h {"request_channel_layout", NULL, OFFSET(request_channel_layout), AV_OPT_TYPE_UINT64, {.i64 = DEFAULT }, 0, UINT64_MAX, A|D, "request_channel_layout"},
A                 339 libavcodec/options_table.h {"ticks_per_frame", NULL, OFFSET(ticks_per_frame), AV_OPT_TYPE_INT, {.i64 = 1 }, 1, INT_MAX, A|V|E|D},
A                 417 libavcodec/options_table.h {"thread_type", "select multithreading type", OFFSET(thread_type), AV_OPT_TYPE_FLAGS, {.i64 = FF_THREAD_SLICE|FF_THREAD_FRAME }, 0, INT_MAX, V|A|E|D, "thread_type"},
A                 420 libavcodec/options_table.h {"audio_service_type", "audio service type", OFFSET(audio_service_type), AV_OPT_TYPE_INT, {.i64 = AV_AUDIO_SERVICE_TYPE_MAIN }, 0, AV_AUDIO_SERVICE_TYPE_NB-1, A|E, "audio_service_type"},
A                 421 libavcodec/options_table.h {"ma", "Main Audio Service", 0, AV_OPT_TYPE_CONST, {.i64 = AV_AUDIO_SERVICE_TYPE_MAIN },              INT_MIN, INT_MAX, A|E, "audio_service_type"},
A                 422 libavcodec/options_table.h {"ef", "Effects",            0, AV_OPT_TYPE_CONST, {.i64 = AV_AUDIO_SERVICE_TYPE_EFFECTS },           INT_MIN, INT_MAX, A|E, "audio_service_type"},
A                 423 libavcodec/options_table.h {"vi", "Visually Impaired",  0, AV_OPT_TYPE_CONST, {.i64 = AV_AUDIO_SERVICE_TYPE_VISUALLY_IMPAIRED }, INT_MIN, INT_MAX, A|E, "audio_service_type"},
A                 424 libavcodec/options_table.h {"hi", "Hearing Impaired",   0, AV_OPT_TYPE_CONST, {.i64 = AV_AUDIO_SERVICE_TYPE_HEARING_IMPAIRED },  INT_MIN, INT_MAX, A|E, "audio_service_type"},
A                 425 libavcodec/options_table.h {"di", "Dialogue",           0, AV_OPT_TYPE_CONST, {.i64 = AV_AUDIO_SERVICE_TYPE_DIALOGUE },          INT_MIN, INT_MAX, A|E, "audio_service_type"},
A                 426 libavcodec/options_table.h {"co", "Commentary",         0, AV_OPT_TYPE_CONST, {.i64 = AV_AUDIO_SERVICE_TYPE_COMMENTARY },        INT_MIN, INT_MAX, A|E, "audio_service_type"},
A                 427 libavcodec/options_table.h {"em", "Emergency",          0, AV_OPT_TYPE_CONST, {.i64 = AV_AUDIO_SERVICE_TYPE_EMERGENCY },         INT_MIN, INT_MAX, A|E, "audio_service_type"},
A                 428 libavcodec/options_table.h {"vo", "Voice Over",         0, AV_OPT_TYPE_CONST, {.i64 = AV_AUDIO_SERVICE_TYPE_VOICE_OVER },        INT_MIN, INT_MAX, A|E, "audio_service_type"},
A                 429 libavcodec/options_table.h {"ka", "Karaoke",            0, AV_OPT_TYPE_CONST, {.i64 = AV_AUDIO_SERVICE_TYPE_KARAOKE },           INT_MIN, INT_MAX, A|E, "audio_service_type"},
A                 430 libavcodec/options_table.h {"request_sample_fmt", "sample format audio decoders should prefer", OFFSET(request_sample_fmt), AV_OPT_TYPE_SAMPLE_FMT, {.i64=AV_SAMPLE_FMT_NONE}, -1, INT_MAX, A|D, "request_sample_fmt"},
A                 447 libavcodec/options_table.h {"refcounted_frames", NULL, OFFSET(refcounted_frames), AV_OPT_TYPE_BOOL, {.i64 = 0}, 0, 1, A|V|D },
A                 449 libavcodec/options_table.h {"side_data_only_packets", NULL, OFFSET(side_data_only_packets), AV_OPT_TYPE_BOOL, { .i64 = 1 }, 0, 1, A|V|E },
A                 459 libavcodec/options_table.h {"dump_separator", "set information dump field separator", OFFSET(dump_separator), AV_OPT_TYPE_STRING, {.str = NULL}, 0, 0, A|V|S|D|E},
A                 460 libavcodec/options_table.h {"codec_whitelist", "List of decoders that are allowed to be used", OFFSET(codec_whitelist), AV_OPT_TYPE_STRING, { .str = NULL },  0, 0, A|V|S|D },
A                 463 libavcodec/options_table.h {"max_pixels", "Maximum number of pixels", OFFSET(max_pixels), AV_OPT_TYPE_INT64, {.i64 = INT_MAX }, 0, INT_MAX, A|V|S|D|E },
A                 464 libavcodec/options_table.h {"max_samples", "Maximum number of samples", OFFSET(max_samples), AV_OPT_TYPE_INT64, {.i64 = INT_MAX }, 0, INT_MAX, A|D|E },
A                 309 libavcodec/pcm.c         AV_WN ## size ## A(dst, (uint ## size ## _t)(v - offset) << shift);    \
A                 320 libavcodec/pcm.c             AV_WN ## size ## A(dst, (uint ## size ##_t)(v - offset) << shift); \
A                  45 libavcodec/ppc/vp3dsp_altivec.c     vec_s16 A, B, C, D, Ad, Bd, Cd, Dd, E, F, G, H;\
A                  81 libavcodec/ppc/vp3dsp_altivec.c     A = vec_add(M16(b1, C1), M15(b7, C7));\
A                  86 libavcodec/ppc/vp3dsp_altivec.c     Ad = M16(vec_sub(A, C), C4);\
A                  89 libavcodec/ppc/vp3dsp_altivec.c     Cd = vec_add(A, C);\
A                  98 libavcodec/rv30.c                 int A = dst[-r->intra_types_stride] + 1;
A                 100 libavcodec/rv30.c                 *dst++ = rv30_itype_from_context[A * 90 + B * 9 + rv30_itype_code[code + k]];
A                 470 libavcodec/rv34.c     int A[2] = {0}, B[2], C[2];
A                 481 libavcodec/rv34.c         A[0] = s->current_picture_ptr->motion_val[0][mv_pos-1][0];
A                 482 libavcodec/rv34.c         A[1] = s->current_picture_ptr->motion_val[0][mv_pos-1][1];
A                 488 libavcodec/rv34.c         B[0] = A[0];
A                 489 libavcodec/rv34.c         B[1] = A[1];
A                 496 libavcodec/rv34.c             C[0] = A[0];
A                 497 libavcodec/rv34.c             C[1] = A[1];
A                 503 libavcodec/rv34.c     mx = mid_pred(A[0], B[0], C[0]);
A                 504 libavcodec/rv34.c     my = mid_pred(A[1], B[1], C[1]);
A                 530 libavcodec/rv34.c static inline void rv34_pred_b_vector(int A[2], int B[2], int C[2],
A                 535 libavcodec/rv34.c         *mx = A[0] + B[0] + C[0];
A                 536 libavcodec/rv34.c         *my = A[1] + B[1] + C[1];
A                 542 libavcodec/rv34.c         *mx = mid_pred(A[0], B[0], C[0]);
A                 543 libavcodec/rv34.c         *my = mid_pred(A[1], B[1], C[1]);
A                 555 libavcodec/rv34.c     int A[2] = { 0 }, B[2] = { 0 }, C[2] = { 0 };
A                 564 libavcodec/rv34.c         A[0] = cur_pic->motion_val[dir][mv_pos - 1][0];
A                 565 libavcodec/rv34.c         A[1] = cur_pic->motion_val[dir][mv_pos - 1][1];
A                 583 libavcodec/rv34.c     rv34_pred_b_vector(A, B, C, has_A, has_B, has_C, &mx, &my);
A                 606 libavcodec/rv34.c     int A[2] = {0}, B[2], C[2];
A                 612 libavcodec/rv34.c         A[0] = s->current_picture_ptr->motion_val[0][mv_pos - 1][0];
A                 613 libavcodec/rv34.c         A[1] = s->current_picture_ptr->motion_val[0][mv_pos - 1][1];
A                 619 libavcodec/rv34.c         B[0] = A[0];
A                 620 libavcodec/rv34.c         B[1] = A[1];
A                 627 libavcodec/rv34.c             C[0] = A[0];
A                 628 libavcodec/rv34.c             C[1] = A[1];
A                 634 libavcodec/rv34.c     mx = mid_pred(A[0], B[0], C[0]);
A                 635 libavcodec/rv34.c     my = mid_pred(A[1], B[1], C[1]);
A                 168 libavcodec/rv40.c     int A, B, C;
A                 189 libavcodec/rv40.c             A = ptr[-r->intra_types_stride + 1]; // it won't be used for the last coefficient in a row
A                 192 libavcodec/rv40.c             pattern = A + B * (1 << 4) + C * (1 << 8);
A                 299 libavcodec/rv40dsp.c     const int A = (8-x) * (8-y);\
A                 310 libavcodec/rv40dsp.c             OP(dst[0], (A*src[0] + B*src[1] + C*src[stride+0] + D*src[stride+1] + bias));\
A                 311 libavcodec/rv40dsp.c             OP(dst[1], (A*src[1] + B*src[2] + C*src[stride+1] + D*src[stride+2] + bias));\
A                 312 libavcodec/rv40dsp.c             OP(dst[2], (A*src[2] + B*src[3] + C*src[stride+2] + D*src[stride+3] + bias));\
A                 313 libavcodec/rv40dsp.c             OP(dst[3], (A*src[3] + B*src[4] + C*src[stride+3] + D*src[stride+4] + bias));\
A                 321 libavcodec/rv40dsp.c             OP(dst[0], (A*src[0] + E*src[step+0] + bias));\
A                 322 libavcodec/rv40dsp.c             OP(dst[1], (A*src[1] + E*src[step+1] + bias));\
A                 323 libavcodec/rv40dsp.c             OP(dst[2], (A*src[2] + E*src[step+2] + bias));\
A                 324 libavcodec/rv40dsp.c             OP(dst[3], (A*src[3] + E*src[step+3] + bias));\
A                 335 libavcodec/rv40dsp.c     const int A = (8-x) * (8-y);\
A                 346 libavcodec/rv40dsp.c             OP(dst[0], (A*src[0] + B*src[1] + C*src[stride+0] + D*src[stride+1] + bias));\
A                 347 libavcodec/rv40dsp.c             OP(dst[1], (A*src[1] + B*src[2] + C*src[stride+1] + D*src[stride+2] + bias));\
A                 348 libavcodec/rv40dsp.c             OP(dst[2], (A*src[2] + B*src[3] + C*src[stride+2] + D*src[stride+3] + bias));\
A                 349 libavcodec/rv40dsp.c             OP(dst[3], (A*src[3] + B*src[4] + C*src[stride+3] + D*src[stride+4] + bias));\
A                 350 libavcodec/rv40dsp.c             OP(dst[4], (A*src[4] + B*src[5] + C*src[stride+4] + D*src[stride+5] + bias));\
A                 351 libavcodec/rv40dsp.c             OP(dst[5], (A*src[5] + B*src[6] + C*src[stride+5] + D*src[stride+6] + bias));\
A                 352 libavcodec/rv40dsp.c             OP(dst[6], (A*src[6] + B*src[7] + C*src[stride+6] + D*src[stride+7] + bias));\
A                 353 libavcodec/rv40dsp.c             OP(dst[7], (A*src[7] + B*src[8] + C*src[stride+7] + D*src[stride+8] + bias));\
A                 361 libavcodec/rv40dsp.c             OP(dst[0], (A*src[0] + E*src[step+0] + bias));\
A                 362 libavcodec/rv40dsp.c             OP(dst[1], (A*src[1] + E*src[step+1] + bias));\
A                 363 libavcodec/rv40dsp.c             OP(dst[2], (A*src[2] + E*src[step+2] + bias));\
A                 364 libavcodec/rv40dsp.c             OP(dst[3], (A*src[3] + E*src[step+3] + bias));\
A                 365 libavcodec/rv40dsp.c             OP(dst[4], (A*src[4] + E*src[step+4] + bias));\
A                 366 libavcodec/rv40dsp.c             OP(dst[5], (A*src[5] + E*src[step+5] + bias));\
A                 367 libavcodec/rv40dsp.c             OP(dst[6], (A*src[6] + E*src[step+6] + bias));\
A                 368 libavcodec/rv40dsp.c             OP(dst[7], (A*src[7] + E*src[step+7] + bias));\
A                 389 libavcodec/svq3.c     const int16_t *const A = s->mv_cache[list][index8 - 1];
A                 405 libavcodec/svq3.c         *mx = mid_pred(A[0], B[0], C[0]);
A                 406 libavcodec/svq3.c         *my = mid_pred(A[1], B[1], C[1]);
A                 409 libavcodec/svq3.c             *mx = A[0];
A                 410 libavcodec/svq3.c             *my = A[1];
A                 422 libavcodec/svq3.c             *mx = A[0];
A                 423 libavcodec/svq3.c             *my = A[1];
A                 425 libavcodec/svq3.c             *mx = mid_pred(A[0], B[0], C[0]);
A                 426 libavcodec/svq3.c             *my = mid_pred(A[1], B[1], C[1]);
A                  22 libavcodec/tests/celp_math.c static inline void IsAlmostEqual(float A, float B, float epsilon)
A                  24 libavcodec/tests/celp_math.c     float diff = fabsf(A - B);
A                  25 libavcodec/tests/celp_math.c     float absa = fabsf(A);
A                 401 libavcodec/utvideodec.c     int A, B, C;
A                 424 libavcodec/utvideodec.c         A        = bsrc[0];
A                 427 libavcodec/utvideodec.c             bsrc[i] += mid_pred(A, B, (uint8_t)(A + B - C));
A                 429 libavcodec/utvideodec.c             A        = bsrc[i];
A                 433 libavcodec/utvideodec.c                                         bsrc + 16, width - 16, &A, &B);
A                 439 libavcodec/utvideodec.c                                             bsrc, width, &A, &B);
A                 453 libavcodec/utvideodec.c     int A, B, C;
A                 471 libavcodec/utvideodec.c         A = c->llviddsp.add_left_pred(bsrc, bsrc, width, 0);
A                 472 libavcodec/utvideodec.c         c->llviddsp.add_left_pred(bsrc + stride, bsrc + stride, width, A);
A                 479 libavcodec/utvideodec.c         A        = bsrc[0];
A                 482 libavcodec/utvideodec.c             bsrc[i] += mid_pred(A, B, (uint8_t)(A + B - C));
A                 484 libavcodec/utvideodec.c             A        = bsrc[i];
A                 488 libavcodec/utvideodec.c                                         bsrc + 16, width - 16, &A, &B);
A                 491 libavcodec/utvideodec.c                                         bsrc + stride, width, &A, &B);
A                 496 libavcodec/utvideodec.c                                             bsrc, width, &A, &B);
A                 498 libavcodec/utvideodec.c                                             bsrc + stride, width, &A, &B);
A                 508 libavcodec/utvideodec.c     int A, B, C;
A                 533 libavcodec/utvideodec.c                 A = bsrc[i - stride];
A                 536 libavcodec/utvideodec.c                 bsrc[i] = (A - B + C + bsrc[i]) & 0xFF;
A                 549 libavcodec/utvideodec.c     int A, B, C;
A                 568 libavcodec/utvideodec.c         A = c->llviddsp.add_left_pred(bsrc, bsrc, width, 0);
A                 569 libavcodec/utvideodec.c         c->llviddsp.add_left_pred(bsrc + stride, bsrc + stride, width, A);
A                 577 libavcodec/utvideodec.c                 A = bsrc[i - stride2];
A                 580 libavcodec/utvideodec.c                 bsrc[i] = (A - B + C + bsrc[i]) & 0xFF;
A                 585 libavcodec/utvideodec.c             A = bsrc[-stride];
A                 588 libavcodec/utvideodec.c             bsrc[stride] = (A - B + C + bsrc[stride]) & 0xFF;
A                 590 libavcodec/utvideodec.c                 A = bsrc[i - stride];
A                 593 libavcodec/utvideodec.c                 bsrc[i + stride] = (A - B + C + bsrc[i + stride]) & 0xFF;
A                 294 libavcodec/utvideoenc.c     int A, B;
A                 313 libavcodec/utvideoenc.c     A = B = 0;
A                 317 libavcodec/utvideoenc.c         c->llvidencdsp.sub_median_pred(dst, src - stride, src, width, &A, &B);
A                 593 libavcodec/vc1.c #define ROTATE(DEF, L, N, C, A) do {                          \
A                 595 libavcodec/vc1.c             C = A;                                            \
A                 218 libavcodec/vc1_pred.c     int16_t *A, *B, *C;
A                 304 libavcodec/vc1_pred.c         A = s->current_picture.motion_val[dir][xy - wrap + v->blocks_off];
A                 308 libavcodec/vc1_pred.c         field_predA[0] = A[0];
A                 309 libavcodec/vc1_pred.c         field_predA[1] = A[1];
A                 475 libavcodec/vc1_pred.c     int A[2], B[2], C[2];
A                 513 libavcodec/vc1_pred.c             A[0] = s->current_picture.motion_val[dir][xy - 1][0];
A                 514 libavcodec/vc1_pred.c             A[1] = s->current_picture.motion_val[dir][xy - 1][1];
A                 517 libavcodec/vc1_pred.c             A[0] = (s->current_picture.motion_val[dir][xy - 1][0]
A                 519 libavcodec/vc1_pred.c             A[1] = (s->current_picture.motion_val[dir][xy - 1][1]
A                 525 libavcodec/vc1_pred.c             A[0] = A[1] = 0;
A                 528 libavcodec/vc1_pred.c         A[0] = A[1] = 0;
A                 595 libavcodec/vc1_pred.c         A[0] = A[1] = 0;
A                 607 libavcodec/vc1_pred.c                 px = mid_pred(A[0], B[0], C[0]);
A                 608 libavcodec/vc1_pred.c                 py = mid_pred(A[1], B[1], C[1]);
A                 610 libavcodec/vc1_pred.c                 if      (a_valid) { px = A[0]; py = A[1]; }
A                 617 libavcodec/vc1_pred.c             field_a = (A[1] & 4) ? 1 : 0;
A                 633 libavcodec/vc1_pred.c                 px = mid_pred(A[0], B[0], C[0]);
A                 634 libavcodec/vc1_pred.c                 py = mid_pred(A[1], B[1], C[1]);
A                 638 libavcodec/vc1_pred.c                 px = !field_a ? A[0] : B[0];
A                 639 libavcodec/vc1_pred.c                 py = !field_a ? A[1] : B[1];
A                 641 libavcodec/vc1_pred.c                 px =  field_a ? A[0] : B[0];
A                 642 libavcodec/vc1_pred.c                 py =  field_a ? A[1] : B[1];
A                 647 libavcodec/vc1_pred.c                     px = A[0];
A                 648 libavcodec/vc1_pred.c                     py = A[1];
A                 659 libavcodec/vc1_pred.c                     px = A[0];
A                 660 libavcodec/vc1_pred.c                     py = A[1];
A                 668 libavcodec/vc1_pred.c             px = (a_valid) ? A[0] : ((b_valid) ? B[0] : C[0]);
A                 669 libavcodec/vc1_pred.c             py = (a_valid) ? A[1] : ((b_valid) ? B[1] : C[1]);
A                 696 libavcodec/vc1_pred.c     int16_t *A, *B, *C;
A                 747 libavcodec/vc1_pred.c         A   = s->current_picture.motion_val[0][xy - wrap * 2];
A                 754 libavcodec/vc1_pred.c                 px = A[0];
A                 755 libavcodec/vc1_pred.c                 py = A[1];
A                 757 libavcodec/vc1_pred.c                 px = mid_pred(A[0], B[0], C[0]);
A                 758 libavcodec/vc1_pred.c                 py = mid_pred(A[1], B[1], C[1]);
A                 785 libavcodec/vc1_pred.c                 sum = FFABS(px - A[0]) + FFABS(py - A[1]);
A                 788 libavcodec/vc1_pred.c                     px = A[0];
A                 789 libavcodec/vc1_pred.c                     py = A[1];
A                 801 libavcodec/vc1_pred.c                         px = A[0];
A                 802 libavcodec/vc1_pred.c                         py = A[1];
A                 816 libavcodec/vc1_pred.c         A   = s->current_picture.motion_val[1][xy - wrap * 2];
A                 824 libavcodec/vc1_pred.c                 px = A[0];
A                 825 libavcodec/vc1_pred.c                 py = A[1];
A                 827 libavcodec/vc1_pred.c                 px = mid_pred(A[0], B[0], C[0]);
A                 828 libavcodec/vc1_pred.c                 py = mid_pred(A[1], B[1], C[1]);
A                 855 libavcodec/vc1_pred.c                 sum = FFABS(px - A[0]) + FFABS(py - A[1]);
A                 858 libavcodec/vc1_pred.c                     px = A[0];
A                 859 libavcodec/vc1_pred.c                     py = A[1];
A                 871 libavcodec/vc1_pred.c                         px = A[0];
A                 872 libavcodec/vc1_pred.c                         py = A[1];
A                 784 libavcodec/vc1dsp.c     ((A * src[a] + B * src[a + 1] + \
A                 790 libavcodec/vc1dsp.c     const int A = (8 - x) * (8 - y);
A                 815 libavcodec/vc1dsp.c     const int A = (8 - x) * (8 - y);
A                 838 libavcodec/vc1dsp.c     const int A = (8 - x) * (8 - y);
A                 864 libavcodec/vc1dsp.c     const int A = (8 - x) * (8 - y);
A                  52 libavcodec/vp3dsp.c     int A, B, C, D, Ad, Bd, Cd, Dd, E, F, G, H;
A                  62 libavcodec/vp3dsp.c             A = M(xC1S7, ip[1 * 8]) + M(xC7S1, ip[7 * 8]);
A                  67 libavcodec/vp3dsp.c             Ad = M(xC4S4, (A - C));
A                  70 libavcodec/vp3dsp.c             Cd = A + C;
A                 111 libavcodec/vp3dsp.c             A = M(xC1S7, ip[1]) + M(xC7S1, ip[7]);
A                 116 libavcodec/vp3dsp.c             Ad = M(xC4S4, (A - C));
A                 119 libavcodec/vp3dsp.c             Cd = A + C;
A                 203 libavcodec/vp3dsp.c     int A, B, C, D, Ad, Bd, Cd, Dd, E, F, G, H;
A                 212 libavcodec/vp3dsp.c             A =  M(xC1S7, ip[1 * 8]);
A                 217 libavcodec/vp3dsp.c             Ad = M(xC4S4, (A - C));
A                 220 libavcodec/vp3dsp.c             Cd = A + C;
A                 261 libavcodec/vp3dsp.c             A =  M(xC1S7, ip[1]);
A                 266 libavcodec/vp3dsp.c             Ad = M(xC4S4, (A - C));
A                 269 libavcodec/vp3dsp.c             Cd = A + C;
A                 778 libavcodec/wavpack.c     int A, B, L, L2, R, R2;
A                 802 libavcodec/wavpack.c                         A = 2U * s->decorr[i].samplesA[0] - s->decorr[i].samplesA[1];
A                 805 libavcodec/wavpack.c                         A = (int)(3U * s->decorr[i].samplesA[0] - s->decorr[i].samplesA[1]) >> 1;
A                 812 libavcodec/wavpack.c                     A = s->decorr[i].samplesA[pos];
A                 817 libavcodec/wavpack.c                     L2 = L + ((s->decorr[i].weightA * (int64_t)A + 512) >> 10);
A                 820 libavcodec/wavpack.c                     L2 = L + (unsigned)((int)(s->decorr[i].weightA * (unsigned)A + 512) >> 10);
A                 823 libavcodec/wavpack.c                 if (A && L)
A                 824 libavcodec/wavpack.c                     s->decorr[i].weightA -= ((((L ^ A) >> 30) & 2) - 1) * s->decorr[i].delta;
A                 909 libavcodec/wavpack.c     int A, S, T;
A                 927 libavcodec/wavpack.c                     A =  2U * s->decorr[i].samplesA[0] - s->decorr[i].samplesA[1];
A                 929 libavcodec/wavpack.c                     A = (int)(3U * s->decorr[i].samplesA[0] - s->decorr[i].samplesA[1]) >> 1;
A                 933 libavcodec/wavpack.c                 A = s->decorr[i].samplesA[pos];
A                 937 libavcodec/wavpack.c                 S = T + ((s->decorr[i].weightA * (int64_t)A + 512) >> 10);
A                 939 libavcodec/wavpack.c                 S = T + (unsigned)((int)(s->decorr[i].weightA * (unsigned)A + 512) >> 10);
A                 940 libavcodec/wavpack.c             if (A && T)
A                 941 libavcodec/wavpack.c                 s->decorr[i].weightA -= ((((T ^ A) >> 30) & 2) - 1) * s->decorr[i].delta;
A                 303 libavcodec/wmv2dec.c     int16_t *A, *B, *C, *mot_val;
A                 310 libavcodec/wmv2dec.c     A       = s->current_picture.motion_val[0][xy     - 1];
A                 315 libavcodec/wmv2dec.c         diff = FFMAX(FFABS(A[0] - B[0]), FFABS(A[1] - B[1]));
A                 325 libavcodec/wmv2dec.c         *px = A[0];
A                 326 libavcodec/wmv2dec.c         *py = A[1];
A                 333 libavcodec/wmv2dec.c             *px = A[0];
A                 334 libavcodec/wmv2dec.c             *py = A[1];
A                 336 libavcodec/wmv2dec.c             *px = mid_pred(A[0], B[0], C[0]);
A                 337 libavcodec/wmv2dec.c             *py = mid_pred(A[1], B[1], C[1]);
A                  69 libavcodec/x86/cavsdsp.c #define QPEL_CAVSV1(A,B,C,D,E,F,OP,ADD, MUL1, MUL2) \
A                  86 libavcodec/x86/cavsdsp.c         "psubw "#A", %%mm6          \n\t"\
A                  90 libavcodec/x86/cavsdsp.c         OP(%%mm6, (%1), A, d)            \
A                  94 libavcodec/x86/cavsdsp.c #define QPEL_CAVSV2(A,B,C,D,E,F,OP,ADD, MUL1, MUL2) \
A                 106 libavcodec/x86/cavsdsp.c         OP(%%mm6, (%1), A, d)            \
A                 110 libavcodec/x86/cavsdsp.c #define QPEL_CAVSV3(A,B,C,D,E,F,OP,ADD, MUL1, MUL2) \
A                 131 libavcodec/x86/cavsdsp.c         OP(%%mm6, (%1), A, d)            \
A                  38 libavdevice/avdevice.c         {.i64 = AV_CODEC_ID_NONE}, AV_CODEC_ID_NONE, INT_MAX, E|D|A|V },
A                  40 libavdevice/avdevice.c         {.i64 = AV_SAMPLE_FMT_NONE}, AV_SAMPLE_FMT_NONE, INT_MAX, E|D|A },
A                  42 libavdevice/avdevice.c         {.i64 = -1}, -1, INT_MAX, E|D|A },
A                  44 libavdevice/avdevice.c         {.i64 = -1}, -1, INT_MAX, E|D|A },
A                  46 libavdevice/avdevice.c         {.i64 = -1}, -1, INT_MAX, E|D|A },
A                  39 libavfilter/af_acontrast.c     { "contrast", "set contrast", OFFSET(contrast), AV_OPT_TYPE_FLOAT, {.dbl=33}, 0, 100, A },
A                  74 libavfilter/af_acrusher.c     { "level_in", "set level in",         OFFSET(level_in),  AV_OPT_TYPE_DOUBLE, {.dbl=1},    0.015625, 64, A },
A                  75 libavfilter/af_acrusher.c     { "level_out","set level out",        OFFSET(level_out), AV_OPT_TYPE_DOUBLE, {.dbl=1},    0.015625, 64, A },
A                  76 libavfilter/af_acrusher.c     { "bits",     "set bit reduction",    OFFSET(bits),      AV_OPT_TYPE_DOUBLE, {.dbl=8},    1,        64, A },
A                  77 libavfilter/af_acrusher.c     { "mix",      "set mix",              OFFSET(mix),       AV_OPT_TYPE_DOUBLE, {.dbl=.5},   0,         1, A },
A                  78 libavfilter/af_acrusher.c     { "mode",     "set mode",             OFFSET(mode),      AV_OPT_TYPE_INT,    {.i64=0},    0,         1, A, "mode" },
A                  79 libavfilter/af_acrusher.c     {   "lin",    "linear",               0,                 AV_OPT_TYPE_CONST,  {.i64=0},    0,         0, A, "mode" },
A                  80 libavfilter/af_acrusher.c     {   "log",    "logarithmic",          0,                 AV_OPT_TYPE_CONST,  {.i64=1},    0,         0, A, "mode" },
A                  81 libavfilter/af_acrusher.c     { "dc",       "set DC",               OFFSET(dc),        AV_OPT_TYPE_DOUBLE, {.dbl=1},  .25,         4, A },
A                  82 libavfilter/af_acrusher.c     { "aa",       "set anti-aliasing",    OFFSET(aa),        AV_OPT_TYPE_DOUBLE, {.dbl=.5},   0,         1, A },
A                  83 libavfilter/af_acrusher.c     { "samples",  "set sample reduction", OFFSET(samples),   AV_OPT_TYPE_DOUBLE, {.dbl=1},    1,       250, A },
A                  84 libavfilter/af_acrusher.c     { "lfo",      "enable LFO",           OFFSET(is_lfo),    AV_OPT_TYPE_BOOL,   {.i64=0},    0,         1, A },
A                  85 libavfilter/af_acrusher.c     { "lforange", "set LFO depth",        OFFSET(lforange),  AV_OPT_TYPE_DOUBLE, {.dbl=20},   1,       250, A },
A                  86 libavfilter/af_acrusher.c     { "lforate",  "set LFO rate",         OFFSET(lforate),   AV_OPT_TYPE_DOUBLE, {.dbl=.3}, .01,       200, A },
A                  57 libavfilter/af_adelay.c     { "delays", "set list of delays for each channel", OFFSET(delays), AV_OPT_TYPE_STRING, {.str=NULL}, 0, 0, A },
A                  58 libavfilter/af_adelay.c     { "all",    "use last available delay for remained channels", OFFSET(all), AV_OPT_TYPE_BOOL, {.i64=0}, 0, 1, A },
A                  52 libavfilter/af_aecho.c     { "in_gain",  "set signal input gain",  OFFSET(in_gain),  AV_OPT_TYPE_FLOAT,  {.dbl=0.6}, 0, 1, A },
A                  53 libavfilter/af_aecho.c     { "out_gain", "set signal output gain", OFFSET(out_gain), AV_OPT_TYPE_FLOAT,  {.dbl=0.3}, 0, 1, A },
A                  54 libavfilter/af_aecho.c     { "delays",   "set list of signal delays", OFFSET(delays), AV_OPT_TYPE_STRING, {.str="1000"}, 0, 0, A },
A                  55 libavfilter/af_aecho.c     { "decays",   "set list of signal decays", OFFSET(decays), AV_OPT_TYPE_STRING, {.str="0.5"}, 0, 0, A },
A                 152 libavfilter/af_aemphasis.c     double A = sqrt(peak);
A                 156 libavfilter/af_aemphasis.c     double tmp = 2 * sqrt(A) * alpha;
A                 159 libavfilter/af_aemphasis.c     bq->a0 =    A*( (A+1) + (A-1)*cw0 + tmp);
A                 160 libavfilter/af_aemphasis.c     bq->a1 = -2*A*( (A-1) + (A+1)*cw0);
A                 161 libavfilter/af_aemphasis.c     bq->a2 =    A*( (A+1) + (A-1)*cw0 - tmp);
A                 162 libavfilter/af_aemphasis.c         b0 =        (A+1) - (A-1)*cw0 + tmp;
A                 163 libavfilter/af_aemphasis.c     bq->b1 =    2*( (A-1) - (A+1)*cw0);
A                 164 libavfilter/af_aemphasis.c     bq->b2 =        (A+1) - (A-1)*cw0 - tmp;
A                 150 libavfilter/af_afade.c                    double A = 1. / (1.0 + exp(0 -((gain-0.5) * a * 2.0)));
A                 153 libavfilter/af_afade.c                    gain = (A - B) / (C - B);
A                  64 libavfilter/af_afftfilt.c     { "real", "set channels real expressions",       OFFSET(real_str), AV_OPT_TYPE_STRING, {.str = "re" }, 0, 0, A },
A                  65 libavfilter/af_afftfilt.c     { "imag", "set channels imaginary expressions",  OFFSET(img_str),  AV_OPT_TYPE_STRING, {.str = "im" }, 0, 0, A },
A                  66 libavfilter/af_afftfilt.c     { "win_size", "set window size", OFFSET(fft_size), AV_OPT_TYPE_INT, {.i64=4096}, 16, 131072, A },
A                  67 libavfilter/af_afftfilt.c     { "win_func", "set window function", OFFSET(win_func), AV_OPT_TYPE_INT, {.i64 = WFUNC_HANNING}, 0, NB_WFUNC-1, A, "win_func" },
A                  68 libavfilter/af_afftfilt.c         { "rect",     "Rectangular",      0, AV_OPT_TYPE_CONST, {.i64=WFUNC_RECT},     0, 0, A, "win_func" },
A                  69 libavfilter/af_afftfilt.c         { "bartlett", "Bartlett",         0, AV_OPT_TYPE_CONST, {.i64=WFUNC_BARTLETT}, 0, 0, A, "win_func" },
A                  70 libavfilter/af_afftfilt.c         { "hann",     "Hann",             0, AV_OPT_TYPE_CONST, {.i64=WFUNC_HANNING},  0, 0, A, "win_func" },
A                  71 libavfilter/af_afftfilt.c         { "hanning",  "Hanning",          0, AV_OPT_TYPE_CONST, {.i64=WFUNC_HANNING},  0, 0, A, "win_func" },
A                  72 libavfilter/af_afftfilt.c         { "hamming",  "Hamming",          0, AV_OPT_TYPE_CONST, {.i64=WFUNC_HAMMING},  0, 0, A, "win_func" },
A                  73 libavfilter/af_afftfilt.c         { "blackman", "Blackman",         0, AV_OPT_TYPE_CONST, {.i64=WFUNC_BLACKMAN}, 0, 0, A, "win_func" },
A                  74 libavfilter/af_afftfilt.c         { "welch",    "Welch",            0, AV_OPT_TYPE_CONST, {.i64=WFUNC_WELCH},    0, 0, A, "win_func" },
A                  75 libavfilter/af_afftfilt.c         { "flattop",  "Flat-top",         0, AV_OPT_TYPE_CONST, {.i64=WFUNC_FLATTOP},  0, 0, A, "win_func" },
A                  76 libavfilter/af_afftfilt.c         { "bharris",  "Blackman-Harris",  0, AV_OPT_TYPE_CONST, {.i64=WFUNC_BHARRIS},  0, 0, A, "win_func" },
A                  77 libavfilter/af_afftfilt.c         { "bnuttall", "Blackman-Nuttall", 0, AV_OPT_TYPE_CONST, {.i64=WFUNC_BNUTTALL}, 0, 0, A, "win_func" },
A                  78 libavfilter/af_afftfilt.c         { "bhann",    "Bartlett-Hann",    0, AV_OPT_TYPE_CONST, {.i64=WFUNC_BHANN},    0, 0, A, "win_func" },
A                  79 libavfilter/af_afftfilt.c         { "sine",     "Sine",             0, AV_OPT_TYPE_CONST, {.i64=WFUNC_SINE},     0, 0, A, "win_func" },
A                  80 libavfilter/af_afftfilt.c         { "nuttall",  "Nuttall",          0, AV_OPT_TYPE_CONST, {.i64=WFUNC_NUTTALL},  0, 0, A, "win_func" },
A                  81 libavfilter/af_afftfilt.c         { "lanczos",  "Lanczos",          0, AV_OPT_TYPE_CONST, {.i64=WFUNC_LANCZOS},  0, 0, A, "win_func" },
A                  82 libavfilter/af_afftfilt.c         { "gauss",    "Gauss",            0, AV_OPT_TYPE_CONST, {.i64=WFUNC_GAUSS},    0, 0, A, "win_func" },
A                  83 libavfilter/af_afftfilt.c         { "tukey",    "Tukey",            0, AV_OPT_TYPE_CONST, {.i64=WFUNC_TUKEY},    0, 0, A, "win_func" },
A                  84 libavfilter/af_afftfilt.c         { "dolph",    "Dolph-Chebyshev",  0, AV_OPT_TYPE_CONST, {.i64=WFUNC_DOLPH},    0, 0, A, "win_func" },
A                  85 libavfilter/af_afftfilt.c         { "cauchy",   "Cauchy",           0, AV_OPT_TYPE_CONST, {.i64=WFUNC_CAUCHY},   0, 0, A, "win_func" },
A                  86 libavfilter/af_afftfilt.c         { "parzen",   "Parzen",           0, AV_OPT_TYPE_CONST, {.i64=WFUNC_PARZEN},   0, 0, A, "win_func" },
A                  87 libavfilter/af_afftfilt.c         { "poisson",  "Poisson",          0, AV_OPT_TYPE_CONST, {.i64=WFUNC_POISSON},  0, 0, A, "win_func" },
A                  88 libavfilter/af_afftfilt.c         { "bohman",   "Bohman",           0, AV_OPT_TYPE_CONST, {.i64=WFUNC_BOHMAN},   0, 0, A, "win_func" },
A                  89 libavfilter/af_afftfilt.c     { "overlap", "set window overlap", OFFSET(overlap), AV_OPT_TYPE_FLOAT, {.dbl=0.75}, 0,  1, A },
A                  52 libavfilter/af_aformat.c     { "sample_fmts",     "A '|'-separated list of sample formats.",  OFFSET(formats_str),         AV_OPT_TYPE_STRING, .flags = A|F },
A                  53 libavfilter/af_aformat.c     { "f",               "A '|'-separated list of sample formats.",  OFFSET(formats_str),         AV_OPT_TYPE_STRING, .flags = A|F },
A                  54 libavfilter/af_aformat.c     { "sample_rates",    "A '|'-separated list of sample rates.",    OFFSET(sample_rates_str),    AV_OPT_TYPE_STRING, .flags = A|F },
A                  55 libavfilter/af_aformat.c     { "r",               "A '|'-separated list of sample rates.",    OFFSET(sample_rates_str),    AV_OPT_TYPE_STRING, .flags = A|F },
A                  56 libavfilter/af_aformat.c     { "channel_layouts", "A '|'-separated list of channel layouts.", OFFSET(channel_layouts_str), AV_OPT_TYPE_STRING, .flags = A|F },
A                  57 libavfilter/af_aformat.c     { "cl",              "A '|'-separated list of channel layouts.", OFFSET(channel_layouts_str), AV_OPT_TYPE_STRING, .flags = A|F },
A                  69 libavfilter/af_agate.c     { "level_in",  "set input level",        OFFSET(level_in),  AV_OPT_TYPE_DOUBLE, {.dbl=1},           0.015625,   64, A },
A                  70 libavfilter/af_agate.c     { "mode",      "set mode",               OFFSET(mode),      AV_OPT_TYPE_INT,    {.i64=0},           0, 1, A, "mode" },
A                  71 libavfilter/af_agate.c     {   "downward",0,                        0,                 AV_OPT_TYPE_CONST,  {.i64=0},           0, 0, A, "mode" },
A                  72 libavfilter/af_agate.c     {   "upward",  0,                        0,                 AV_OPT_TYPE_CONST,  {.i64=1},           0, 0, A, "mode" },
A                  73 libavfilter/af_agate.c     { "range",     "set max gain reduction", OFFSET(range),     AV_OPT_TYPE_DOUBLE, {.dbl=0.06125},     0, 1, A },
A                  74 libavfilter/af_agate.c     { "threshold", "set threshold",          OFFSET(threshold), AV_OPT_TYPE_DOUBLE, {.dbl=0.125},       0, 1, A },
A                  75 libavfilter/af_agate.c     { "ratio",     "set ratio",              OFFSET(ratio),     AV_OPT_TYPE_DOUBLE, {.dbl=2},           1,  9000, A },
A                  76 libavfilter/af_agate.c     { "attack",    "set attack",             OFFSET(attack),    AV_OPT_TYPE_DOUBLE, {.dbl=20},          0.01, 9000, A },
A                  77 libavfilter/af_agate.c     { "release",   "set release",            OFFSET(release),   AV_OPT_TYPE_DOUBLE, {.dbl=250},         0.01, 9000, A },
A                  78 libavfilter/af_agate.c     { "makeup",    "set makeup gain",        OFFSET(makeup),    AV_OPT_TYPE_DOUBLE, {.dbl=1},           1,   64, A },
A                  79 libavfilter/af_agate.c     { "knee",      "set knee",               OFFSET(knee),      AV_OPT_TYPE_DOUBLE, {.dbl=2.828427125}, 1,    8, A },
A                  80 libavfilter/af_agate.c     { "detection", "set detection",          OFFSET(detection), AV_OPT_TYPE_INT,    {.i64=1},           0,    1, A, "detection" },
A                  81 libavfilter/af_agate.c     {   "peak",    0,                        0,                 AV_OPT_TYPE_CONST,  {.i64=0},           0,    0, A, "detection" },
A                  82 libavfilter/af_agate.c     {   "rms",     0,                        0,                 AV_OPT_TYPE_CONST,  {.i64=1},           0,    0, A, "detection" },
A                  83 libavfilter/af_agate.c     { "link",      "set link",               OFFSET(link),      AV_OPT_TYPE_INT,    {.i64=0},           0,    1, A, "link" },
A                  84 libavfilter/af_agate.c     {   "average", 0,                        0,                 AV_OPT_TYPE_CONST,  {.i64=0},           0,    0, A, "link" },
A                  85 libavfilter/af_agate.c     {   "maximum", 0,                        0,                 AV_OPT_TYPE_CONST,  {.i64=1},           0,    0, A, "link" },
A                  86 libavfilter/af_agate.c     { "level_sc",  "set sidechain gain",     OFFSET(level_sc),  AV_OPT_TYPE_DOUBLE, {.dbl=1},           0.015625,   64, A },
A                  70 libavfilter/af_alimiter.c     { "level_in",  "set input level",  OFFSET(level_in),     AV_OPT_TYPE_DOUBLE, {.dbl=1},.015625,   64, A|F },
A                  71 libavfilter/af_alimiter.c     { "level_out", "set output level", OFFSET(level_out),    AV_OPT_TYPE_DOUBLE, {.dbl=1},.015625,   64, A|F },
A                  72 libavfilter/af_alimiter.c     { "limit",     "set limit",        OFFSET(limit),        AV_OPT_TYPE_DOUBLE, {.dbl=1}, 0.0625,    1, A|F },
A                  73 libavfilter/af_alimiter.c     { "attack",    "set attack",       OFFSET(attack),       AV_OPT_TYPE_DOUBLE, {.dbl=5},    0.1,   80, A|F },
A                  74 libavfilter/af_alimiter.c     { "release",   "set release",      OFFSET(release),      AV_OPT_TYPE_DOUBLE, {.dbl=50},     1, 8000, A|F },
A                  75 libavfilter/af_alimiter.c     { "asc",       "enable asc",       OFFSET(auto_release), AV_OPT_TYPE_BOOL,   {.i64=0},      0,    1, A|F },
A                  76 libavfilter/af_alimiter.c     { "asc_level", "set asc level",    OFFSET(asc_coeff),    AV_OPT_TYPE_DOUBLE, {.dbl=0.5},    0,    1, A|F },
A                  77 libavfilter/af_alimiter.c     { "level",     "auto level",       OFFSET(auto_level),   AV_OPT_TYPE_BOOL,   {.i64=1},      0,    1, A|F },
A                 187 libavfilter/af_amix.c             OFFSET(nb_inputs), AV_OPT_TYPE_INT, { .i64 = 2 }, 1, INT16_MAX, A|F },
A                 189 libavfilter/af_amix.c             OFFSET(duration_mode), AV_OPT_TYPE_INT, { .i64 = DURATION_LONGEST }, 0,  2, A|F, "duration" },
A                 190 libavfilter/af_amix.c         { "longest",  "Duration of longest input.",  0, AV_OPT_TYPE_CONST, { .i64 = DURATION_LONGEST  }, 0, 0, A|F, "duration" },
A                 191 libavfilter/af_amix.c         { "shortest", "Duration of shortest input.", 0, AV_OPT_TYPE_CONST, { .i64 = DURATION_SHORTEST }, 0, 0, A|F, "duration" },
A                 192 libavfilter/af_amix.c         { "first",    "Duration of first input.",    0, AV_OPT_TYPE_CONST, { .i64 = DURATION_FIRST    }, 0, 0, A|F, "duration" },
A                 195 libavfilter/af_amix.c             OFFSET(dropout_transition), AV_OPT_TYPE_FLOAT, { .dbl = 2.0 }, 0, INT_MAX, A|F },
A                 197 libavfilter/af_amix.c             OFFSET(weights_str), AV_OPT_TYPE_STRING, {.str="1 1"}, 0, 0, A|F|T },
A                  81 libavfilter/af_anequalizer.c     { "params", NULL,                             OFFSET(args),        AV_OPT_TYPE_STRING,     {.str=""}, 0, 0, A|F },
A                  66 libavfilter/af_anlms.c     { "order",   "set the filter order",   OFFSET(order),   AV_OPT_TYPE_INT,   {.i64=256},  1, INT16_MAX, A },
A                  52 libavfilter/af_apad.c     { "packet_size", "set silence packet size",                                  OFFSET(packet_size), AV_OPT_TYPE_INT,   { .i64 = 4096 }, 0, INT_MAX, A },
A                  53 libavfilter/af_apad.c     { "pad_len",     "set number of samples of silence to add",                  OFFSET(pad_len),     AV_OPT_TYPE_INT64, { .i64 = -1 }, -1, INT64_MAX, A },
A                  54 libavfilter/af_apad.c     { "whole_len",   "set minimum target number of samples in the audio stream", OFFSET(whole_len),   AV_OPT_TYPE_INT64, { .i64 = -1 }, -1, INT64_MAX, A },
A                  55 libavfilter/af_apad.c     { "pad_dur",     "set duration of silence to add",                           OFFSET(pad_dur),     AV_OPT_TYPE_DURATION, { .i64 = 0 }, 0, INT64_MAX, A },
A                  56 libavfilter/af_apad.c     { "whole_dur",   "set minimum target duration in the audio stream",          OFFSET(whole_dur),   AV_OPT_TYPE_DURATION, { .i64 = 0 }, 0, INT64_MAX, A },
A                  52 libavfilter/af_asoftclip.c     { "type", "set softclip type", OFFSET(type), AV_OPT_TYPE_INT,    {.i64=0},          0, NB_TYPES-1, A, "types" },
A                  53 libavfilter/af_asoftclip.c     { "tanh",                NULL,            0, AV_OPT_TYPE_CONST,  {.i64=ASC_TANH},   0,          0, A, "types" },
A                  54 libavfilter/af_asoftclip.c     { "atan",                NULL,            0, AV_OPT_TYPE_CONST,  {.i64=ASC_ATAN},   0,          0, A, "types" },
A                  55 libavfilter/af_asoftclip.c     { "cubic",               NULL,            0, AV_OPT_TYPE_CONST,  {.i64=ASC_CUBIC},  0,          0, A, "types" },
A                  56 libavfilter/af_asoftclip.c     { "exp",                 NULL,            0, AV_OPT_TYPE_CONST,  {.i64=ASC_EXP},    0,          0, A, "types" },
A                  57 libavfilter/af_asoftclip.c     { "alg",                 NULL,            0, AV_OPT_TYPE_CONST,  {.i64=ASC_ALG},    0,          0, A, "types" },
A                  58 libavfilter/af_asoftclip.c     { "quintic",             NULL,            0, AV_OPT_TYPE_CONST,  {.i64=ASC_QUINTIC},0,          0, A, "types" },
A                  59 libavfilter/af_asoftclip.c     { "sin",                 NULL,            0, AV_OPT_TYPE_CONST,  {.i64=ASC_SIN},    0,          0, A, "types" },
A                  60 libavfilter/af_asoftclip.c     { "param", "set softclip parameter", OFFSET(param), AV_OPT_TYPE_DOUBLE, {.dbl=1}, 0.01,        3, A },
A                 266 libavfilter/af_biquads.c     double A = ff_exp10(s->gain / 40);
A                 295 libavfilter/af_biquads.c         alpha = sin(w0) / 2 * sqrt((A + 1 / A) * (1 / s->width - 1) + 2);
A                 301 libavfilter/af_biquads.c     beta = 2 * sqrt(A);
A                 307 libavfilter/af_biquads.c         s->a0 =   1 + alpha / A;
A                 309 libavfilter/af_biquads.c         s->a2 =   1 - alpha / A;
A                 310 libavfilter/af_biquads.c         s->b0 =   1 + alpha * A;
A                 312 libavfilter/af_biquads.c         s->b2 =   1 - alpha * A;
A                 315 libavfilter/af_biquads.c         beta = sqrt((A * A + 1) - (A - 1) * (A - 1));
A                 317 libavfilter/af_biquads.c         s->a0 =          (A + 1) + (A - 1) * cos(w0) + beta * alpha;
A                 318 libavfilter/af_biquads.c         s->a1 =    -2 * ((A - 1) + (A + 1) * cos(w0));
A                 319 libavfilter/af_biquads.c         s->a2 =          (A + 1) + (A - 1) * cos(w0) - beta * alpha;
A                 320 libavfilter/af_biquads.c         s->b0 =     A * ((A + 1) - (A - 1) * cos(w0) + beta * alpha);
A                 321 libavfilter/af_biquads.c         s->b1 = 2 * A * ((A - 1) - (A + 1) * cos(w0));
A                 322 libavfilter/af_biquads.c         s->b2 =     A * ((A + 1) - (A - 1) * cos(w0) - beta * alpha);
A                 325 libavfilter/af_biquads.c         beta = sqrt((A * A + 1) - (A - 1) * (A - 1));
A                 327 libavfilter/af_biquads.c         s->a0 =          (A + 1) - (A - 1) * cos(w0) + beta * alpha;
A                 328 libavfilter/af_biquads.c         s->a1 =     2 * ((A - 1) - (A + 1) * cos(w0));
A                 329 libavfilter/af_biquads.c         s->a2 =          (A + 1) - (A - 1) * cos(w0) - beta * alpha;
A                 330 libavfilter/af_biquads.c         s->b0 =     A * ((A + 1) + (A - 1) * cos(w0) + beta * alpha);
A                 331 libavfilter/af_biquads.c         s->b1 =-2 * A * ((A - 1) + (A + 1) * cos(w0));
A                 332 libavfilter/af_biquads.c         s->b2 =     A * ((A + 1) + (A - 1) * cos(w0) - beta * alpha);
A                  54 libavfilter/af_bs2b.c             OFFSET(profile), AV_OPT_TYPE_INT, { .i64 = BS2B_DEFAULT_CLEVEL }, 0, INT_MAX, A, "profile" },
A                  55 libavfilter/af_bs2b.c         { "default", "default profile", 0, AV_OPT_TYPE_CONST, { .i64 = BS2B_DEFAULT_CLEVEL }, 0, 0, A, "profile" },
A                  56 libavfilter/af_bs2b.c         { "cmoy",    "Chu Moy circuit", 0, AV_OPT_TYPE_CONST, { .i64 = BS2B_CMOY_CLEVEL    }, 0, 0, A, "profile" },
A                  57 libavfilter/af_bs2b.c         { "jmeier",  "Jan Meier circuit", 0, AV_OPT_TYPE_CONST, { .i64 = BS2B_JMEIER_CLEVEL  }, 0, 0, A, "profile" },
A                  59 libavfilter/af_bs2b.c             OFFSET(fcut), AV_OPT_TYPE_INT, { .i64 = 0 }, 0, BS2B_MAXFCUT, A },
A                  61 libavfilter/af_bs2b.c             OFFSET(feed), AV_OPT_TYPE_INT, { .i64 = 0 }, 0, BS2B_MAXFEED, A },
A                  73 libavfilter/af_channelmap.c           OFFSET(mapping_str),        AV_OPT_TYPE_STRING, .flags = A|F },
A                  75 libavfilter/af_channelmap.c           OFFSET(channel_layout_str), AV_OPT_TYPE_STRING, .flags = A|F },
A                  50 libavfilter/af_channelsplit.c     { "channel_layout", "Input channel layout.", OFFSET(channel_layout_str), AV_OPT_TYPE_STRING, { .str = "stereo" }, .flags = A|F },
A                  51 libavfilter/af_channelsplit.c     { "channels",        "Channels to extract.", OFFSET(channels_str),       AV_OPT_TYPE_STRING, { .str = "all" },    .flags = A|F },
A                  67 libavfilter/af_chorus.c     { "in_gain",  "set input gain",  OFFSET(in_gain),    AV_OPT_TYPE_FLOAT,  {.dbl=.4}, 0, 1, A },
A                  68 libavfilter/af_chorus.c     { "out_gain", "set output gain", OFFSET(out_gain),   AV_OPT_TYPE_FLOAT,  {.dbl=.4}, 0, 1, A },
A                  69 libavfilter/af_chorus.c     { "delays",   "set delays",      OFFSET(delays_str), AV_OPT_TYPE_STRING, {.str=NULL}, 0, 0, A },
A                  70 libavfilter/af_chorus.c     { "decays",   "set decays",      OFFSET(decays_str), AV_OPT_TYPE_STRING, {.str=NULL}, 0, 0, A },
A                  71 libavfilter/af_chorus.c     { "speeds",   "set speeds",      OFFSET(speeds_str), AV_OPT_TYPE_STRING, {.str=NULL}, 0, 0, A },
A                  72 libavfilter/af_chorus.c     { "depths",   "set depths",      OFFSET(depths_str), AV_OPT_TYPE_STRING, {.str=NULL}, 0, 0, A },
A                  75 libavfilter/af_compand.c     { "attacks", "set time over which increase of volume is determined", OFFSET(attacks), AV_OPT_TYPE_STRING, { .str = "0" }, 0, 0, A },
A                  76 libavfilter/af_compand.c     { "decays", "set time over which decrease of volume is determined", OFFSET(decays), AV_OPT_TYPE_STRING, { .str = "0.8" }, 0, 0, A },
A                  77 libavfilter/af_compand.c     { "points", "set points of transfer function", OFFSET(points), AV_OPT_TYPE_STRING, { .str = "-70/-70|-60/-20|1/0" }, 0, 0, A },
A                  78 libavfilter/af_compand.c     { "soft-knee", "set soft-knee", OFFSET(curve_dB), AV_OPT_TYPE_DOUBLE, { .dbl = 0.01 }, 0.01, 900, A },
A                  79 libavfilter/af_compand.c     { "gain", "set output gain", OFFSET(gain_dB), AV_OPT_TYPE_DOUBLE, { .dbl = 0 }, -900, 900, A },
A                  80 libavfilter/af_compand.c     { "volume", "set initial volume", OFFSET(initial_volume), AV_OPT_TYPE_DOUBLE, { .dbl = 0 }, -900, 0, A },
A                  81 libavfilter/af_compand.c     { "delay", "set delay for samples before sending them to volume adjuster", OFFSET(delay), AV_OPT_TYPE_DOUBLE, { .dbl = 0 }, 0, 20, A },
A                  46 libavfilter/af_compensationdelay.c     { "mm",   "set mm distance",    OFFSET(distance_mm), AV_OPT_TYPE_INT,    {.i64=0},    0,  10, A },
A                  47 libavfilter/af_compensationdelay.c     { "cm",   "set cm distance",    OFFSET(distance_cm), AV_OPT_TYPE_INT,    {.i64=0},    0, 100, A },
A                  48 libavfilter/af_compensationdelay.c     { "m",    "set meter distance", OFFSET(distance_m),  AV_OPT_TYPE_INT,    {.i64=0},    0, 100, A },
A                  49 libavfilter/af_compensationdelay.c     { "dry",  "set dry amount",     OFFSET(dry),         AV_OPT_TYPE_DOUBLE, {.dbl=0},    0,   1, A },
A                  50 libavfilter/af_compensationdelay.c     { "wet",  "set wet amount",     OFFSET(wet),         AV_OPT_TYPE_DOUBLE, {.dbl=1},    0,   1, A },
A                  51 libavfilter/af_compensationdelay.c     { "temp", "set temperature °C", OFFSET(temp),        AV_OPT_TYPE_INT,    {.i64=20}, -50,  50, A },
A                  62 libavfilter/af_crossfeed.c     double A = ff_exp10(s->strength * -30 / 40);
A                  66 libavfilter/af_crossfeed.c     alpha = sin(w0) / 2 * sqrt((A + 1 / A) * (1 / s->slope - 1) + 2);
A                  68 libavfilter/af_crossfeed.c     s->a0 =          (A + 1) + (A - 1) * cos(w0) + 2 * sqrt(A) * alpha;
A                  69 libavfilter/af_crossfeed.c     s->a1 =    -2 * ((A - 1) + (A + 1) * cos(w0));
A                  70 libavfilter/af_crossfeed.c     s->a2 =          (A + 1) + (A - 1) * cos(w0) - 2 * sqrt(A) * alpha;
A                  71 libavfilter/af_crossfeed.c     s->b0 =     A * ((A + 1) - (A - 1) * cos(w0) + 2 * sqrt(A) * alpha);
A                  72 libavfilter/af_crossfeed.c     s->b1 = 2 * A * ((A - 1) - (A + 1) * cos(w0));
A                  73 libavfilter/af_crossfeed.c     s->b2 =     A * ((A + 1) - (A - 1) * cos(w0) - 2 * sqrt(A) * alpha);
A                  39 libavfilter/af_crystalizer.c     { "i", "set intensity",    OFFSET(mult), AV_OPT_TYPE_FLOAT, {.dbl=2.0}, 0, 10, A },
A                  40 libavfilter/af_crystalizer.c     { "c", "enable clipping",  OFFSET(clip), AV_OPT_TYPE_BOOL,  {.i64=1},   0,  1, A },
A                  39 libavfilter/af_dcshift.c     { "shift",       "set DC shift",     OFFSET(dcshift),       AV_OPT_TYPE_DOUBLE, {.dbl=0}, -1, 1, A },
A                  40 libavfilter/af_dcshift.c     { "limitergain", "set limiter gain", OFFSET(limitergain), AV_OPT_TYPE_DOUBLE, {.dbl=0}, 0, 1, A },
A                  59 libavfilter/af_deesser.c     { "i", "set intensity",    OFFSET(intensity), AV_OPT_TYPE_DOUBLE, {.dbl=0.0}, 0.0, 1.0, A },
A                  60 libavfilter/af_deesser.c     { "m", "set max deessing", OFFSET(max),       AV_OPT_TYPE_DOUBLE, {.dbl=0.5}, 0.0, 1.0, A },
A                  61 libavfilter/af_deesser.c     { "f", "set frequency",    OFFSET(frequency), AV_OPT_TYPE_DOUBLE, {.dbl=0.5}, 0.0, 1.0, A },
A                  62 libavfilter/af_deesser.c     { "s", "set output mode",  OFFSET(mode),      AV_OPT_TYPE_INT,    {.i64=OUT_MODE}, 0, NB_MODES-1, A, "mode" },
A                  63 libavfilter/af_deesser.c     {  "i", "input",           0,                 AV_OPT_TYPE_CONST,  {.i64=IN_MODE},  0, 0, A, "mode" },
A                  64 libavfilter/af_deesser.c     {  "o", "output",          0,                 AV_OPT_TYPE_CONST,  {.i64=OUT_MODE}, 0, 0, A, "mode" },
A                  65 libavfilter/af_deesser.c     {  "e", "ess",             0,                 AV_OPT_TYPE_CONST,  {.i64=ESS_MODE}, 0, 0, A, "mode" },
A                  37 libavfilter/af_extrastereo.c     { "m", "set the difference coefficient", OFFSET(mult), AV_OPT_TYPE_FLOAT, {.dbl=2.5}, -10, 10, A },
A                  38 libavfilter/af_extrastereo.c     { "c", "enable clipping",                OFFSET(clip), AV_OPT_TYPE_BOOL,  {.i64=1},     0,  1, A },
A                  56 libavfilter/af_flanger.c     { "delay", "base delay in milliseconds",        OFFSET(delay_min),   AV_OPT_TYPE_DOUBLE, {.dbl=0}, 0, 30, A },
A                  57 libavfilter/af_flanger.c     { "depth", "added swept delay in milliseconds", OFFSET(delay_depth), AV_OPT_TYPE_DOUBLE, {.dbl=2}, 0, 10, A },
A                  58 libavfilter/af_flanger.c     { "regen", "percentage regeneration (delayed signal feedback)", OFFSET(feedback_gain), AV_OPT_TYPE_DOUBLE, {.dbl=0}, -95, 95, A },
A                  59 libavfilter/af_flanger.c     { "width", "percentage of delayed signal mixed with original", OFFSET(delay_gain), AV_OPT_TYPE_DOUBLE, {.dbl=71}, 0, 100, A },
A                  60 libavfilter/af_flanger.c     { "speed", "sweeps per second (Hz)", OFFSET(speed), AV_OPT_TYPE_DOUBLE, {.dbl=0.5}, 0.1, 10, A },
A                  61 libavfilter/af_flanger.c     { "shape", "swept wave shape", OFFSET(wave_shape), AV_OPT_TYPE_INT, {.i64=WAVE_SIN}, WAVE_SIN, WAVE_NB-1, A, "type" },
A                  62 libavfilter/af_flanger.c     { "triangular",  NULL, 0, AV_OPT_TYPE_CONST,  {.i64=WAVE_TRI}, 0, 0, A, "type" },
A                  63 libavfilter/af_flanger.c     { "t",           NULL, 0, AV_OPT_TYPE_CONST,  {.i64=WAVE_TRI}, 0, 0, A, "type" },
A                  64 libavfilter/af_flanger.c     { "sinusoidal",  NULL, 0, AV_OPT_TYPE_CONST,  {.i64=WAVE_SIN}, 0, 0, A, "type" },
A                  65 libavfilter/af_flanger.c     { "s",           NULL, 0, AV_OPT_TYPE_CONST,  {.i64=WAVE_SIN}, 0, 0, A, "type" },
A                  66 libavfilter/af_flanger.c     { "phase", "swept wave percentage phase-shift for multi-channel", OFFSET(channel_phase), AV_OPT_TYPE_DOUBLE, {.dbl=25}, 0, 100, A },
A                  67 libavfilter/af_flanger.c     { "interp", "delay-line interpolation", OFFSET(interpolation), AV_OPT_TYPE_INT, {.i64=0}, 0, 1, A, "itype" },
A                  68 libavfilter/af_flanger.c     { "linear",     NULL, 0, AV_OPT_TYPE_CONST,  {.i64=INTERPOLATION_LINEAR},    0, 0, A, "itype" },
A                  69 libavfilter/af_flanger.c     { "quadratic",  NULL, 0, AV_OPT_TYPE_CONST,  {.i64=INTERPOLATION_QUADRATIC}, 0, 0, A, "itype" },
A                  60 libavfilter/af_haas.c     { "level_in",      "set level in",      OFFSET(level_in),         AV_OPT_TYPE_DOUBLE,  {.dbl=1}, 0.015625,  64, A },
A                  61 libavfilter/af_haas.c     { "level_out",     "set level out",     OFFSET(level_out),        AV_OPT_TYPE_DOUBLE,  {.dbl=1}, 0.015625,  64, A },
A                  62 libavfilter/af_haas.c     { "side_gain",     "set side gain",     OFFSET(par_side_gain),    AV_OPT_TYPE_DOUBLE,  {.dbl=1}, 0.015625,  64, A },
A                  63 libavfilter/af_haas.c     { "middle_source", "set middle source", OFFSET(par_m_source),     AV_OPT_TYPE_INT,     {.i64=2},        0,   3, A, "source" },
A                  64 libavfilter/af_haas.c     {   "left",        0,                   0,                        AV_OPT_TYPE_CONST,   {.i64=0},        0,   0, A, "source" },
A                  65 libavfilter/af_haas.c     {   "right",       0,                   0,                        AV_OPT_TYPE_CONST,   {.i64=1},        0,   0, A, "source" },
A                  66 libavfilter/af_haas.c     {   "mid",         "L+R",               0,                        AV_OPT_TYPE_CONST,   {.i64=2},        0,   0, A, "source" },
A                  67 libavfilter/af_haas.c     {   "side",        "L-R",               0,                        AV_OPT_TYPE_CONST,   {.i64=3},        0,   0, A, "source" },
A                  68 libavfilter/af_haas.c     { "middle_phase",  "set middle phase",  OFFSET(par_middle_phase), AV_OPT_TYPE_BOOL,    {.i64=0},        0,   1, A },
A                  69 libavfilter/af_haas.c     { "left_delay",    "set left delay",    OFFSET(par_delay0),       AV_OPT_TYPE_DOUBLE,  {.dbl=2.05},     0,  MAX_HAAS_DELAY, A },
A                  70 libavfilter/af_haas.c     { "left_balance",  "set left balance",  OFFSET(par_balance0),     AV_OPT_TYPE_DOUBLE,  {.dbl=-1.0},    -1,   1, A },
A                  71 libavfilter/af_haas.c     { "left_gain",     "set left gain",     OFFSET(par_gain0),        AV_OPT_TYPE_DOUBLE,  {.dbl=1}, 0.015625,  64, A },
A                  72 libavfilter/af_haas.c     { "left_phase",    "set left phase",    OFFSET(par_phase0),       AV_OPT_TYPE_BOOL,    {.i64=0},        0,   1, A },
A                  73 libavfilter/af_haas.c     { "right_delay",   "set right delay",   OFFSET(par_delay1),       AV_OPT_TYPE_DOUBLE,  {.dbl=2.12},     0,  MAX_HAAS_DELAY, A },
A                  74 libavfilter/af_haas.c     { "right_balance", "set right balance", OFFSET(par_balance1),     AV_OPT_TYPE_DOUBLE,  {.dbl=1},       -1,   1, A },
A                  75 libavfilter/af_haas.c     { "right_gain",    "set right gain",    OFFSET(par_gain1),        AV_OPT_TYPE_DOUBLE,  {.dbl=1}, 0.015625,  64, A },
A                  76 libavfilter/af_haas.c     { "right_phase",   "set right phase",   OFFSET(par_phase1),       AV_OPT_TYPE_BOOL,    {.i64=1},        0,   1, A },
A                 988 libavfilter/af_hdcd.c         OFFSET(disable_autoconvert), AV_OPT_TYPE_BOOL, { .i64 = 1 }, 0, 1, A },
A                 990 libavfilter/af_hdcd.c         OFFSET(process_stereo), AV_OPT_TYPE_BOOL, { .i64 = HDCD_PROCESS_STEREO_DEFAULT }, 0, 1, A },
A                 992 libavfilter/af_hdcd.c         OFFSET(cdt_ms), AV_OPT_TYPE_INT, { .i64 = 2000 }, 100, 60000, A },
A                 994 libavfilter/af_hdcd.c         OFFSET(force_pe), AV_OPT_TYPE_BOOL, { .i64 = 0 }, 0, 1, A },
A                 996 libavfilter/af_hdcd.c         OFFSET(analyze_mode), AV_OPT_TYPE_INT, { .i64=HDCD_ANA_OFF }, 0, HDCD_ANA_TOP-1, A, "analyze_mode"},
A                 997 libavfilter/af_hdcd.c         { "off", HDCD_ANA_OFF_DESC, 0, AV_OPT_TYPE_CONST, {.i64=HDCD_ANA_OFF}, 0, 0, A, "analyze_mode" },
A                 998 libavfilter/af_hdcd.c         { "lle", HDCD_ANA_LLE_DESC, 0, AV_OPT_TYPE_CONST, {.i64=HDCD_ANA_LLE}, 0, 0, A, "analyze_mode" },
A                 999 libavfilter/af_hdcd.c         { "pe",  HDCD_ANA_PE_DESC,  0, AV_OPT_TYPE_CONST, {.i64=HDCD_ANA_PE},  0, 0, A, "analyze_mode" },
A                1000 libavfilter/af_hdcd.c         { "cdt", HDCD_ANA_CDT_DESC, 0, AV_OPT_TYPE_CONST, {.i64=HDCD_ANA_CDT}, 0, 0, A, "analyze_mode" },
A                1001 libavfilter/af_hdcd.c         { "tgm", HDCD_ANA_TGM_DESC, 0, AV_OPT_TYPE_CONST, {.i64=HDCD_ANA_TGM}, 0, 0, A, "analyze_mode" },
A                1003 libavfilter/af_hdcd.c         OFFSET(bits_per_sample), AV_OPT_TYPE_INT, { .i64=16 }, 16, 24, A, "bits_per_sample"},
A                1004 libavfilter/af_hdcd.c         { "16", "16-bit (in s32 or s16)", 0, AV_OPT_TYPE_CONST, {.i64=16}, 0, 0, A, "bits_per_sample" },
A                1005 libavfilter/af_hdcd.c         { "20", "20-bit (in s32)", 0, AV_OPT_TYPE_CONST, {.i64=20}, 0, 0, A, "bits_per_sample" },
A                1006 libavfilter/af_hdcd.c         { "24", "24-bit (in s32)", 0, AV_OPT_TYPE_CONST, {.i64=24},  0, 0, A, "bits_per_sample" },
A                  72 libavfilter/af_join.c     { "inputs",         "Number of input streams.", OFFSET(inputs),             AV_OPT_TYPE_INT,    { .i64 = 2 }, 1, INT_MAX,       A|F },
A                  74 libavfilter/af_join.c                         "output stream.",           OFFSET(channel_layout_str), AV_OPT_TYPE_STRING, {.str = "stereo"}, 0, 0, A|F },
A                  77 libavfilter/af_join.c                                                     OFFSET(map),                AV_OPT_TYPE_STRING,                 .flags = A|F },
A                  98 libavfilter/af_mcompand.c     { "args", "set parameters for each band", OFFSET(args), AV_OPT_TYPE_STRING, { .str = "0.005,0.1 6 -47/-40,-34/-34,-17/-33 100 | 0.003,0.05 6 -47/-40,-34/-34,-17/-33 400 | 0.000625,0.0125 6 -47/-40,-34/-34,-15/-33 1600 | 0.0001,0.025 6 -47/-40,-34/-34,-31/-31,-0/-30 6400 | 0,0.025 6 -38/-31,-28/-28,-0/-25 22000" }, 0, 0, A },
A                  51 libavfilter/af_rubberband.c     { "transients", "set transients", OFFSET(transients), AV_OPT_TYPE_INT, {.i64=0}, 0, INT_MAX, A, "transients" },
A                  52 libavfilter/af_rubberband.c         { "crisp",  0,                0,                  AV_OPT_TYPE_CONST, {.i64=RubberBandOptionTransientsCrisp},  0, 0, A, "transients" },
A                  53 libavfilter/af_rubberband.c         { "mixed",  0,                0,                  AV_OPT_TYPE_CONST, {.i64=RubberBandOptionTransientsMixed},  0, 0, A, "transients" },
A                  54 libavfilter/af_rubberband.c         { "smooth", 0,                0,                  AV_OPT_TYPE_CONST, {.i64=RubberBandOptionTransientsSmooth}, 0, 0, A, "transients" },
A                  55 libavfilter/af_rubberband.c     { "detector",   "set detector",   OFFSET(detector),   AV_OPT_TYPE_INT, {.i64=0}, 0, INT_MAX, A, "detector" },
A                  56 libavfilter/af_rubberband.c         { "compound",   0,            0,                  AV_OPT_TYPE_CONST, {.i64=RubberBandOptionDetectorCompound},   0, 0, A, "detector" },
A                  57 libavfilter/af_rubberband.c         { "percussive", 0,            0,                  AV_OPT_TYPE_CONST, {.i64=RubberBandOptionDetectorPercussive}, 0, 0, A, "detector" },
A                  58 libavfilter/af_rubberband.c         { "soft",       0,            0,                  AV_OPT_TYPE_CONST, {.i64=RubberBandOptionDetectorSoft},       0, 0, A, "detector" },
A                  59 libavfilter/af_rubberband.c     { "phase",      "set phase",      OFFSET(phase),      AV_OPT_TYPE_INT, {.i64=0}, 0, INT_MAX, A, "phase" },
A                  60 libavfilter/af_rubberband.c         { "laminar",     0,           0,                  AV_OPT_TYPE_CONST, {.i64=RubberBandOptionPhaseLaminar},     0, 0, A, "phase" },
A                  61 libavfilter/af_rubberband.c         { "independent", 0,           0,                  AV_OPT_TYPE_CONST, {.i64=RubberBandOptionPhaseIndependent}, 0, 0, A, "phase" },
A                  62 libavfilter/af_rubberband.c     { "window",     "set window",     OFFSET(window),     AV_OPT_TYPE_INT, {.i64=0}, 0, INT_MAX, A, "window" },
A                  63 libavfilter/af_rubberband.c         { "standard", 0,              0,                  AV_OPT_TYPE_CONST, {.i64=RubberBandOptionWindowStandard}, 0, 0, A, "window" },
A                  64 libavfilter/af_rubberband.c         { "short",    0,              0,                  AV_OPT_TYPE_CONST, {.i64=RubberBandOptionWindowShort},    0, 0, A, "window" },
A                  65 libavfilter/af_rubberband.c         { "long",     0,              0,                  AV_OPT_TYPE_CONST, {.i64=RubberBandOptionWindowLong},     0, 0, A, "window" },
A                  66 libavfilter/af_rubberband.c     { "smoothing",  "set smoothing",  OFFSET(smoothing),  AV_OPT_TYPE_INT, {.i64=0}, 0, INT_MAX, A, "smoothing" },
A                  67 libavfilter/af_rubberband.c         { "off",    0,                0,                  AV_OPT_TYPE_CONST, {.i64=RubberBandOptionSmoothingOff}, 0, 0, A, "smoothing" },
A                  68 libavfilter/af_rubberband.c         { "on",     0,                0,                  AV_OPT_TYPE_CONST, {.i64=RubberBandOptionSmoothingOn},  0, 0, A, "smoothing" },
A                  69 libavfilter/af_rubberband.c     { "formant",    "set formant",    OFFSET(formant),    AV_OPT_TYPE_INT, {.i64=0}, 0, INT_MAX, A, "formant" },
A                  70 libavfilter/af_rubberband.c         { "shifted",    0,            0,                  AV_OPT_TYPE_CONST, {.i64=RubberBandOptionFormantShifted},   0, 0, A, "formant" },
A                  71 libavfilter/af_rubberband.c         { "preserved",  0,            0,                  AV_OPT_TYPE_CONST, {.i64=RubberBandOptionFormantPreserved}, 0, 0, A, "formant" },
A                  72 libavfilter/af_rubberband.c     { "pitchq",     "set pitch quality", OFFSET(opitch),  AV_OPT_TYPE_INT, {.i64=0}, 0, INT_MAX, A, "pitch" },
A                  73 libavfilter/af_rubberband.c         { "quality",     0,           0,                  AV_OPT_TYPE_CONST, {.i64=RubberBandOptionPitchHighQuality},     0, 0, A, "pitch" },
A                  74 libavfilter/af_rubberband.c         { "speed",       0,           0,                  AV_OPT_TYPE_CONST, {.i64=RubberBandOptionPitchHighSpeed},       0, 0, A, "pitch" },
A                  75 libavfilter/af_rubberband.c         { "consistency", 0,           0,                  AV_OPT_TYPE_CONST, {.i64=RubberBandOptionPitchHighConsistency}, 0, 0, A, "pitch" },
A                  76 libavfilter/af_rubberband.c     { "channels",   "set channels",   OFFSET(channels),   AV_OPT_TYPE_INT, {.i64=0}, 0, INT_MAX, A, "channels" },
A                  77 libavfilter/af_rubberband.c         { "apart",    0,              0,                  AV_OPT_TYPE_CONST, {.i64=RubberBandOptionChannelsApart},    0, 0, A, "channels" },
A                  78 libavfilter/af_rubberband.c         { "together", 0,              0,                  AV_OPT_TYPE_CONST, {.i64=RubberBandOptionChannelsTogether}, 0, 0, A, "channels" },
A                  76 libavfilter/af_sidechaincompress.c     { "level_in",  "set input gain",     OFFSET(level_in),  AV_OPT_TYPE_DOUBLE, {.dbl=1},        0.015625,   64, A|F|R },
A                  77 libavfilter/af_sidechaincompress.c     { "mode",      "set mode",           OFFSET(mode),      AV_OPT_TYPE_INT,    {.i64=0},               0,    1, A|F|R, "mode" },
A                  78 libavfilter/af_sidechaincompress.c     {   "downward",0,                    0,                 AV_OPT_TYPE_CONST,  {.i64=0},               0,    0, A|F|R, "mode" },
A                  79 libavfilter/af_sidechaincompress.c     {   "upward",  0,                    0,                 AV_OPT_TYPE_CONST,  {.i64=1},               0,    0, A|F|R, "mode" },
A                  80 libavfilter/af_sidechaincompress.c     { "threshold", "set threshold",      OFFSET(threshold), AV_OPT_TYPE_DOUBLE, {.dbl=0.125}, 0.000976563,    1, A|F|R },
A                  81 libavfilter/af_sidechaincompress.c     { "ratio",     "set ratio",          OFFSET(ratio),     AV_OPT_TYPE_DOUBLE, {.dbl=2},               1,   20, A|F|R },
A                  82 libavfilter/af_sidechaincompress.c     { "attack",    "set attack",         OFFSET(attack),    AV_OPT_TYPE_DOUBLE, {.dbl=20},           0.01, 2000, A|F|R },
A                  83 libavfilter/af_sidechaincompress.c     { "release",   "set release",        OFFSET(release),   AV_OPT_TYPE_DOUBLE, {.dbl=250},          0.01, 9000, A|F|R },
A                  84 libavfilter/af_sidechaincompress.c     { "makeup",    "set make up gain",   OFFSET(makeup),    AV_OPT_TYPE_DOUBLE, {.dbl=1},               1,   64, A|F|R },
A                  85 libavfilter/af_sidechaincompress.c     { "knee",      "set knee",           OFFSET(knee),      AV_OPT_TYPE_DOUBLE, {.dbl=2.82843},         1,    8, A|F|R },
A                  86 libavfilter/af_sidechaincompress.c     { "link",      "set link type",      OFFSET(link),      AV_OPT_TYPE_INT,    {.i64=0},               0,    1, A|F|R, "link" },
A                  87 libavfilter/af_sidechaincompress.c     {   "average", 0,                    0,                 AV_OPT_TYPE_CONST,  {.i64=0},               0,    0, A|F|R, "link" },
A                  88 libavfilter/af_sidechaincompress.c     {   "maximum", 0,                    0,                 AV_OPT_TYPE_CONST,  {.i64=1},               0,    0, A|F|R, "link" },
A                  89 libavfilter/af_sidechaincompress.c     { "detection", "set detection",      OFFSET(detection), AV_OPT_TYPE_INT,    {.i64=1},               0,    1, A|F|R, "detection" },
A                  90 libavfilter/af_sidechaincompress.c     {   "peak",    0,                    0,                 AV_OPT_TYPE_CONST,  {.i64=0},               0,    0, A|F|R, "detection" },
A                  91 libavfilter/af_sidechaincompress.c     {   "rms",     0,                    0,                 AV_OPT_TYPE_CONST,  {.i64=1},               0,    0, A|F|R, "detection" },
A                  92 libavfilter/af_sidechaincompress.c     { "level_sc",  "set sidechain gain", OFFSET(level_sc),  AV_OPT_TYPE_DOUBLE, {.dbl=1},        0.015625,   64, A|F|R },
A                  93 libavfilter/af_sidechaincompress.c     { "mix",       "set mix",            OFFSET(mix),       AV_OPT_TYPE_DOUBLE, {.dbl=1},               0,    1, A|F|R },
A                  63 libavfilter/af_stereotools.c     { "level_in",    "set level in",     OFFSET(level_in),    AV_OPT_TYPE_DOUBLE, {.dbl=1},   0.015625,  64, A },
A                  64 libavfilter/af_stereotools.c     { "level_out",   "set level out",    OFFSET(level_out),   AV_OPT_TYPE_DOUBLE, {.dbl=1},   0.015625,  64, A },
A                  65 libavfilter/af_stereotools.c     { "balance_in",  "set balance in",   OFFSET(balance_in),  AV_OPT_TYPE_DOUBLE, {.dbl=0},  -1,          1, A },
A                  66 libavfilter/af_stereotools.c     { "balance_out", "set balance out",  OFFSET(balance_out), AV_OPT_TYPE_DOUBLE, {.dbl=0},  -1,          1, A },
A                  67 libavfilter/af_stereotools.c     { "softclip",    "enable softclip",  OFFSET(softclip),    AV_OPT_TYPE_BOOL,   {.i64=0},   0,          1, A },
A                  68 libavfilter/af_stereotools.c     { "mutel",       "mute L",           OFFSET(mute_l),      AV_OPT_TYPE_BOOL,   {.i64=0},   0,          1, A },
A                  69 libavfilter/af_stereotools.c     { "muter",       "mute R",           OFFSET(mute_r),      AV_OPT_TYPE_BOOL,   {.i64=0},   0,          1, A },
A                  70 libavfilter/af_stereotools.c     { "phasel",      "phase L",          OFFSET(phase_l),     AV_OPT_TYPE_BOOL,   {.i64=0},   0,          1, A },
A                  71 libavfilter/af_stereotools.c     { "phaser",      "phase R",          OFFSET(phase_r),     AV_OPT_TYPE_BOOL,   {.i64=0},   0,          1, A },
A                  72 libavfilter/af_stereotools.c     { "mode",        "set stereo mode",  OFFSET(mode),        AV_OPT_TYPE_INT,    {.i64=0},   0,          8, A, "mode" },
A                  73 libavfilter/af_stereotools.c     {     "lr>lr",   0,                  0,                   AV_OPT_TYPE_CONST,  {.i64=0},   0,          0, A, "mode" },
A                  74 libavfilter/af_stereotools.c     {     "lr>ms",   0,                  0,                   AV_OPT_TYPE_CONST,  {.i64=1},   0,          0, A, "mode" },
A                  75 libavfilter/af_stereotools.c     {     "ms>lr",   0,                  0,                   AV_OPT_TYPE_CONST,  {.i64=2},   0,          0, A, "mode" },
A                  76 libavfilter/af_stereotools.c     {     "lr>ll",   0,                  0,                   AV_OPT_TYPE_CONST,  {.i64=3},   0,          0, A, "mode" },
A                  77 libavfilter/af_stereotools.c     {     "lr>rr",   0,                  0,                   AV_OPT_TYPE_CONST,  {.i64=4},   0,          0, A, "mode" },
A                  78 libavfilter/af_stereotools.c     {     "lr>l+r",  0,                  0,                   AV_OPT_TYPE_CONST,  {.i64=5},   0,          0, A, "mode" },
A                  79 libavfilter/af_stereotools.c     {     "lr>rl",   0,                  0,                   AV_OPT_TYPE_CONST,  {.i64=6},   0,          0, A, "mode" },
A                  80 libavfilter/af_stereotools.c     {     "ms>ll",   0,                  0,                   AV_OPT_TYPE_CONST,  {.i64=7},   0,          0, A, "mode" },
A                  81 libavfilter/af_stereotools.c     {     "ms>rr",   0,                  0,                   AV_OPT_TYPE_CONST,  {.i64=8},   0,          0, A, "mode" },
A                  82 libavfilter/af_stereotools.c     { "slev",        "set side level",   OFFSET(slev),        AV_OPT_TYPE_DOUBLE, {.dbl=1},   0.015625,  64, A },
A                  83 libavfilter/af_stereotools.c     { "sbal",        "set side balance", OFFSET(sbal),        AV_OPT_TYPE_DOUBLE, {.dbl=0},  -1,          1, A },
A                  84 libavfilter/af_stereotools.c     { "mlev",        "set middle level", OFFSET(mlev),        AV_OPT_TYPE_DOUBLE, {.dbl=1},   0.015625,  64, A },
A                  85 libavfilter/af_stereotools.c     { "mpan",        "set middle pan",   OFFSET(mpan),        AV_OPT_TYPE_DOUBLE, {.dbl=0},  -1,          1, A },
A                  86 libavfilter/af_stereotools.c     { "base",        "set stereo base",  OFFSET(base),        AV_OPT_TYPE_DOUBLE, {.dbl=0},  -1,          1, A },
A                  87 libavfilter/af_stereotools.c     { "delay",       "set delay",        OFFSET(delay),       AV_OPT_TYPE_DOUBLE, {.dbl=0}, -20,         20, A },
A                  88 libavfilter/af_stereotools.c     { "sclevel",     "set S/C level",    OFFSET(sc_level),    AV_OPT_TYPE_DOUBLE, {.dbl=1},   1,        100, A },
A                  89 libavfilter/af_stereotools.c     { "phase",       "set stereo phase", OFFSET(phase),       AV_OPT_TYPE_DOUBLE, {.dbl=0},   0,        360, A },
A                  90 libavfilter/af_stereotools.c     { "bmode_in",    "set balance in mode", OFFSET(bmode_in), AV_OPT_TYPE_INT,    {.i64=0},   0,          2, A, "bmode" },
A                  91 libavfilter/af_stereotools.c     {     "balance",   0,                0,                   AV_OPT_TYPE_CONST,  {.i64=0},   0,          0, A, "bmode" },
A                  92 libavfilter/af_stereotools.c     {     "amplitude", 0,                0,                   AV_OPT_TYPE_CONST,  {.i64=1},   0,          0, A, "bmode" },
A                  93 libavfilter/af_stereotools.c     {     "power",     0,                0,                   AV_OPT_TYPE_CONST,  {.i64=2},   0,          0, A, "bmode" },
A                  94 libavfilter/af_stereotools.c     { "bmode_out", "set balance out mode", OFFSET(bmode_out), AV_OPT_TYPE_INT,    {.i64=0},   0,          2, A, "bmode" },
A                  46 libavfilter/af_stereowiden.c     { "delay",     "set delay time",    OFFSET(delay),     AV_OPT_TYPE_FLOAT, {.dbl=20}, 1, 100, A },
A                  69 libavfilter/af_volume.c             OFFSET(volume_expr), AV_OPT_TYPE_STRING, { .str = "1.0" }, .flags = A|F|T },
A                  71 libavfilter/af_volume.c             OFFSET(precision), AV_OPT_TYPE_INT, { .i64 = PRECISION_FLOAT }, PRECISION_FIXED, PRECISION_DOUBLE, A|F, "precision" },
A                  72 libavfilter/af_volume.c         { "fixed",  "select 8-bit fixed-point",     0, AV_OPT_TYPE_CONST, { .i64 = PRECISION_FIXED  }, INT_MIN, INT_MAX, A|F, "precision" },
A                  73 libavfilter/af_volume.c         { "float",  "select 32-bit floating-point", 0, AV_OPT_TYPE_CONST, { .i64 = PRECISION_FLOAT  }, INT_MIN, INT_MAX, A|F, "precision" },
A                  74 libavfilter/af_volume.c         { "double", "select 64-bit floating-point", 0, AV_OPT_TYPE_CONST, { .i64 = PRECISION_DOUBLE }, INT_MIN, INT_MAX, A|F, "precision" },
A                  75 libavfilter/af_volume.c     { "eval", "specify when to evaluate expressions", OFFSET(eval_mode), AV_OPT_TYPE_INT, {.i64 = EVAL_MODE_ONCE}, 0, EVAL_MODE_NB-1, .flags = A|F, "eval" },
A                  76 libavfilter/af_volume.c          { "once",  "eval volume expression once", 0, AV_OPT_TYPE_CONST, {.i64=EVAL_MODE_ONCE},  .flags = A|F, .unit = "eval" },
A                  77 libavfilter/af_volume.c          { "frame", "eval volume expression per-frame",                  0, AV_OPT_TYPE_CONST, {.i64=EVAL_MODE_FRAME}, .flags = A|F, .unit = "eval" },
A                  79 libavfilter/af_volume.c             OFFSET(replaygain), AV_OPT_TYPE_INT, { .i64 = REPLAYGAIN_DROP }, REPLAYGAIN_DROP, REPLAYGAIN_ALBUM, A|F, "replaygain" },
A                  80 libavfilter/af_volume.c         { "drop",   "replaygain side data is dropped", 0, AV_OPT_TYPE_CONST, { .i64 = REPLAYGAIN_DROP   }, 0, 0, A|F, "replaygain" },
A                  81 libavfilter/af_volume.c         { "ignore", "replaygain side data is ignored", 0, AV_OPT_TYPE_CONST, { .i64 = REPLAYGAIN_IGNORE }, 0, 0, A|F, "replaygain" },
A                  82 libavfilter/af_volume.c         { "track",  "track gain is preferred",         0, AV_OPT_TYPE_CONST, { .i64 = REPLAYGAIN_TRACK  }, 0, 0, A|F, "replaygain" },
A                  83 libavfilter/af_volume.c         { "album",  "album gain is preferred",         0, AV_OPT_TYPE_CONST, { .i64 = REPLAYGAIN_ALBUM  }, 0, 0, A|F, "replaygain" },
A                  85 libavfilter/af_volume.c             OFFSET(replaygain_preamp), AV_OPT_TYPE_DOUBLE, { .dbl = 0.0 }, -15.0, 15.0, A|F },
A                  87 libavfilter/af_volume.c             OFFSET(replaygain_noclip), AV_OPT_TYPE_BOOL, { .i64 = 1 }, 0, 1, A|F },
A                  60 libavfilter/avf_concat.c       AV_OPT_TYPE_INT, { .i64 = 2 }, 1, INT_MAX, V|A|F},
A                  66 libavfilter/avf_concat.c       AV_OPT_TYPE_INT, { .i64 = 0 }, 0, INT_MAX, A|F},
A                  69 libavfilter/avf_concat.c       AV_OPT_TYPE_BOOL, { .i64 = 0 }, 0, 1, V|A|F},
A                  51 libavfilter/avfiltergraph.c         { .i64 = AVFILTER_THREAD_SLICE }, 0, INT_MAX, F|V|A, "thread_type" },
A                  52 libavfilter/avfiltergraph.c         { "slice", NULL, 0, AV_OPT_TYPE_CONST, { .i64 = AVFILTER_THREAD_SLICE }, .flags = F|V|A, .unit = "thread_type" },
A                  54 libavfilter/avfiltergraph.c         AV_OPT_TYPE_INT,   { .i64 = 0 }, 0, INT_MAX, F|V|A },
A                  58 libavfilter/avfiltergraph.c         AV_OPT_TYPE_STRING, {.str = NULL}, 0, 0, F|A },
A                 314 libavfilter/buffersrc.c     { "time_base",      NULL, OFFSET(time_base),           AV_OPT_TYPE_RATIONAL, { .dbl = 0 }, 0, INT_MAX, A },
A                 315 libavfilter/buffersrc.c     { "sample_rate",    NULL, OFFSET(sample_rate),         AV_OPT_TYPE_INT,      { .i64 = 0 }, 0, INT_MAX, A },
A                 316 libavfilter/buffersrc.c     { "sample_fmt",     NULL, OFFSET(sample_fmt),          AV_OPT_TYPE_SAMPLE_FMT, { .i64 = AV_SAMPLE_FMT_NONE }, .min = AV_SAMPLE_FMT_NONE, .max = INT_MAX, .flags = A },
A                 317 libavfilter/buffersrc.c     { "channel_layout", NULL, OFFSET(channel_layout_str),  AV_OPT_TYPE_STRING,             .flags = A },
A                 318 libavfilter/buffersrc.c     { "channels",       NULL, OFFSET(channels),            AV_OPT_TYPE_INT,      { .i64 = 0 }, 0, INT_MAX, A },
A                 176 libavfilter/f_ebur128.c     { "framelog", "force frame logging level", OFFSET(loglevel), AV_OPT_TYPE_INT, {.i64 = -1},   INT_MIN, INT_MAX, A|V|F, "level" },
A                 177 libavfilter/f_ebur128.c         { "info",    "information logging level", 0, AV_OPT_TYPE_CONST, {.i64 = AV_LOG_INFO},    INT_MIN, INT_MAX, A|V|F, "level" },
A                 178 libavfilter/f_ebur128.c         { "verbose", "verbose logging level",     0, AV_OPT_TYPE_CONST, {.i64 = AV_LOG_VERBOSE}, INT_MIN, INT_MAX, A|V|F, "level" },
A                 179 libavfilter/f_ebur128.c     { "metadata", "inject metadata in the filtergraph", OFFSET(metadata), AV_OPT_TYPE_BOOL, {.i64 = 0}, 0, 1, A|V|F },
A                 180 libavfilter/f_ebur128.c     { "peak", "set peak mode", OFFSET(peak_mode), AV_OPT_TYPE_FLAGS, {.i64 = PEAK_MODE_NONE}, 0, INT_MAX, A|F, "mode" },
A                 181 libavfilter/f_ebur128.c         { "none",   "disable any peak mode",   0, AV_OPT_TYPE_CONST, {.i64 = PEAK_MODE_NONE},          INT_MIN, INT_MAX, A|F, "mode" },
A                 182 libavfilter/f_ebur128.c         { "sample", "enable peak-sample mode", 0, AV_OPT_TYPE_CONST, {.i64 = PEAK_MODE_SAMPLES_PEAKS}, INT_MIN, INT_MAX, A|F, "mode" },
A                 183 libavfilter/f_ebur128.c         { "true",   "enable true-peak mode",   0, AV_OPT_TYPE_CONST, {.i64 = PEAK_MODE_TRUE_PEAKS},    INT_MIN, INT_MAX, A|F, "mode" },
A                 184 libavfilter/f_ebur128.c     { "dualmono", "treat mono input files as dual-mono", OFFSET(dual_mono), AV_OPT_TYPE_BOOL, {.i64 = 0}, 0, 1, A|F },
A                 185 libavfilter/f_ebur128.c     { "panlaw", "set a specific pan law for dual-mono files", OFFSET(pan_law), AV_OPT_TYPE_DOUBLE, {.dbl = -3.01029995663978}, -10.0, 0.0, A|F },
A                 174 libavfilter/qsvvpp.c         surface->Data.A = frame->data[0] + 3;
A                  76 libavfilter/vaf_spectrumsynth.c     { "sample_rate", "set sample rate",  OFFSET(sample_rate), AV_OPT_TYPE_INT, {.i64 = 44100}, 15,  INT_MAX, A },
A                  77 libavfilter/vaf_spectrumsynth.c     { "channels",    "set channels",     OFFSET(channels), AV_OPT_TYPE_INT, {.i64 = 1}, 1, 8, A },
A                  86 libavfilter/vaf_spectrumsynth.c     { "win_func", "set window function", OFFSET(win_func), AV_OPT_TYPE_INT, {.i64 = 0}, 0, NB_WFUNC-1, A, "win_func" },
A                  87 libavfilter/vaf_spectrumsynth.c         { "rect",     "Rectangular",      0, AV_OPT_TYPE_CONST, {.i64=WFUNC_RECT},     0, 0, A, "win_func" },
A                  88 libavfilter/vaf_spectrumsynth.c         { "bartlett", "Bartlett",         0, AV_OPT_TYPE_CONST, {.i64=WFUNC_BARTLETT}, 0, 0, A, "win_func" },
A                  89 libavfilter/vaf_spectrumsynth.c         { "hann",     "Hann",             0, AV_OPT_TYPE_CONST, {.i64=WFUNC_HANNING},  0, 0, A, "win_func" },
A                  90 libavfilter/vaf_spectrumsynth.c         { "hanning",  "Hanning",          0, AV_OPT_TYPE_CONST, {.i64=WFUNC_HANNING},  0, 0, A, "win_func" },
A                  91 libavfilter/vaf_spectrumsynth.c         { "hamming",  "Hamming",          0, AV_OPT_TYPE_CONST, {.i64=WFUNC_HAMMING},  0, 0, A, "win_func" },
A                  92 libavfilter/vaf_spectrumsynth.c         { "sine",     "Sine",             0, AV_OPT_TYPE_CONST, {.i64=WFUNC_SINE},     0, 0, A, "win_func" },
A                  93 libavfilter/vaf_spectrumsynth.c     { "overlap", "set window overlap",  OFFSET(overlap), AV_OPT_TYPE_FLOAT, {.dbl=1}, 0,  1, A },
A                 123 libavfilter/vf_alphamerge.c             pout = main_buf->data[0] + y * main_buf->linesize[0] + s->rgba_map[A];
A                 131 libavfilter/vf_alphamerge.c         const int main_linesize = main_buf->linesize[A];
A                 133 libavfilter/vf_alphamerge.c         av_image_copy_plane(main_buf->data[A], main_linesize,
A                 128 libavfilter/vf_avgblur_opencl.c     s->radius[A] = s->alpha_param.radius;
A                 132 libavfilter/vf_avgblur_opencl.c     s->power[A] = s->alpha_param.power;
A                 296 libavfilter/vf_blend.c DEFINE_BLEND8(addition,   FFMIN(255, A + B))
A                 297 libavfilter/vf_blend.c DEFINE_BLEND8(grainmerge, av_clip_uint8(A + B - 128))
A                 298 libavfilter/vf_blend.c DEFINE_BLEND8(average,    (A + B) / 2)
A                 299 libavfilter/vf_blend.c DEFINE_BLEND8(subtract,   FFMAX(0, A - B))
A                 300 libavfilter/vf_blend.c DEFINE_BLEND8(multiply,   MULTIPLY(1, A, B))
A                 301 libavfilter/vf_blend.c DEFINE_BLEND8(multiply128,av_clip_uint8((A - 128) * B / 32. + 128))
A                 302 libavfilter/vf_blend.c DEFINE_BLEND8(negation,   255 - FFABS(255 - A - B))
A                 303 libavfilter/vf_blend.c DEFINE_BLEND8(extremity,  FFABS(255 - A - B))
A                 304 libavfilter/vf_blend.c DEFINE_BLEND8(difference, FFABS(A - B))
A                 305 libavfilter/vf_blend.c DEFINE_BLEND8(grainextract, av_clip_uint8(128 + A - B))
A                 306 libavfilter/vf_blend.c DEFINE_BLEND8(screen,     SCREEN(1, A, B))
A                 307 libavfilter/vf_blend.c DEFINE_BLEND8(overlay,    (A < 128) ? MULTIPLY(2, A, B) : SCREEN(2, A, B))
A                 308 libavfilter/vf_blend.c DEFINE_BLEND8(hardlight,  (B < 128) ? MULTIPLY(2, B, A) : SCREEN(2, B, A))
A                 309 libavfilter/vf_blend.c DEFINE_BLEND8(hardmix,    (A < (255 - B)) ? 0: 255)
A                 310 libavfilter/vf_blend.c DEFINE_BLEND8(heat,       (A == 0) ? 0 : 255 - FFMIN(((255 - B) * (255 - B)) / A, 255))
A                 311 libavfilter/vf_blend.c DEFINE_BLEND8(freeze,     (B == 0) ? 0 : 255 - FFMIN(((255 - A) * (255 - A)) / B, 255))
A                 312 libavfilter/vf_blend.c DEFINE_BLEND8(darken,     FFMIN(A, B))
A                 313 libavfilter/vf_blend.c DEFINE_BLEND8(lighten,    FFMAX(A, B))
A                 314 libavfilter/vf_blend.c DEFINE_BLEND8(divide,     av_clip_uint8(B == 0 ? 255 : 255 * A / B))
A                 315 libavfilter/vf_blend.c DEFINE_BLEND8(dodge,      DODGE(A, B))
A                 316 libavfilter/vf_blend.c DEFINE_BLEND8(burn,       BURN(A, B))
A                 317 libavfilter/vf_blend.c DEFINE_BLEND8(softlight,  (A > 127) ? B + (255 - B) * (A - 127.5) / 127.5 * (0.5 - fabs(B - 127.5) / 255): B - B * ((127.5 - A) / 127.5) * (0.5 - fabs(B - 127.5)/255))
A                 318 libavfilter/vf_blend.c DEFINE_BLEND8(exclusion,  A + B - 2 * A * B / 255)
A                 319 libavfilter/vf_blend.c DEFINE_BLEND8(pinlight,   (B < 128) ? FFMIN(A, 2 * B) : FFMAX(A, 2 * (B - 128)))
A                 320 libavfilter/vf_blend.c DEFINE_BLEND8(phoenix,    FFMIN(A, B) - FFMAX(A, B) + 255)
A                 321 libavfilter/vf_blend.c DEFINE_BLEND8(reflect,    (B == 255) ? B : FFMIN(255, (A * A / (255 - B))))
A                 322 libavfilter/vf_blend.c DEFINE_BLEND8(glow,       (A == 255) ? A : FFMIN(255, (B * B / (255 - A))))
A                 323 libavfilter/vf_blend.c DEFINE_BLEND8(and,        A & B)
A                 324 libavfilter/vf_blend.c DEFINE_BLEND8(or,         A | B)
A                 325 libavfilter/vf_blend.c DEFINE_BLEND8(xor,        A ^ B)
A                 326 libavfilter/vf_blend.c DEFINE_BLEND8(vividlight, (A < 128) ? BURN(2 * A, B) : DODGE(2 * (A - 128), B))
A                 327 libavfilter/vf_blend.c DEFINE_BLEND8(linearlight,av_clip_uint8((B < 128) ? B + 2 * A - 255 : B + 2 * (A - 128)))
A                 339 libavfilter/vf_blend.c DEFINE_BLEND16(addition,   FFMIN(65535, A + B), 16)
A                 340 libavfilter/vf_blend.c DEFINE_BLEND16(grainmerge, av_clip_uint16(A + B - 32768), 16)
A                 341 libavfilter/vf_blend.c DEFINE_BLEND16(average,    (A + B) / 2, 16)
A                 342 libavfilter/vf_blend.c DEFINE_BLEND16(subtract,   FFMAX(0, A - B), 16)
A                 343 libavfilter/vf_blend.c DEFINE_BLEND16(multiply,   MULTIPLY(1, A, B), 16)
A                 344 libavfilter/vf_blend.c DEFINE_BLEND16(multiply128, av_clip_uint16((A - 32768) * B / 8192. + 32768), 16)
A                 345 libavfilter/vf_blend.c DEFINE_BLEND16(negation,   65535 - FFABS(65535 - A - B), 16)
A                 346 libavfilter/vf_blend.c DEFINE_BLEND16(extremity,  FFABS(65535 - A - B), 16)
A                 347 libavfilter/vf_blend.c DEFINE_BLEND16(difference, FFABS(A - B), 16)
A                 348 libavfilter/vf_blend.c DEFINE_BLEND16(grainextract, av_clip_uint16(32768 + A - B), 16)
A                 349 libavfilter/vf_blend.c DEFINE_BLEND16(screen,     SCREEN(1, A, B), 16)
A                 350 libavfilter/vf_blend.c DEFINE_BLEND16(overlay,    (A < 32768) ? MULTIPLY(2, A, B) : SCREEN(2, A, B), 16)
A                 351 libavfilter/vf_blend.c DEFINE_BLEND16(hardlight,  (B < 32768) ? MULTIPLY(2, B, A) : SCREEN(2, B, A), 16)
A                 352 libavfilter/vf_blend.c DEFINE_BLEND16(hardmix,    (A < (65535 - B)) ? 0: 65535, 16)
A                 353 libavfilter/vf_blend.c DEFINE_BLEND16(heat,       (A == 0) ? 0 : 65535 - FFMIN(((65535 - B) * (65535 - B)) / A, 65535), 16)
A                 354 libavfilter/vf_blend.c DEFINE_BLEND16(freeze,     (B == 0) ? 0 : 65535 - FFMIN(((65535 - A) * (65535 - A)) / B, 65535), 16)
A                 355 libavfilter/vf_blend.c DEFINE_BLEND16(darken,     FFMIN(A, B), 16)
A                 356 libavfilter/vf_blend.c DEFINE_BLEND16(lighten,    FFMAX(A, B), 16)
A                 357 libavfilter/vf_blend.c DEFINE_BLEND16(divide,     av_clip_uint16(B == 0 ? 65535 : 65535 * A / B), 16)
A                 358 libavfilter/vf_blend.c DEFINE_BLEND16(dodge,      DODGE(A, B), 16)
A                 359 libavfilter/vf_blend.c DEFINE_BLEND16(burn,       BURN(A, B), 16)
A                 360 libavfilter/vf_blend.c DEFINE_BLEND16(softlight,  (A > 32767) ? B + (65535 - B) * (A - 32767.5) / 32767.5 * (0.5 - fabs(B - 32767.5) / 65535): B - B * ((32767.5 - A) / 32767.5) * (0.5 - fabs(B - 32767.5)/65535), 16)
A                 361 libavfilter/vf_blend.c DEFINE_BLEND16(exclusion,  A + B - 2 * A * B / 65535, 16)
A                 362 libavfilter/vf_blend.c DEFINE_BLEND16(pinlight,   (B < 32768) ? FFMIN(A, 2 * B) : FFMAX(A, 2 * (B - 32768)), 16)
A                 363 libavfilter/vf_blend.c DEFINE_BLEND16(phoenix,    FFMIN(A, B) - FFMAX(A, B) + 65535, 16)
A                 364 libavfilter/vf_blend.c DEFINE_BLEND16(reflect,    (B == 65535) ? B : FFMIN(65535, (A * A / (65535 - B))), 16)
A                 365 libavfilter/vf_blend.c DEFINE_BLEND16(glow,       (A == 65535) ? A : FFMIN(65535, (B * B / (65535 - A))), 16)
A                 366 libavfilter/vf_blend.c DEFINE_BLEND16(and,        A & B, 16)
A                 367 libavfilter/vf_blend.c DEFINE_BLEND16(or,         A | B, 16)
A                 368 libavfilter/vf_blend.c DEFINE_BLEND16(xor,        A ^ B, 16)
A                 369 libavfilter/vf_blend.c DEFINE_BLEND16(vividlight, (A < 32768) ? BURN(2 * A, B) : DODGE(2 * (A - 32768), B), 16)
A                 370 libavfilter/vf_blend.c DEFINE_BLEND16(linearlight,av_clip_uint16((B < 32768) ? B + 2 * A - 65535 : B + 2 * (A - 32768)), 16)
A                 382 libavfilter/vf_blend.c DEFINE_BLEND16(addition,   FFMIN(1023, A + B), 10)
A                 383 libavfilter/vf_blend.c DEFINE_BLEND16(grainmerge, (int)av_clip_uintp2(A + B - 512, 10), 10)
A                 384 libavfilter/vf_blend.c DEFINE_BLEND16(average,    (A + B) / 2, 10)
A                 385 libavfilter/vf_blend.c DEFINE_BLEND16(subtract,   FFMAX(0, A - B), 10)
A                 386 libavfilter/vf_blend.c DEFINE_BLEND16(multiply,   MULTIPLY(1, A, B), 10)
A                 387 libavfilter/vf_blend.c DEFINE_BLEND16(multiply128, (int)av_clip_uintp2((A - 512) * B / 128. + 512, 10), 10)
A                 388 libavfilter/vf_blend.c DEFINE_BLEND16(negation,   1023 - FFABS(1023 - A - B), 10)
A                 389 libavfilter/vf_blend.c DEFINE_BLEND16(extremity,  FFABS(1023 - A - B), 10)
A                 390 libavfilter/vf_blend.c DEFINE_BLEND16(difference, FFABS(A - B), 10)
A                 391 libavfilter/vf_blend.c DEFINE_BLEND16(grainextract, (int)av_clip_uintp2(512 + A - B, 10), 10)
A                 392 libavfilter/vf_blend.c DEFINE_BLEND16(screen,     SCREEN(1, A, B), 10)
A                 393 libavfilter/vf_blend.c DEFINE_BLEND16(overlay,    (A < 512) ? MULTIPLY(2, A, B) : SCREEN(2, A, B), 10)
A                 394 libavfilter/vf_blend.c DEFINE_BLEND16(hardlight,  (B < 512) ? MULTIPLY(2, B, A) : SCREEN(2, B, A), 10)
A                 395 libavfilter/vf_blend.c DEFINE_BLEND16(hardmix,    (A < (1023 - B)) ? 0: 1023, 10)
A                 396 libavfilter/vf_blend.c DEFINE_BLEND16(heat,       (A == 0) ? 0 : 1023 - FFMIN(((1023 - B) * (1023 - B)) / A, 1023), 10)
A                 397 libavfilter/vf_blend.c DEFINE_BLEND16(freeze,     (B == 0) ? 0 : 1023 - FFMIN(((1023 - A) * (1023 - A)) / B, 1023), 10)
A                 398 libavfilter/vf_blend.c DEFINE_BLEND16(darken,     FFMIN(A, B), 10)
A                 399 libavfilter/vf_blend.c DEFINE_BLEND16(lighten,    FFMAX(A, B), 10)
A                 400 libavfilter/vf_blend.c DEFINE_BLEND16(divide,     (int)av_clip_uintp2(B == 0 ? 1023 : 1023 * A / B, 10), 10)
A                 401 libavfilter/vf_blend.c DEFINE_BLEND16(dodge,      DODGE(A, B), 10)
A                 402 libavfilter/vf_blend.c DEFINE_BLEND16(burn,       BURN(A, B), 10)
A                 403 libavfilter/vf_blend.c DEFINE_BLEND16(softlight,  (A > 511) ? B + (1023 - B) * (A - 511.5) / 511.5 * (0.5 - fabs(B - 511.5) / 1023): B - B * ((511.5 - A) / 511.5) * (0.5 - fabs(B - 511.5)/1023), 10)
A                 404 libavfilter/vf_blend.c DEFINE_BLEND16(exclusion,  A + B - 2 * A * B / 1023, 10)
A                 405 libavfilter/vf_blend.c DEFINE_BLEND16(pinlight,   (B < 512) ? FFMIN(A, 2 * B) : FFMAX(A, 2 * (B - 512)), 10)
A                 406 libavfilter/vf_blend.c DEFINE_BLEND16(phoenix,    FFMIN(A, B) - FFMAX(A, B) + 1023, 10)
A                 407 libavfilter/vf_blend.c DEFINE_BLEND16(reflect,    (B == 1023) ? B : FFMIN(1023, (A * A / (1023 - B))), 10)
A                 408 libavfilter/vf_blend.c DEFINE_BLEND16(glow,       (A == 1023) ? A : FFMIN(1023, (B * B / (1023 - A))), 10)
A                 409 libavfilter/vf_blend.c DEFINE_BLEND16(and,        A & B, 10)
A                 410 libavfilter/vf_blend.c DEFINE_BLEND16(or,         A | B, 10)
A                 411 libavfilter/vf_blend.c DEFINE_BLEND16(xor,        A ^ B, 10)
A                 412 libavfilter/vf_blend.c DEFINE_BLEND16(vividlight, (A < 512) ? BURN(2 * A, B) : DODGE(2 * (A - 512), B), 10)
A                 413 libavfilter/vf_blend.c DEFINE_BLEND16(linearlight,(int)av_clip_uintp2((B < 512) ? B + 2 * A - 1023 : B + 2 * (A - 512), 10), 10)
A                 425 libavfilter/vf_blend.c DEFINE_BLEND16(addition,   FFMIN(4095, A + B), 12)
A                 426 libavfilter/vf_blend.c DEFINE_BLEND16(grainmerge, (int)av_clip_uintp2(A + B - 2048, 12), 12)
A                 427 libavfilter/vf_blend.c DEFINE_BLEND16(average,    (A + B) / 2, 12)
A                 428 libavfilter/vf_blend.c DEFINE_BLEND16(subtract,   FFMAX(0, A - B), 12)
A                 429 libavfilter/vf_blend.c DEFINE_BLEND16(multiply,   MULTIPLY(1, A, B), 12)
A                 430 libavfilter/vf_blend.c DEFINE_BLEND16(multiply128, (int)av_clip_uintp2((A - 2048) * B / 512. + 2048, 12), 12)
A                 431 libavfilter/vf_blend.c DEFINE_BLEND16(negation,   4095 - FFABS(4095 - A - B), 12)
A                 432 libavfilter/vf_blend.c DEFINE_BLEND16(extremity,  FFABS(4095 - A - B), 12)
A                 433 libavfilter/vf_blend.c DEFINE_BLEND16(difference, FFABS(A - B), 12)
A                 434 libavfilter/vf_blend.c DEFINE_BLEND16(grainextract, (int)av_clip_uintp2(2048 + A - B, 12), 12)
A                 435 libavfilter/vf_blend.c DEFINE_BLEND16(screen,     SCREEN(1, A, B), 12)
A                 436 libavfilter/vf_blend.c DEFINE_BLEND16(overlay,    (A < 2048) ? MULTIPLY(2, A, B) : SCREEN(2, A, B), 12)
A                 437 libavfilter/vf_blend.c DEFINE_BLEND16(hardlight,  (B < 2048) ? MULTIPLY(2, B, A) : SCREEN(2, B, A), 12)
A                 438 libavfilter/vf_blend.c DEFINE_BLEND16(hardmix,    (A < (4095 - B)) ? 0: 4095, 12)
A                 439 libavfilter/vf_blend.c DEFINE_BLEND16(heat,       (A == 0) ? 0 : 4095 - FFMIN(((4095 - B) * (4095 - B)) / A, 4095), 12)
A                 440 libavfilter/vf_blend.c DEFINE_BLEND16(freeze,     (B == 0) ? 0 : 4095 - FFMIN(((4095 - A) * (4095 - A)) / B, 4095), 12)
A                 441 libavfilter/vf_blend.c DEFINE_BLEND16(darken,     FFMIN(A, B), 12)
A                 442 libavfilter/vf_blend.c DEFINE_BLEND16(lighten,    FFMAX(A, B), 12)
A                 443 libavfilter/vf_blend.c DEFINE_BLEND16(divide,     (int)av_clip_uintp2(B == 0 ? 4095 : 4095 * A / B, 12), 12)
A                 444 libavfilter/vf_blend.c DEFINE_BLEND16(dodge,      DODGE(A, B), 12)
A                 445 libavfilter/vf_blend.c DEFINE_BLEND16(burn,       BURN(A, B), 12)
A                 446 libavfilter/vf_blend.c DEFINE_BLEND16(softlight,  (A > 2047) ? B + (4095 - B) * (A - 2047.5) / 2047.5 * (0.5 - fabs(B - 2047.5) / 4095): B - B * ((2047.5 - A) / 2047.5) * (0.5 - fabs(B - 2047.5)/4095), 12)
A                 447 libavfilter/vf_blend.c DEFINE_BLEND16(exclusion,  A + B - 2 * A * B / 4095, 12)
A                 448 libavfilter/vf_blend.c DEFINE_BLEND16(pinlight,   (B < 2048) ? FFMIN(A, 2 * B) : FFMAX(A, 2 * (B - 2048)), 12)
A                 449 libavfilter/vf_blend.c DEFINE_BLEND16(phoenix,    FFMIN(A, B) - FFMAX(A, B) + 4095, 12)
A                 450 libavfilter/vf_blend.c DEFINE_BLEND16(reflect,    (B == 4095) ? B : FFMIN(4095, (A * A / (4095 - B))), 12)
A                 451 libavfilter/vf_blend.c DEFINE_BLEND16(glow,       (A == 4095) ? A : FFMIN(4095, (B * B / (4095 - A))), 12)
A                 452 libavfilter/vf_blend.c DEFINE_BLEND16(and,        A & B, 12)
A                 453 libavfilter/vf_blend.c DEFINE_BLEND16(or,         A | B, 12)
A                 454 libavfilter/vf_blend.c DEFINE_BLEND16(xor,        A ^ B, 12)
A                 455 libavfilter/vf_blend.c DEFINE_BLEND16(vividlight, (A < 2048) ? BURN(2 * A, B) : DODGE(2 * (A - 2048), B), 12)
A                 456 libavfilter/vf_blend.c DEFINE_BLEND16(linearlight,(int)av_clip_uintp2((B < 2048) ? B + 2 * A - 4095 : B + 2 * (A - 2048), 12), 12)
A                 468 libavfilter/vf_blend.c DEFINE_BLEND16(addition,   FFMIN(511, A + B), 9)
A                 469 libavfilter/vf_blend.c DEFINE_BLEND16(grainmerge, (int)av_clip_uintp2(A + B - 256, 9), 9)
A                 470 libavfilter/vf_blend.c DEFINE_BLEND16(average,    (A + B) / 2, 9)
A                 471 libavfilter/vf_blend.c DEFINE_BLEND16(subtract,   FFMAX(0, A - B), 9)
A                 472 libavfilter/vf_blend.c DEFINE_BLEND16(multiply,   MULTIPLY(1, A, B), 9)
A                 473 libavfilter/vf_blend.c DEFINE_BLEND16(multiply128, (int)av_clip_uintp2((A - 256) * B / 64. + 256, 9), 9)
A                 474 libavfilter/vf_blend.c DEFINE_BLEND16(negation,   511 - FFABS(511 - A - B), 9)
A                 475 libavfilter/vf_blend.c DEFINE_BLEND16(extremity,  FFABS(511 - A - B), 9)
A                 476 libavfilter/vf_blend.c DEFINE_BLEND16(difference, FFABS(A - B), 9)
A                 477 libavfilter/vf_blend.c DEFINE_BLEND16(grainextract, (int)av_clip_uintp2(256 + A - B, 9), 9)
A                 478 libavfilter/vf_blend.c DEFINE_BLEND16(screen,     SCREEN(1, A, B), 9)
A                 479 libavfilter/vf_blend.c DEFINE_BLEND16(overlay,    (A < 256) ? MULTIPLY(2, A, B) : SCREEN(2, A, B), 9)
A                 480 libavfilter/vf_blend.c DEFINE_BLEND16(hardlight,  (B < 256) ? MULTIPLY(2, B, A) : SCREEN(2, B, A), 9)
A                 481 libavfilter/vf_blend.c DEFINE_BLEND16(hardmix,    (A < (511 - B)) ? 0: 511, 9)
A                 482 libavfilter/vf_blend.c DEFINE_BLEND16(heat,       (A == 0) ? 0 : 511 - FFMIN(((511 - B) * (511 - B)) / A, 511), 9)
A                 483 libavfilter/vf_blend.c DEFINE_BLEND16(freeze,     (B == 0) ? 0 : 511 - FFMIN(((511 - A) * (511 - A)) / B, 511), 9)
A                 484 libavfilter/vf_blend.c DEFINE_BLEND16(darken,     FFMIN(A, B), 9)
A                 485 libavfilter/vf_blend.c DEFINE_BLEND16(lighten,    FFMAX(A, B), 9)
A                 486 libavfilter/vf_blend.c DEFINE_BLEND16(divide,     (int)av_clip_uintp2(B == 0 ? 511 : 511 * A / B, 9), 9)
A                 487 libavfilter/vf_blend.c DEFINE_BLEND16(dodge,      DODGE(A, B), 9)
A                 488 libavfilter/vf_blend.c DEFINE_BLEND16(burn,       BURN(A, B), 9)
A                 489 libavfilter/vf_blend.c DEFINE_BLEND16(softlight,  (A > 511) ? B + (511 - B) * (A - 511.5) / 511.5 * (0.5 - fabs(B - 511.5) / 511): B - B * ((511.5 - A) / 511.5) * (0.5 - fabs(B - 511.5)/511), 9)
A                 490 libavfilter/vf_blend.c DEFINE_BLEND16(exclusion,  A + B - 2 * A * B / 511, 9)
A                 491 libavfilter/vf_blend.c DEFINE_BLEND16(pinlight,   (B < 256) ? FFMIN(A, 2 * B) : FFMAX(A, 2 * (B - 256)), 9)
A                 492 libavfilter/vf_blend.c DEFINE_BLEND16(phoenix,    FFMIN(A, B) - FFMAX(A, B) + 511, 9)
A                 493 libavfilter/vf_blend.c DEFINE_BLEND16(reflect,    (B == 511) ? B : FFMIN(511, (A * A / (511 - B))), 9)
A                 494 libavfilter/vf_blend.c DEFINE_BLEND16(glow,       (A == 511) ? A : FFMIN(511, (B * B / (511 - A))), 9)
A                 495 libavfilter/vf_blend.c DEFINE_BLEND16(and,        A & B, 9)
A                 496 libavfilter/vf_blend.c DEFINE_BLEND16(or,         A | B, 9)
A                 497 libavfilter/vf_blend.c DEFINE_BLEND16(xor,        A ^ B, 9)
A                 498 libavfilter/vf_blend.c DEFINE_BLEND16(vividlight, (A < 256) ? BURN(2 * A, B) : DODGE(2 * (A - 256), B), 9)
A                 499 libavfilter/vf_blend.c DEFINE_BLEND16(linearlight,(int)av_clip_uintp2((B < 256) ? B + 2 * A - 511 : B + 2 * (A - 256), 9), 9)
A                 511 libavfilter/vf_blend.c DEFINE_BLEND32(addition,   A + B, 32)
A                 512 libavfilter/vf_blend.c DEFINE_BLEND32(grainmerge, A + B - 0.5, 32)
A                 513 libavfilter/vf_blend.c DEFINE_BLEND32(average,    (A + B) / 2, 32)
A                 514 libavfilter/vf_blend.c DEFINE_BLEND32(subtract,   A - B, 32)
A                 515 libavfilter/vf_blend.c DEFINE_BLEND32(multiply,   A * B, 32)
A                 516 libavfilter/vf_blend.c DEFINE_BLEND32(multiply128, (A - 0.5) * B / 0.125 + 0.5, 32)
A                 517 libavfilter/vf_blend.c DEFINE_BLEND32(negation,   1.0 - FFABS(1.0 - A - B), 32)
A                 518 libavfilter/vf_blend.c DEFINE_BLEND32(extremity,  FFABS(1.0 - A - B), 32)
A                 519 libavfilter/vf_blend.c DEFINE_BLEND32(difference, FFABS(A - B), 32)
A                 520 libavfilter/vf_blend.c DEFINE_BLEND32(grainextract, 0.5 + A - B, 32)
A                 521 libavfilter/vf_blend.c DEFINE_BLEND32(screen,     SCREEN(1, A, B), 32)
A                 522 libavfilter/vf_blend.c DEFINE_BLEND32(overlay,    (A < 0.5) ? MULTIPLY(2, A, B) : SCREEN(2, A, B), 32)
A                 523 libavfilter/vf_blend.c DEFINE_BLEND32(hardlight,  (B < 0.5) ? MULTIPLY(2, B, A) : SCREEN(2, B, A), 32)
A                 524 libavfilter/vf_blend.c DEFINE_BLEND32(hardmix,    (A < (1.0 - B)) ? 0: 1.0, 32)
A                 525 libavfilter/vf_blend.c DEFINE_BLEND32(heat,       (A == 0) ? 0 : 1.0 - FFMIN(((1.0 - B) * (1.0 - B)) / A, 1.0), 32)
A                 526 libavfilter/vf_blend.c DEFINE_BLEND32(freeze,     (B == 0) ? 0 : 1.0 - FFMIN(((1.0 - A) * (1.0 - A)) / B, 1.0), 32)
A                 527 libavfilter/vf_blend.c DEFINE_BLEND32(darken,     FFMIN(A, B), 32)
A                 528 libavfilter/vf_blend.c DEFINE_BLEND32(lighten,    FFMAX(A, B), 32)
A                 529 libavfilter/vf_blend.c DEFINE_BLEND32(divide,     B == 0 ? 1.0 : 1.0 * A / B, 32)
A                 530 libavfilter/vf_blend.c DEFINE_BLEND32(dodge,      DODGE(A, B), 32)
A                 531 libavfilter/vf_blend.c DEFINE_BLEND32(burn,       BURN(A, B), 32)
A                 532 libavfilter/vf_blend.c DEFINE_BLEND32(softlight,  (A > 0.5) ? B + (1.0 - B) * (A - 0.5) / 0.5 * (0.5 - fabs(B - 0.5) / 1.0): B - B * ((0.5 - A) / 0.5) * (0.5 - fabs(B - 0.5)/1.0), 32)
A                 533 libavfilter/vf_blend.c DEFINE_BLEND32(exclusion,  A + B - 2 * A * B / 1.0, 32)
A                 534 libavfilter/vf_blend.c DEFINE_BLEND32(pinlight,   (B < 0.5) ? FFMIN(A, 2 * B) : FFMAX(A, 2 * (B - 0.5)), 32)
A                 535 libavfilter/vf_blend.c DEFINE_BLEND32(phoenix,    FFMIN(A, B) - FFMAX(A, B) + 1.0, 32)
A                 536 libavfilter/vf_blend.c DEFINE_BLEND32(reflect,    (B == 1.0) ? B : FFMIN(1.0, (A * A / (1.0 - B))), 32)
A                 537 libavfilter/vf_blend.c DEFINE_BLEND32(glow,       (A == 1.0) ? A : FFMIN(1.0, (B * B / (1.0 - A))), 32)
A                 538 libavfilter/vf_blend.c DEFINE_BLEND32(and,        av_int2float(av_float2int(A) & av_float2int(B)), 32)
A                 539 libavfilter/vf_blend.c DEFINE_BLEND32(or,         av_int2float(av_float2int(A) | av_float2int(B)), 32)
A                 540 libavfilter/vf_blend.c DEFINE_BLEND32(xor,        av_int2float(av_float2int(A) ^ av_float2int(B)), 32)
A                 541 libavfilter/vf_blend.c DEFINE_BLEND32(vividlight, (A < 0.5) ? BURN(2 * A, B) : DODGE(2 * (A - 0.5), B), 32)
A                 542 libavfilter/vf_blend.c DEFINE_BLEND32(linearlight,(B < 0.5) ? B + 2 * A - 1.0 : B + 2 * (A - 0.5), 32)
A                 103 libavfilter/vf_boxblur.c     s->radius[A] = s->alpha_param.radius;
A                 107 libavfilter/vf_boxblur.c     s->power[A] = s->alpha_param.power;
A                 278 libavfilter/vf_colorbalance.c     const uint8_t aoffset = s->rgba_map[A];
A                 329 libavfilter/vf_colorbalance.c     const uint8_t aoffset = s->rgba_map[A];
A                 133 libavfilter/vf_colorchannelmixer.c                                     (have_alpha == 1 ? s->lut[R][A][ain] : 0));
A                 137 libavfilter/vf_colorchannelmixer.c                                     (have_alpha == 1 ? s->lut[G][A][ain] : 0));
A                 141 libavfilter/vf_colorchannelmixer.c                                     (have_alpha == 1 ? s->lut[B][A][ain] : 0));
A                 143 libavfilter/vf_colorchannelmixer.c                 dsta[j] = av_clip_uint8(s->lut[A][R][rin] +
A                 144 libavfilter/vf_colorchannelmixer.c                                         s->lut[A][G][gin] +
A                 145 libavfilter/vf_colorchannelmixer.c                                         s->lut[A][B][bin] +
A                 146 libavfilter/vf_colorchannelmixer.c                                         s->lut[A][A][ain]);
A                 192 libavfilter/vf_colorchannelmixer.c                                      (have_alpha == 1 ? s->lut[R][A][ain] : 0), depth);
A                 196 libavfilter/vf_colorchannelmixer.c                                      (have_alpha == 1 ? s->lut[G][A][ain] : 0), depth);
A                 200 libavfilter/vf_colorchannelmixer.c                                      (have_alpha == 1 ? s->lut[B][A][ain] : 0), depth);
A                 202 libavfilter/vf_colorchannelmixer.c                 dsta[j] = av_clip_uintp2(s->lut[A][R][rin] +
A                 203 libavfilter/vf_colorchannelmixer.c                                          s->lut[A][G][gin] +
A                 204 libavfilter/vf_colorchannelmixer.c                                          s->lut[A][B][bin] +
A                 205 libavfilter/vf_colorchannelmixer.c                                          s->lut[A][A][ain], depth);
A                 284 libavfilter/vf_colorchannelmixer.c     const uint8_t aoffset = s->rgba_map[A];
A                 302 libavfilter/vf_colorchannelmixer.c                                              (have_alpha == 1 ? s->lut[R][A][ain] : 0));
A                 306 libavfilter/vf_colorchannelmixer.c                                              (have_alpha == 1 ? s->lut[G][A][ain] : 0));
A                 310 libavfilter/vf_colorchannelmixer.c                                              (have_alpha == 1 ? s->lut[B][A][ain] : 0));
A                 312 libavfilter/vf_colorchannelmixer.c                 dst[j + aoffset] = av_clip_uint8(s->lut[A][R][rin] +
A                 313 libavfilter/vf_colorchannelmixer.c                                                  s->lut[A][G][gin] +
A                 314 libavfilter/vf_colorchannelmixer.c                                                  s->lut[A][B][bin] +
A                 315 libavfilter/vf_colorchannelmixer.c                                                  s->lut[A][A][ain]);
A                 339 libavfilter/vf_colorchannelmixer.c     const uint8_t aoffset = s->rgba_map[A];
A                 357 libavfilter/vf_colorchannelmixer.c                                               (have_alpha == 1 ? s->lut[R][A][ain] : 0));
A                 361 libavfilter/vf_colorchannelmixer.c                                               (have_alpha == 1 ? s->lut[G][A][ain] : 0));
A                 365 libavfilter/vf_colorchannelmixer.c                                               (have_alpha == 1 ? s->lut[B][A][ain] : 0));
A                 367 libavfilter/vf_colorchannelmixer.c                 dst[j + aoffset] = av_clip_uint16(s->lut[A][R][rin] +
A                 368 libavfilter/vf_colorchannelmixer.c                                                   s->lut[A][G][gin] +
A                 369 libavfilter/vf_colorchannelmixer.c                                                   s->lut[A][B][bin] +
A                 370 libavfilter/vf_colorchannelmixer.c                                                   s->lut[A][A][ain]);
A                 431 libavfilter/vf_colorchannelmixer.c         s->lut[R][A][i] = lrint(i * s->ra);
A                 436 libavfilter/vf_colorchannelmixer.c         s->lut[G][A][i] = lrint(i * s->ga);
A                 441 libavfilter/vf_colorchannelmixer.c         s->lut[B][A][i] = lrint(i * s->ba);
A                 443 libavfilter/vf_colorchannelmixer.c         s->lut[A][R][i] = lrint(i * s->ar);
A                 444 libavfilter/vf_colorchannelmixer.c         s->lut[A][G][i] = lrint(i * s->ag);
A                 445 libavfilter/vf_colorchannelmixer.c         s->lut[A][B][i] = lrint(i * s->ab);
A                 446 libavfilter/vf_colorchannelmixer.c         s->lut[A][A][i] = lrint(i * s->aa);
A                  56 libavfilter/vf_colorlevels.c     { "aimin", "set input alpha black point",  OFFSET(range[A].in_min),  AV_OPT_TYPE_DOUBLE, {.dbl=0}, -1, 1, FLAGS },
A                  60 libavfilter/vf_colorlevels.c     { "aimax", "set input alpha white point",  OFFSET(range[A].in_max),  AV_OPT_TYPE_DOUBLE, {.dbl=1}, -1, 1, FLAGS },
A                  64 libavfilter/vf_colorlevels.c     { "aomin", "set output alpha black point", OFFSET(range[A].out_min), AV_OPT_TYPE_DOUBLE, {.dbl=0},  0, 1, FLAGS },
A                  68 libavfilter/vf_colorlevels.c     { "aomax", "set output alpha white point", OFFSET(range[A].out_max), AV_OPT_TYPE_DOUBLE, {.dbl=1},  0, 1, FLAGS },
A                 548 libavfilter/vf_curves.c     const uint8_t a = curves->rgba_map[A];
A                 596 libavfilter/vf_curves.c     const uint8_t a = curves->rgba_map[A];
A                 105 libavfilter/vf_deblock.c         int A, B, C, D, a, b, c, d;                                                 \
A                 112 libavfilter/vf_deblock.c         A = dst[x - 2 * dst_linesize];                                              \
A                 117 libavfilter/vf_deblock.c         a = A + delta / 8;                                                          \
A                 144 libavfilter/vf_deblock.c         int A, B, C, D, a, b, c, d;                                                 \
A                 151 libavfilter/vf_deblock.c         A = dst[-2];                                                                \
A                 156 libavfilter/vf_deblock.c         a = A + delta / 8;                                                          \
A                 184 libavfilter/vf_deblock.c         int A, B, C, D, E, F, a, b, c, d, e, f;                                    \
A                 193 libavfilter/vf_deblock.c         A = dst[x - 3 * dst_linesize];                                             \
A                 200 libavfilter/vf_deblock.c         a = A + delta / 8;                                                         \
A                 230 libavfilter/vf_deblock.c         int A, B, C, D, E, F, a, b, c, d, e, f;                                    \
A                 239 libavfilter/vf_deblock.c         A = dst[-3];                                                               \
A                 246 libavfilter/vf_deblock.c         a = A + delta / 8;                                                         \
A                 102 libavfilter/vf_drawbox.c         s->yuv_color[A] = rgba_color[3];
A                 200 libavfilter/vf_drawbox.c            s->yuv_color[Y], s->yuv_color[U], s->yuv_color[V], s->yuv_color[A]);
A                 242 libavfilter/vf_drawbox.c                         row[3][x           ] = s->yuv_color[A];
A                 261 libavfilter/vf_drawbox.c                     double alpha = (double)s->yuv_color[A] / 255;
A                 414 libavfilter/vf_drawbox.c                         row[3][x                  ] = drawgrid->yuv_color[A];
A                 433 libavfilter/vf_drawbox.c                     double alpha = (double)drawgrid->yuv_color[A] / 255;
A                 193 libavfilter/vf_fade.c     const uint8_t a_idx  = s->rgba_map[A];
A                 361 libavfilter/vf_fade.c     int plane = s->is_packed_rgb ? 0 : A;
A                 367 libavfilter/vf_fade.c         uint8_t *p = frame->data[plane] + i * frame->linesize[plane] + s->is_packed_rgb*s->rgba_map[A];
A                 386 libavfilter/vf_fade.c     int plane = s->is_packed_rgb ? 0 : A;
A                 392 libavfilter/vf_fade.c         uint16_t *p = (uint16_t *)(frame->data[plane] + i * frame->linesize[plane]) + s->is_packed_rgb*s->rgba_map[A];
A                 333 libavfilter/vf_fillborders.c     s->yuv_color[A] = s->rgba_color[A];
A                  78 libavfilter/vf_geq.c     { "alpha_expr", "set alpha expression",       OFFSET(expr_str[A]), AV_OPT_TYPE_STRING, {.str=NULL}, 0, 0, FLAGS },
A                  79 libavfilter/vf_geq.c     { "a",          "set alpha expression",       OFFSET(expr_str[A]), AV_OPT_TYPE_STRING, {.str=NULL}, 0, 0, FLAGS },
A                 252 libavfilter/vf_geq.c     if (!geq->expr_str[A]) {
A                 255 libavfilter/vf_geq.c         geq->expr_str[A] = av_strdup(bps_string);
A                 267 libavfilter/vf_geq.c             (!geq->expr_str[U] || !geq->expr_str[V] || !geq->expr_str[A])) {
A                 163 libavfilter/vf_histeq.c             dst[x + histeq->rgba_map[A]] = luma;
A                 198 libavfilter/vf_histeq.c             luma = dst[x + histeq->rgba_map[A]];
A                  97 libavfilter/vf_lut.c     { "a",  "set A expression",            OFFSET(comp_expr_str[A]),  AV_OPT_TYPE_STRING, { .str = "clipval" }, .flags = FLAGS },
A                 269 libavfilter/vf_lut.c         min[A] = 0;
A                 273 libavfilter/vf_lut.c         max[A] = (1 << desc->comp[0].depth) - 1;
A                 332 libavfilter/vf_lut.c             s->lut[comp][val] = av_clip((int)res, 0, max[A]);
A                 440 libavfilter/vf_lut3d.c     const uint8_t a = lut3d->rgba_map[A];                                                           \
A                1949 libavfilter/vf_lut3d.c     const uint8_t a = lut1d->rgba_map[A];                                    \
A                 372 libavfilter/vf_overlay.c     const int da = s->main_rgba_map[A];
A                 377 libavfilter/vf_overlay.c     const int sa = s->overlay_rgba_map[A];
A                 114 libavfilter/vf_perspective.c     double coeff, A = -0.60;
A                 119 libavfilter/vf_perspective.c         coeff = (1.0 - (A + 3.0) * d * d + (A + 2.0) * d * d * d);
A                 121 libavfilter/vf_perspective.c         coeff = (-4.0 * A + 8.0 * A * d - 5.0 * A * d * d + A * d * d * d);
A                 333 libavfilter/vf_selectivecolor.c     const uint8_t aoffset = s->rgba_map[A];                                                             \
A                  49 libavfilter/vf_super2xsai.c #define GET_RESULT(A, B, C, D) ((A != C || A != D) - (B != C || B != D))
A                  51 libavfilter/vf_super2xsai.c #define INTERPOLATE(A, B) (((A & hi_pixel_mask) >> 1) + ((B & hi_pixel_mask) >> 1) + (A & B & lo_pixel_mask))
A                  53 libavfilter/vf_super2xsai.c #define Q_INTERPOLATE(A, B, C, D) ((A & q_hi_pixel_mask) >> 2) + ((B & q_hi_pixel_mask) >> 2) + ((C & q_hi_pixel_mask) >> 2) + ((D & q_hi_pixel_mask) >> 2) \
A                  54 libavfilter/vf_super2xsai.c     + ((((A & q_lo_pixel_mask) + (B & q_lo_pixel_mask) + (C & q_lo_pixel_mask) + (D & q_lo_pixel_mask)) >> 2) & q_lo_pixel_mask)
A                  90 libavfilter/vf_xbr.c #define df(A, B) pixel_diff(A, B, r2y)
A                  91 libavfilter/vf_xbr.c #define eq(A, B) (df(A, B) < 155)
A                 988 libavfilter/vsrc_testsrc.c         v = (r << (rgba_map[R]*8)) + (g << (rgba_map[G]*8)) + (b << (rgba_map[B]*8)) + (255U << (rgba_map[A]*8));
A                  46 libavformat/libgme.c     {"track_index", "set track that should be played",        OFFSET(track_index), AV_OPT_TYPE_INT,   {.i64 = 0},                0,    INT_MAX,  A|D},
A                  47 libavformat/libgme.c     {"sample_rate", "set sample rate",                        OFFSET(sample_rate), AV_OPT_TYPE_INT,   {.i64 = 44100},            1000, 999999,   A|D},
A                  48 libavformat/libgme.c     {"max_size",    "set max file size supported (in bytes)", OFFSET(max_size),    AV_OPT_TYPE_INT64, {.i64 = 50 * 1024 * 1024}, 0,    SIZE_MAX, A|D},
A                  54 libavformat/libopenmpt.c     { "sample_rate", "set sample rate",    OFFSET(sample_rate), AV_OPT_TYPE_INT,            { .i64 = 48000 },               1000, INT_MAX,   A | D },
A                  55 libavformat/libopenmpt.c     { "layout",      "set channel layout", OFFSET(layout),      AV_OPT_TYPE_CHANNEL_LAYOUT, { .i64 = AV_CH_LAYOUT_STEREO }, 0,    INT64_MAX, A | D },
A                  56 libavformat/libopenmpt.c     { "subsong",     "set subsong",        OFFSET(subsong),     AV_OPT_TYPE_INT,            { .i64 = -2 },                  -2,   INT_MAX,   A | D, "subsong"},
A                  57 libavformat/libopenmpt.c     { "all",         "all",                0,                   AV_OPT_TYPE_CONST,          { .i64 = -1},                   0,    0,         A | D, "subsong" },
A                  58 libavformat/libopenmpt.c     { "auto",        "auto",               0,                   AV_OPT_TYPE_CONST,          { .i64 = -2},                   0,    0,         A | D, "subsong" },
A                 752 libavformat/nutdec.c                     uint64_t B, A = ffio_read_varlen(bc);
A                 753 libavformat/nutdec.c                     if (!A) {
A                 754 libavformat/nutdec.c                         A = ffio_read_varlen(bc);
A                 760 libavformat/nutdec.c                                        last_pts + A, 0, 0, AVINDEX_KEYFRAME);
A                 761 libavformat/nutdec.c                     last_pts += A + B;
A                  66 libavformat/vapoursynth.c     {"max_script_size",    "set max file size supported (in bytes)", OFFSET(max_script_size),    AV_OPT_TYPE_INT64, {.i64 = 1 * 1024 * 1024}, 0,    SIZE_MAX - 1, A|D},
A                 786 libavutil/hwcontext_qsv.c         surface->Data.A = frame->data[0] + 3;
A                 546 libavutil/intreadwrite.h #   define AV_RLA(s, p)    av_bswap##s(AV_RN##s##A(p))
A                 547 libavutil/intreadwrite.h #   define AV_WLA(s, p, v) AV_WN##s##A(p, av_bswap##s(v))
A                 549 libavutil/intreadwrite.h #   define AV_RLA(s, p)    AV_RN##s##A(p)
A                 550 libavutil/intreadwrite.h #   define AV_WLA(s, p, v) AV_WN##s##A(p, v)
A                 273 libavutil/twofish.c     uint32_t Key[8], Me[4], Mo[4], A, B;
A                 299 libavutil/twofish.c         A = tf_h((2 * i) * rho, Me, cs->ksize);
A                 302 libavutil/twofish.c         cs->K[2 * i] = A + B;
A                 303 libavutil/twofish.c         cs->K[2 * i + 1] = LR((A + (2 * B)), 9);
A                 140 libavutil/x86/asm.h #   define GET_FE(A) GET_FE_IMPL A
A                 368 libpostproc/postprocess.c             uint64_t A= (0x100 - a)&0xFF;
A                 374 libpostproc/postprocess.c                        (D<<24) | (C<<16) | (B<<8)  | (A);
A                 846 libpostproc/postprocess_altivec_template.c     const vector unsigned char v_##src##A##i =                          \
A                 850 libpostproc/postprocess_altivec_template.c                                         (vector signed char)v_##src##A##i)
A                 986 libpostproc/postprocess_altivec_template.c     const vector unsigned char vg = vec_perm(vf, v_##src##A##i, permHH); \
A                 908 libswscale/output.c         int A = 0xffff;
A                 918 libswscale/output.c             A = -0x40000000 + (1<<14);
A                 920 libswscale/output.c                 A += alpSrc[j][i] * lumFilter[j];
A                 922 libswscale/output.c             A >>= 15;
A                 923 libswscale/output.c             A += 0x8000;
A                 924 libswscale/output.c             A = av_clip_uint16(A);
A                 928 libswscale/output.c         output_pixel(&dest[2 * i + 1], A);
A                 950 libswscale/output.c         int A;
A                 955 libswscale/output.c             A = (abuf0[i] * yalpha1 + abuf1[i] * yalpha) >> 15;
A                 956 libswscale/output.c             A = av_clip_uint16(A);
A                 960 libswscale/output.c         output_pixel(&dest[2 * i + 1], hasAlpha ? A : 65535);
A                 975 libswscale/output.c         int A;
A                 980 libswscale/output.c             A = abuf0[i] >> 3;
A                 981 libswscale/output.c             if (A & 0x100)
A                 982 libswscale/output.c                 A = av_clip_uint16(A);
A                 986 libswscale/output.c         output_pixel(&dest[2 * i + 1], hasAlpha ? A : 65535);
A                1249 libswscale/output.c     int A = 0xffff<<14;
A                1267 libswscale/output.c             A = -0x40000000;
A                1269 libswscale/output.c                 A += alpSrc[j][i] * (unsigned)lumFilter[j];
A                1271 libswscale/output.c             A >>= 1;
A                1272 libswscale/output.c             A += 0x20002000;
A                1296 libswscale/output.c             output_pixel(&dest[3], av_clip_uintp2(A, 30) >> 14);
A                1319 libswscale/output.c     int A = 0xffff<<14;
A                1339 libswscale/output.c             A = (abuf0[i] * yalpha1 + abuf1[i] * yalpha) >> 1;
A                1341 libswscale/output.c             A += 1 << 13;
A                1348 libswscale/output.c             output_pixel(&dest[3], av_clip_uintp2(A, 30) >> 14);
A                1364 libswscale/output.c     int A = 0xffff<<14;
A                1378 libswscale/output.c                 A = abuf0[i] << 11;
A                1380 libswscale/output.c                 A += 1 << 13;
A                1391 libswscale/output.c                 output_pixel(&dest[3], av_clip_uintp2(A, 30) >> 14);
A                1399 libswscale/output.c         int A = 0xffff<<14;
A                1411 libswscale/output.c                 A = abuf0[i] << 11;
A                1413 libswscale/output.c                 A += 1 << 13;
A                1424 libswscale/output.c                 output_pixel(&dest[3], av_clip_uintp2(A, 30) >> 14);
A                1844 libswscale/output.c     uint8_t *dest, int i, int Y, int A, int U, int V,
A                1864 libswscale/output.c         dest[0] = hasAlpha ? A : 255;
A                1878 libswscale/output.c         dest[3] = hasAlpha ? A : 255;
A                1881 libswscale/output.c         dest[0] = hasAlpha ? A : 255;
A                1895 libswscale/output.c         dest[3] = hasAlpha ? A : 255;
A                1993 libswscale/output.c     int A = 0; //init to silence warning
A                2016 libswscale/output.c             A = 1 << 18;
A                2018 libswscale/output.c                 A += alpSrc[j][i] * lumFilter[j];
A                2020 libswscale/output.c             A >>= 19;
A                2021 libswscale/output.c             if (A & 0x100)
A                2022 libswscale/output.c                 A = av_clip_uint8(A);
A                2024 libswscale/output.c         yuv2rgb_write_full(c, dest, i, Y, A, U, V, y, target, hasAlpha, err);
A                2049 libswscale/output.c     int A = 0; // init to silcene warning
A                2064 libswscale/output.c             A = (abuf0[i] * yalpha1 + abuf1[i] * yalpha + (1<<18)) >> 19;
A                2065 libswscale/output.c             if (A & 0x100)
A                2066 libswscale/output.c                 A = av_clip_uint8(A);
A                2069 libswscale/output.c         yuv2rgb_write_full(c, dest, i, Y, A, U, V, y, target, hasAlpha, err);
A                2094 libswscale/output.c         int A = 0; //init to silence warning
A                2101 libswscale/output.c                 A = (abuf0[i] + 64) >> 7;
A                2102 libswscale/output.c                 if (A & 0x100)
A                2103 libswscale/output.c                     A = av_clip_uint8(A);
A                2106 libswscale/output.c             yuv2rgb_write_full(c, dest, i, Y, A, U, V, y, target, hasAlpha, err);
A                2111 libswscale/output.c         int A = 0; //init to silence warning
A                2118 libswscale/output.c                 A = (abuf0[i] + 64) >> 7;
A                2119 libswscale/output.c                 if (A & 0x100)
A                2120 libswscale/output.c                     A = av_clip_uint8(A);
A                2123 libswscale/output.c             yuv2rgb_write_full(c, dest, i, Y, A, U, V, y, target, hasAlpha, err);
A                2171 libswscale/output.c     int A = 0; // init to silence warning
A                2193 libswscale/output.c             A = 1 << 18;
A                2196 libswscale/output.c                 A += alpSrc[j][i] * lumFilter[j];
A                2198 libswscale/output.c             if (A & 0xF8000000)
A                2199 libswscale/output.c                 A =  av_clip_uintp2(A, 27);
A                2220 libswscale/output.c                 dest16[3][i] = A >> (SH - 3);
A                2226 libswscale/output.c                 dest[3][i] = A >> 19;
A                2262 libswscale/output.c         int R, G, B, A;
A                2278 libswscale/output.c             A = -0x40000000;
A                2281 libswscale/output.c                 A += alpSrc[j][i] * (unsigned)lumFilter[j];
A                2283 libswscale/output.c             A >>= 1;
A                2284 libswscale/output.c             A += 0x20002000;
A                2302 libswscale/output.c             dest16[3][i] = av_clip_uintp2(A, 30) >> 14;
A                2338 libswscale/output.c         int R, G, B, A;
A                2354 libswscale/output.c             A = -0x40000000;
A                2357 libswscale/output.c                 A += alpSrc[j][i] * (unsigned)lumFilter[j];
A                2359 libswscale/output.c             A >>= 1;
A                2360 libswscale/output.c             A += 0x20002000;
A                2378 libswscale/output.c             dest32[3][i] = av_float2int(float_mult * (float)(av_clip_uintp2(A, 30) >> 14));
A                2402 libswscale/output.c         int A;
A                2407 libswscale/output.c             A = (abuf0[i] + 64) >> 7;
A                2408 libswscale/output.c             if (A & 0x100)
A                2409 libswscale/output.c                 A = av_clip_uint8(A);
A                2413 libswscale/output.c         dest[i * 2 + 1] = hasAlpha ? A : 255;
A                2434 libswscale/output.c         int A;
A                2439 libswscale/output.c             A = (abuf0[i] * yalpha1 + abuf1[i] * yalpha) >> 19;
A                2440 libswscale/output.c             A = av_clip_uint8(A);
A                2444 libswscale/output.c         dest[i * 2 + 1] = hasAlpha ? A : 255;
A                2460 libswscale/output.c         int Y = 1 << 18, A = 1 << 18;
A                2471 libswscale/output.c                 A += alpSrc[j][i] * lumFilter[j];
A                2473 libswscale/output.c             A >>= 19;
A                2475 libswscale/output.c             if (A & 0x100)
A                2476 libswscale/output.c                 A = av_clip_uint8(A);
A                2480 libswscale/output.c         dest[2 * i + 1] = hasAlpha ? A : 255;
A                2500 libswscale/output.c         int V = 1 << 14, A = 1 << 14;
A                2506 libswscale/output.c         A -= 0x40000000;
A                2519 libswscale/output.c                 A += alpSrc[j][i] * (unsigned)lumFilter[j];
A                2524 libswscale/output.c         A = 0x8000 + av_clip_int16(A >> 15);
A                2526 libswscale/output.c         AV_WL16(dest + 8 * i, hasAlpha ? A : 65535);
A                 692 libswscale/ppc/swscale_vsx.c     vec_s16 vy, vu, vv, A = vec_splat_s16(0);
A                 760 libswscale/ppc/swscale_vsx.c             SETUP(A, &abuf0[i], vyalpha1, &abuf1[i], vyalpha);
A                 765 libswscale/ppc/swscale_vsx.c             A = vec_packs(tmp3, tmp4);
A                 766 libswscale/ppc/swscale_vsx.c             ad = vec_packsu(A, (vec_s16) zero16);
A                 814 libswscale/ppc/swscale_vsx.c     vec_s16 vy, vu, vv, A = vec_splat_s16(0);
A                 890 libswscale/ppc/swscale_vsx.c             SETUP(A, &abuf0[i], vyalpha1, &abuf1[i], vyalpha);
A                 895 libswscale/ppc/swscale_vsx.c             A = vec_packs(tmp3, tmp4);
A                 896 libswscale/ppc/swscale_vsx.c             ad = vec_packsu(A, (vec_s16) zero16);
A                 985 libswscale/ppc/swscale_vsx.c     vec_s16 vy, vu, vv, A = vec_splat_s16(0), tmp16;
A                1067 libswscale/ppc/swscale_vsx.c             A = vec_ld(0, &abuf0[i]);
A                1068 libswscale/ppc/swscale_vsx.c             A = vec_add(A, add64);
A                1069 libswscale/ppc/swscale_vsx.c             A = vec_sr(A, shift7);
A                1070 libswscale/ppc/swscale_vsx.c             A = vec_max(A, max255);
A                1071 libswscale/ppc/swscale_vsx.c             ad = vec_packsu(A, (vec_s16) zero16);
A                1114 libswscale/ppc/swscale_vsx.c     vec_s16 vy, vu, vv, A = vec_splat_s16(0), tmp16;
A                1205 libswscale/ppc/swscale_vsx.c             A = vec_ld(0, &abuf0[i]);
A                1206 libswscale/ppc/swscale_vsx.c             A = vec_add(A, add64);
A                1207 libswscale/ppc/swscale_vsx.c             A = vec_sr(A, shift7);
A                1208 libswscale/ppc/swscale_vsx.c             A = vec_max(A, max255);
A                1209 libswscale/ppc/swscale_vsx.c             ad = vec_packsu(A, (vec_s16) zero16);
A                 467 libswscale/utils.c                     double A = param[0] != SWS_PARAM_DEFAULT ? param[0] : 1.0;
A                 475 libswscale/utils.c                         c = -pow(-c, A);
A                 477 libswscale/utils.c                         c = pow(c, A);
A                  47 tests/checkasm/audiodsp.c             AV_WN ## size ## A(buf + i, -(1LL << (bits - 1)) + r);  \