weight             38 libavcodec/aarch64/h264dsp_init_aarch64.c                                    int log2_den, int weight, int offset);
weight             40 libavcodec/aarch64/h264dsp_init_aarch64.c                                   int log2_den, int weight, int offset);
weight             42 libavcodec/aarch64/h264dsp_init_aarch64.c                                   int log2_den, int weight, int offset);
weight             38 libavcodec/arm/h264dsp_init_arm.c                                    int log2_den, int weight, int offset);
weight             40 libavcodec/arm/h264dsp_init_arm.c                                   int log2_den, int weight, int offset);
weight             42 libavcodec/arm/h264dsp_init_arm.c                                   int log2_den, int weight, int offset);
weight            188 libavcodec/diracdec.c     int16_t weight[2];          /* [DIRAC_STD] REF1_WT and REF2_WT           */
weight            965 libavcodec/diracdec.c     s->weight[0]        = 1;
weight            966 libavcodec/diracdec.c     s->weight[1]        = 1;
weight            970 libavcodec/diracdec.c         s->weight[0] = dirac_get_se_golomb(gb);
weight            972 libavcodec/diracdec.c             s->weight[1] = dirac_get_se_golomb(gb);
weight           1307 libavcodec/diracdec.c         obmc_weight[x] = wy*weight(x, p->xblen, p->xoffset);
weight           1323 libavcodec/diracdec.c         int wy = weight(y, p->yblen, p->yoffset);
weight           1502 libavcodec/diracdec.c                            s->weight[0] + s->weight[1], p->yblen);
weight           1512 libavcodec/diracdec.c                              s->weight[0], s->weight[1], p->yblen);
weight           1547 libavcodec/diracdec.c     if (s->weight_log2denom > 1 || s->weight[0] != 1 || s->weight[1] != 1) {
weight             86 libavcodec/diracdsp.c #define op_scale1(x)  block[x] = av_clip_uint8( (block[x]*weight + (1<<(log2_denom-1))) >> log2_denom)
weight             91 libavcodec/diracdsp.c                                                int weight, int h) {     \
weight             26 libavcodec/diracdsp.h typedef void (*dirac_weight_func)(uint8_t *block, int stride, int log2_denom, int weight, int h);
weight            249 libavcodec/dvenc.c     const int *weight;
weight            294 libavcodec/dvenc.c     weight      = bi->dct_mode ? dv_weight_248 : dv_weight_88;
weight            307 libavcodec/dvenc.c                 level     = (FFABS(level) * weight[i] + (1 << (dv_weight_bits + 3))) >>
weight            220 libavcodec/error_resilience.c                 int64_t weight  = 256 * 256 * 256 * 16 / FFMAX(dist[b_x + b_y*stride][j], 1);
weight            221 libavcodec/error_resilience.c                 guess          += weight*(int64_t)col[b_x + b_y*stride][j];
weight            222 libavcodec/error_resilience.c                 weight_sum     += weight;
weight           1605 libavcodec/g723_1.c             temp[j] = (weight[j + (offset)] * lsp_band##num[i][j] +\
weight           1625 libavcodec/g723_1.c     int16_t weight[LPC_ORDER];
weight           1630 libavcodec/g723_1.c     weight[0] = (1 << 20) / (lsp[1] - lsp[0]);
weight           1631 libavcodec/g723_1.c     weight[LPC_ORDER - 1] = (1 << 20) /
weight           1637 libavcodec/g723_1.c             weight[i] = (1 << 20) / min;
weight           1639 libavcodec/g723_1.c             weight[i] = INT16_MAX;
weight           1645 libavcodec/g723_1.c         max = FFMAX(weight[i], max);
weight           1649 libavcodec/g723_1.c         weight[i] <<= shift;
weight             33 libavcodec/h264dsp.h                                  int log2_denom, int weight, int offset);
weight             30 libavcodec/h264dsp_template.c #define op_scale1(x)  block[x] = av_clip_pixel( (block[x]*weight + offset) >> log2_denom )
weight             34 libavcodec/h264dsp_template.c                                            int log2_denom, int weight, int offset) \
weight            213 libavcodec/lpc.c         double av_uninit(weight);
weight            222 libavcodec/lpc.c             weight=0;
weight            235 libavcodec/lpc.c                     weight += inv;
weight            237 libavcodec/lpc.c                     weight++;
weight            247 libavcodec/lpc.c             ref[i]= sqrt(m[(pass-1)&1].variance[i] / weight) * (blocksize - max_order) / 4000;
weight             68 libavcodec/mpegvideo_enc.c static int dct_quantize_refine(MpegEncContext *s, int16_t *block, int16_t *weight, int16_t *orig, int n, int qscale);
weight           2019 libavcodec/mpegvideo_enc.c static void get_visual_weight(int16_t *weight, uint8_t *ptr, int stride)
weight           2038 libavcodec/mpegvideo_enc.c             weight[x + 8 * y]= (36 * ff_sqrt(count * sqr - sum * sum)) / count;
weight           2049 libavcodec/mpegvideo_enc.c     int16_t weight[12][64];
weight           2289 libavcodec/mpegvideo_enc.c             get_visual_weight(weight[0], ptr_y                 , wrap_y);
weight           2291 libavcodec/mpegvideo_enc.c             get_visual_weight(weight[1], ptr_y              + 8, wrap_y);
weight           2293 libavcodec/mpegvideo_enc.c             get_visual_weight(weight[2], ptr_y + dct_offset    , wrap_y);
weight           2295 libavcodec/mpegvideo_enc.c             get_visual_weight(weight[3], ptr_y + dct_offset + 8, wrap_y);
weight           2297 libavcodec/mpegvideo_enc.c             get_visual_weight(weight[4], ptr_cb                , wrap_c);
weight           2299 libavcodec/mpegvideo_enc.c             get_visual_weight(weight[5], ptr_cr                , wrap_c);
weight           2302 libavcodec/mpegvideo_enc.c                 get_visual_weight(weight[6], ptr_cb + uv_dct_offset,
weight           2305 libavcodec/mpegvideo_enc.c                 get_visual_weight(weight[7], ptr_cr + uv_dct_offset,
weight           2332 libavcodec/mpegvideo_enc.c                         dct_quantize_refine(s, s->block[i], weight[i],
weight           4093 libavcodec/mpegvideo_enc.c                         int16_t *block, int16_t *weight, int16_t *orig,
weight           4173 libavcodec/mpegvideo_enc.c         w= FFABS(weight[i]) + qns*one;
weight           4176 libavcodec/mpegvideo_enc.c         weight[i] = w;
weight           4214 libavcodec/mpegvideo_enc.c         int best_score = s->mpvencdsp.try_8x8basis(rem, weight, basis[0], 0);
weight           4228 libavcodec/mpegvideo_enc.c                 int w= weight[i];
weight           4258 libavcodec/mpegvideo_enc.c                 score = s->mpvencdsp.try_8x8basis(rem, weight, basis[0],
weight           4382 libavcodec/mpegvideo_enc.c                 score += s->mpvencdsp.try_8x8basis(rem, weight, basis[j],
weight             32 libavcodec/mpegvideoencdsp.c static int try_8x8basis_c(int16_t rem[64], int16_t weight[64],
weight             42 libavcodec/mpegvideoencdsp.c         int w = weight[i];
weight             33 libavcodec/mpegvideoencdsp.h     int (*try_8x8basis)(int16_t rem[64], int16_t weight[64],
weight           1054 libavcodec/opus_silk.c             int weight = s->wb ? silk_lsf_pred_weights_wb  [silk_lsf_weight_sel_wb  [lsf_i1][i]][i] :
weight           1056 libavcodec/opus_silk.c             lsf_res[i] += (lsf_res[i+1] * weight) >> 8;
weight           1064 libavcodec/opus_silk.c         int cur, prev, next, weight_sq, weight, ipart, fpart, y, value;
weight           1077 libavcodec/opus_silk.c         weight = y + ((213 * fpart * y) >> 16);
weight           1079 libavcodec/opus_silk.c         value = cur * 128 + (lsf_res[i] * 16384) / weight;
weight            649 libavcodec/ppc/h264dsp.c                            int log2_denom, int weight, int offset, int w)
weight            661 libavcodec/ppc/h264dsp.c     temp[1] = weight;
weight            766 libavcodec/ppc/h264dsp.c                                                 int log2_denom, int weight, int offset) \
weight            768 libavcodec/ppc/h264dsp.c     weight_h264_W_altivec(block, stride, height, log2_denom, weight, offset, W); \
weight            568 libavcodec/qcelpdec.c     float weight;
weight            571 libavcodec/qcelpdec.c         weight = 0.25 * (subframe_num + 1);
weight            573 libavcodec/qcelpdec.c         weight = 0.625;
weight            575 libavcodec/qcelpdec.c         weight = 1.0;
weight            577 libavcodec/qcelpdec.c     if (weight != 1.0) {
weight            579 libavcodec/qcelpdec.c                                 weight, 1.0 - weight, 10);
weight            135 libavcodec/snow.c     static const uint8_t weight[64]={
weight            314 libavcodec/snow.c         int a= weight[((dx&7) + (8*(dy&7)))];
weight            106 libavcodec/wavpack.h #define UPDATE_WEIGHT_CLIP(weight, delta, samples, in) \
weight            109 libavcodec/wavpack.h             (weight) -= (delta); \
weight            110 libavcodec/wavpack.h             if ((weight) < -1024) \
weight            111 libavcodec/wavpack.h                 (weight) = -1024; \
weight            113 libavcodec/wavpack.h             (weight) += (delta); \
weight            114 libavcodec/wavpack.h             if ((weight) > 1024) \
weight            115 libavcodec/wavpack.h                 (weight) = 1024; \
weight             32 libavcodec/wavpackenc.c #define UPDATE_WEIGHT(weight, delta, source, result) \
weight             35 libavcodec/wavpackenc.c         weight = ((delta) ^ s) + ((weight) - s); \
weight             38 libavcodec/wavpackenc.c #define APPLY_WEIGHT_F(weight, sample) ((((((sample) & 0xffff) * (weight)) >> 9) + \
weight             39 libavcodec/wavpackenc.c     ((((sample) & ~0xffff) >> 9) * (weight)) + 1) >> 1)
weight             41 libavcodec/wavpackenc.c #define APPLY_WEIGHT_I(weight, sample) (((weight) * (sample) + 512) >> 10)
weight             43 libavcodec/wavpackenc.c #define APPLY_WEIGHT(weight, sample) ((sample) != (short) (sample) ? \
weight             44 libavcodec/wavpackenc.c     APPLY_WEIGHT_F(weight, sample) : APPLY_WEIGHT_I (weight, sample))
weight            516 libavcodec/wavpackenc.c static int8_t store_weight(int weight)
weight            518 libavcodec/wavpackenc.c     weight = av_clip(weight, -1024, 1024);
weight            519 libavcodec/wavpackenc.c     if (weight > 0)
weight            520 libavcodec/wavpackenc.c         weight -= (weight + 64) >> 7;
weight            522 libavcodec/wavpackenc.c     return (weight + 4) >> 3;
weight            525 libavcodec/wavpackenc.c static int restore_weight(int8_t weight)
weight            529 libavcodec/wavpackenc.c     if ((result = (int) weight << 3) > 0)
weight           2351 libavcodec/wavpackenc.c #define update_weight_d2(weight, delta, source, result) \
weight           2353 libavcodec/wavpackenc.c         weight -= (((source ^ result) >> 29) & 4) - 2;
weight           2355 libavcodec/wavpackenc.c #define update_weight_clip_d2(weight, delta, source, result) \
weight           2358 libavcodec/wavpackenc.c         if ((weight = (weight ^ s) + (2 - s)) > 1024) weight = 1024; \
weight           2359 libavcodec/wavpackenc.c         weight = (weight ^ s) - s; \
weight            160 libavcodec/x86/h264dsp_init.c                                       int weight, int offset);
weight            187 libavcodec/x86/h264dsp_init.c                                                     int weight,         \
weight             35 libavcodec/x86/mpegvideoenc_qns_template.c static int DEF(try_8x8basis)(int16_t rem[64], int16_t weight[64], int16_t basis[64], int scale)
weight             72 libavcodec/x86/mpegvideoenc_qns_template.c         : "r"(basis), "r"(rem), "r"(weight), "g"(scale)
weight            159 tests/tiny_ssim.c static double ssim_db( double ssim, double weight )
weight            161 tests/tiny_ssim.c     return 10*(log(weight)/log(10)-log(weight-ssim)/log(10));