weight            109 libavcodec/aacenc_utils.h     float form = 0.0f, weight = 0.0f;
weight            146 libavcodec/aacenc_utils.h             weight += e2;
weight            149 libavcodec/aacenc_utils.h     if (weight > 0) {
weight            150 libavcodec/aacenc_utils.h         return form / weight;
weight             52 libavcodec/aarch64/h264dsp_init_aarch64.c                                    int log2_den, int weight, int offset);
weight             54 libavcodec/aarch64/h264dsp_init_aarch64.c                                   int log2_den, int weight, int offset);
weight             56 libavcodec/aarch64/h264dsp_init_aarch64.c                                   int log2_den, int weight, int offset);
weight            468 libavcodec/aptx.c     int32_t sign, same_sign[2], weight[2], sw1, range;
weight            484 libavcodec/aptx.c     weight[0] = 254 * prediction->s_weight[0] + 0x800000*same_sign[0] + sw1;
weight            485 libavcodec/aptx.c     prediction->s_weight[0] = av_clip(rshift32(weight[0], 8), -range, range);
weight            488 libavcodec/aptx.c     weight[1] = 255 * prediction->s_weight[1] + 0xC00000*same_sign[1];
weight            489 libavcodec/aptx.c     prediction->s_weight[1] = av_clip(rshift32(weight[1], 8), -range, range);
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             44 libavcodec/arm/h264dsp_init_arm.c                                   int log2_den, int weight, int offset);
weight            207 libavcodec/diracdec.c     int16_t weight[2];          /* [DIRAC_STD] REF1_WT and REF2_WT           */
weight           1209 libavcodec/diracdec.c     s->weight[0]        = 1;
weight           1210 libavcodec/diracdec.c     s->weight[1]        = 1;
weight           1219 libavcodec/diracdec.c         s->weight[0] = dirac_get_se_golomb(gb);
weight           1221 libavcodec/diracdec.c             s->weight[1] = dirac_get_se_golomb(gb);
weight           1579 libavcodec/diracdec.c         obmc_weight[x] = wy*weight(x, p->xblen, p->xoffset);
weight           1595 libavcodec/diracdec.c         int wy = weight(y, p->yblen, p->yoffset);
weight           1774 libavcodec/diracdec.c                            s->weight[0] + s->weight[1], p->yblen);
weight           1784 libavcodec/diracdec.c                              s->weight[0], s->weight[1], p->yblen);
weight           1819 libavcodec/diracdec.c     if (s->weight_log2denom > 1 || s->weight[0] != 1 || s->weight[1] != 1) {
weight             85 libavcodec/diracdsp.c #define op_scale1(x)  block[x] = av_clip_uint8( (block[x]*weight + (1<<(log2_denom-1))) >> log2_denom)
weight             90 libavcodec/diracdsp.c                                                int weight, int h) {     \
weight             27 libavcodec/diracdsp.h typedef void (*dirac_weight_func)(uint8_t *block, int stride, int log2_denom, int weight, int h);
weight            364 libavcodec/dvenc.c                                                    const int *weight, int bias)
weight            400 libavcodec/dvenc.c                 level     = (FFABS(level) * weight[i] + (1 << (dv_weight_bits + 3))) >>
weight            448 libavcodec/dvenc.c                                           const int *weight, int bias)
weight            474 libavcodec/dvenc.c         level0 = (level0*weight[i+0] + 4096 + (1<<17)) >> 18;
weight            475 libavcodec/dvenc.c         level1 = (level1*weight[i+1] + 4096 + (1<<17)) >> 18;
weight            222 libavcodec/error_resilience.c                 int64_t weight  = 256 * 256 * 256 * 16 / FFMAX(dist[b_x + b_y*stride][j], 1);
weight            223 libavcodec/error_resilience.c                 guess          += weight*(int64_t)col[b_x + b_y*stride][j];
weight            224 libavcodec/error_resilience.c                 weight_sum     += weight;
weight            301 libavcodec/g723_1enc.c             temp[j] = (weight[j + (offset)] * lsp_band##num[i][j] +           \
weight            321 libavcodec/g723_1enc.c     int16_t weight[LPC_ORDER];
weight            326 libavcodec/g723_1enc.c     weight[0]             = (1 << 20) / (lsp[1] - lsp[0]);
weight            327 libavcodec/g723_1enc.c     weight[LPC_ORDER - 1] = (1 << 20) /
weight            333 libavcodec/g723_1enc.c             weight[i] = (1 << 20) / min;
weight            335 libavcodec/g723_1enc.c             weight[i] = INT16_MAX;
weight            341 libavcodec/g723_1enc.c         max = FFMAX(weight[i], max);
weight            345 libavcodec/g723_1enc.c         weight[i] <<= shift;
weight             34 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            181 libavcodec/lpc.c         double weight = a - b*cos((2*M_PI*i)/(len - 1));
weight            182 libavcodec/lpc.c         s->windowed_samples[i] = weight*samples[i];
weight            183 libavcodec/lpc.c         s->windowed_samples[len-1-i] = weight*samples[len-1-i];
weight            243 libavcodec/lpc.c         double av_uninit(weight);
weight            252 libavcodec/lpc.c             weight=0;
weight            265 libavcodec/lpc.c                     weight += inv;
weight            267 libavcodec/lpc.c                     weight++;
weight            277 libavcodec/lpc.c             ref[i]= sqrt(m[(pass-1)&1].variance[i] / weight) * (blocksize - max_order) / 4000;
weight             91 libavcodec/mips/h264dsp_mips.h                                    int log2_denom, int weight, int offset);
weight             93 libavcodec/mips/h264dsp_mips.h                                   int log2_denom, int weight, int offset);
weight             95 libavcodec/mips/h264dsp_mips.h                                   int log2_denom, int weight, int offset);
weight            343 libavcodec/mips/h264dsp_mips.h         int log2_denom, int weight, int offset);
weight            348 libavcodec/mips/h264dsp_mips.h         int log2_denom, int weight, int offset);
weight            353 libavcodec/mips/h264dsp_mips.h         int log2_denom, int weight, int offset);
weight           1133 libavcodec/mips/h264dsp_mmi.c         int log2_denom, int weight, int offset)
weight           1181 libavcodec/mips/h264dsp_mmi.c               [weight]"r"(weight),          [offset]"r"(offset),
weight           1260 libavcodec/mips/h264dsp_mmi.c         int log2_denom, int weight, int offset)
weight           1295 libavcodec/mips/h264dsp_mmi.c             : [block]"r"(block),            [weight]"r"(weight),
weight           1355 libavcodec/mips/h264dsp_mmi.c         int log2_denom, int weight, int offset)
weight           1385 libavcodec/mips/h264dsp_mmi.c             : [block]"r"(block),            [weight]"r"(weight),
weight           1429 libavcodec/mips/h264dsp_mmi.c               [weight]"r"(weights),         [weightd]"r"(weightd),
weight             97 libavcodec/mips/hevc_mc_biw_msa.c     int32_t offset, weight;
weight            107 libavcodec/mips/hevc_mc_biw_msa.c     weight = weight0 | (weight1 << 16);
weight            110 libavcodec/mips/hevc_mc_biw_msa.c     weight_vec = (v8i16) __msa_fill_w(weight);
weight            185 libavcodec/mips/hevc_mc_biw_msa.c     int32_t offset, weight;
weight            196 libavcodec/mips/hevc_mc_biw_msa.c     weight = weight0 | (weight1 << 16);
weight            198 libavcodec/mips/hevc_mc_biw_msa.c     weight_vec = __msa_fill_w(weight);
weight            239 libavcodec/mips/hevc_mc_biw_msa.c     int32_t offset, weight;
weight            249 libavcodec/mips/hevc_mc_biw_msa.c     weight = weight0 | (weight1 << 16);
weight            252 libavcodec/mips/hevc_mc_biw_msa.c     weight_vec = __msa_fill_w(weight);
weight            327 libavcodec/mips/hevc_mc_biw_msa.c     int32_t offset, weight;
weight            337 libavcodec/mips/hevc_mc_biw_msa.c     weight = weight0 | (weight1 << 16);
weight            340 libavcodec/mips/hevc_mc_biw_msa.c     weight_vec = __msa_fill_w(weight);
weight            386 libavcodec/mips/hevc_mc_biw_msa.c     int32_t offset, weight;
weight            396 libavcodec/mips/hevc_mc_biw_msa.c     weight = weight0 | (weight1 << 16);
weight            399 libavcodec/mips/hevc_mc_biw_msa.c     weight_vec = __msa_fill_w(weight);
weight            441 libavcodec/mips/hevc_mc_biw_msa.c     int32_t offset, weight;
weight            450 libavcodec/mips/hevc_mc_biw_msa.c     weight = weight0 | (weight1 << 16);
weight            453 libavcodec/mips/hevc_mc_biw_msa.c     weight_vec = __msa_fill_w(weight);
weight            505 libavcodec/mips/hevc_mc_biw_msa.c     int32_t offset, weight;
weight            515 libavcodec/mips/hevc_mc_biw_msa.c     weight = weight0 | (weight1 << 16);
weight            518 libavcodec/mips/hevc_mc_biw_msa.c     weight_vec = __msa_fill_w(weight);
weight            566 libavcodec/mips/hevc_mc_biw_msa.c     int32_t offset, weight;
weight            575 libavcodec/mips/hevc_mc_biw_msa.c     weight = weight0 | (weight1 << 16);
weight            578 libavcodec/mips/hevc_mc_biw_msa.c     weight_vec = __msa_fill_w(weight);
weight            618 libavcodec/mips/hevc_mc_biw_msa.c     int32_t offset, weight;
weight            628 libavcodec/mips/hevc_mc_biw_msa.c     weight = weight0 | (weight1 << 16);
weight            631 libavcodec/mips/hevc_mc_biw_msa.c     weight_vec = __msa_fill_w(weight);
weight            674 libavcodec/mips/hevc_mc_biw_msa.c     int32_t offset, weight, constant;
weight            695 libavcodec/mips/hevc_mc_biw_msa.c     weight = weight0 | (weight1 << 16);
weight            701 libavcodec/mips/hevc_mc_biw_msa.c     weight_vec = __msa_fill_w(weight);
weight            746 libavcodec/mips/hevc_mc_biw_msa.c     int32_t offset, weight, constant;
weight            760 libavcodec/mips/hevc_mc_biw_msa.c     weight = weight0 | (weight1 << 16);
weight            766 libavcodec/mips/hevc_mc_biw_msa.c     weight_vec = __msa_fill_w(weight);
weight            826 libavcodec/mips/hevc_mc_biw_msa.c     int32_t offset, weight, constant;
weight            836 libavcodec/mips/hevc_mc_biw_msa.c     weight = weight0 | (weight1 << 16);
weight            843 libavcodec/mips/hevc_mc_biw_msa.c     weight_vec = __msa_fill_w(weight);
weight            921 libavcodec/mips/hevc_mc_biw_msa.c     int32_t offset, weight, constant;
weight            935 libavcodec/mips/hevc_mc_biw_msa.c     weight = weight0 | (weight1 << 16);
weight            941 libavcodec/mips/hevc_mc_biw_msa.c     weight_vec = __msa_fill_w(weight);
weight           1006 libavcodec/mips/hevc_mc_biw_msa.c     int32_t offset, weight, constant;
weight           1021 libavcodec/mips/hevc_mc_biw_msa.c     weight = weight0 | (weight1 << 16);
weight           1027 libavcodec/mips/hevc_mc_biw_msa.c     weight_vec = __msa_fill_w(weight);
weight           1127 libavcodec/mips/hevc_mc_biw_msa.c     int32_t offset, weight, constant;
weight           1141 libavcodec/mips/hevc_mc_biw_msa.c     weight = weight0 | (weight1 << 16);
weight           1147 libavcodec/mips/hevc_mc_biw_msa.c     weight_vec = __msa_fill_w(weight);
weight           1213 libavcodec/mips/hevc_mc_biw_msa.c     int32_t offset, weight, constant;
weight           1227 libavcodec/mips/hevc_mc_biw_msa.c     weight = weight0 | (weight1 << 16);
weight           1233 libavcodec/mips/hevc_mc_biw_msa.c     weight_vec = __msa_fill_w(weight);
weight           1320 libavcodec/mips/hevc_mc_biw_msa.c     int32_t offset, weight, constant;
weight           1334 libavcodec/mips/hevc_mc_biw_msa.c     weight = weight0 | (weight1 << 16);
weight           1340 libavcodec/mips/hevc_mc_biw_msa.c     weight_vec = __msa_fill_w(weight);
weight           1416 libavcodec/mips/hevc_mc_biw_msa.c     int32_t offset, weight;
weight           1433 libavcodec/mips/hevc_mc_biw_msa.c     weight = weight0 | (weight1 << 16);
weight           1438 libavcodec/mips/hevc_mc_biw_msa.c     weight_vec = __msa_fill_w(weight);
weight           1514 libavcodec/mips/hevc_mc_biw_msa.c     int32_t offset, weight;
weight           1528 libavcodec/mips/hevc_mc_biw_msa.c     weight = weight0 | (weight1 << 16);
weight           1533 libavcodec/mips/hevc_mc_biw_msa.c     weight_vec = __msa_fill_w(weight);
weight           1602 libavcodec/mips/hevc_mc_biw_msa.c     int32_t offset, weight;
weight           1619 libavcodec/mips/hevc_mc_biw_msa.c     weight = weight0 | (weight1 << 16);
weight           1624 libavcodec/mips/hevc_mc_biw_msa.c     weight_vec = __msa_fill_w(weight);
weight           1716 libavcodec/mips/hevc_mc_biw_msa.c     int32_t offset, weight;
weight           1733 libavcodec/mips/hevc_mc_biw_msa.c     weight = weight0 | (weight1 << 16);
weight           1738 libavcodec/mips/hevc_mc_biw_msa.c     weight_vec = __msa_fill_w(weight);
weight           1939 libavcodec/mips/hevc_mc_biw_msa.c     int32_t offset, weight;
weight           1972 libavcodec/mips/hevc_mc_biw_msa.c     weight = weight0 | (weight1 << 16);
weight           1979 libavcodec/mips/hevc_mc_biw_msa.c     weight_vec = (v8i16) __msa_fill_w(weight);
weight           2084 libavcodec/mips/hevc_mc_biw_msa.c     int32_t offset, weight;
weight           2111 libavcodec/mips/hevc_mc_biw_msa.c     weight = weight0 | (weight1 << 16);
weight           2118 libavcodec/mips/hevc_mc_biw_msa.c     weight_vec = (v8i16) __msa_fill_w(weight);
weight           2290 libavcodec/mips/hevc_mc_biw_msa.c     int32_t offset, weight;
weight           2311 libavcodec/mips/hevc_mc_biw_msa.c     weight = weight0 | (weight1 << 16);
weight           2318 libavcodec/mips/hevc_mc_biw_msa.c     weight_vec = (v8i16) __msa_fill_w(weight);
weight           2645 libavcodec/mips/hevc_mc_biw_msa.c     int32_t offset, weight, constant;
weight           2665 libavcodec/mips/hevc_mc_biw_msa.c     weight = weight0 | (weight1 << 16);
weight           2671 libavcodec/mips/hevc_mc_biw_msa.c     weight_vec = __msa_fill_w(weight);
weight           2705 libavcodec/mips/hevc_mc_biw_msa.c     int32_t offset, weight, constant;
weight           2726 libavcodec/mips/hevc_mc_biw_msa.c     weight = weight0 | (weight1 << 16);
weight           2732 libavcodec/mips/hevc_mc_biw_msa.c     weight_vec = __msa_fill_w(weight);
weight           2767 libavcodec/mips/hevc_mc_biw_msa.c     int32_t weight, offset, constant;
weight           2785 libavcodec/mips/hevc_mc_biw_msa.c     weight = weight0 | (weight1 << 16);
weight           2791 libavcodec/mips/hevc_mc_biw_msa.c     weight_vec = __msa_fill_w(weight);
weight           2873 libavcodec/mips/hevc_mc_biw_msa.c     int32_t offset, weight, constant;
weight           2891 libavcodec/mips/hevc_mc_biw_msa.c     weight = weight0 | (weight1 << 16);
weight           2897 libavcodec/mips/hevc_mc_biw_msa.c     weight_vec = __msa_fill_w(weight);
weight           2945 libavcodec/mips/hevc_mc_biw_msa.c     int32_t offset, weight, constant;
weight           2962 libavcodec/mips/hevc_mc_biw_msa.c     weight = weight0 | (weight1 << 16);
weight           2968 libavcodec/mips/hevc_mc_biw_msa.c     weight_vec = __msa_fill_w(weight);
weight           3001 libavcodec/mips/hevc_mc_biw_msa.c     int32_t weight, offset, constant;
weight           3019 libavcodec/mips/hevc_mc_biw_msa.c     weight = weight0 | (weight1 << 16);
weight           3025 libavcodec/mips/hevc_mc_biw_msa.c     weight_vec = __msa_fill_w(weight);
weight           3077 libavcodec/mips/hevc_mc_biw_msa.c     int32_t offset, weight, constant;
weight           3095 libavcodec/mips/hevc_mc_biw_msa.c     weight = weight0 | (weight1 << 16);
weight           3101 libavcodec/mips/hevc_mc_biw_msa.c     weight_vec = __msa_fill_w(weight);
weight           3178 libavcodec/mips/hevc_mc_biw_msa.c     int32_t offset, weight, constant;
weight           3199 libavcodec/mips/hevc_mc_biw_msa.c     weight = weight0 | (weight1 << 16);
weight           3205 libavcodec/mips/hevc_mc_biw_msa.c     weight_vec = __msa_fill_w(weight);
weight           3264 libavcodec/mips/hevc_mc_biw_msa.c     int32_t offset, weight, constant;
weight           3282 libavcodec/mips/hevc_mc_biw_msa.c     weight = weight0 | (weight1 << 16);
weight           3288 libavcodec/mips/hevc_mc_biw_msa.c     weight_vec = __msa_fill_w(weight);
weight           3353 libavcodec/mips/hevc_mc_biw_msa.c     int32_t offset, weight, constant;
weight           3371 libavcodec/mips/hevc_mc_biw_msa.c     weight = weight0 | (weight1 << 16);
weight           3377 libavcodec/mips/hevc_mc_biw_msa.c     weight_vec = __msa_fill_w(weight);
weight           3440 libavcodec/mips/hevc_mc_biw_msa.c     int32_t offset, weight, constant;
weight           3458 libavcodec/mips/hevc_mc_biw_msa.c     weight = weight0 | (weight1 << 16);
weight           3464 libavcodec/mips/hevc_mc_biw_msa.c     weight_vec = __msa_fill_w(weight);
weight           3511 libavcodec/mips/hevc_mc_biw_msa.c     int32_t weight, offset, constant;
weight           3524 libavcodec/mips/hevc_mc_biw_msa.c     weight = weight0 | (weight1 << 16);
weight           3530 libavcodec/mips/hevc_mc_biw_msa.c     weight_vec = __msa_fill_w(weight);
weight           3576 libavcodec/mips/hevc_mc_biw_msa.c     int32_t weight, offset, constant;
weight           3590 libavcodec/mips/hevc_mc_biw_msa.c     weight = weight0 | (weight1 << 16);
weight           3596 libavcodec/mips/hevc_mc_biw_msa.c     weight_vec = __msa_fill_w(weight);
weight           3645 libavcodec/mips/hevc_mc_biw_msa.c     int32_t weight, offset, constant;
weight           3660 libavcodec/mips/hevc_mc_biw_msa.c     weight = weight0 | (weight1 << 16);
weight           3666 libavcodec/mips/hevc_mc_biw_msa.c     weight_vec = __msa_fill_w(weight);
weight           3762 libavcodec/mips/hevc_mc_biw_msa.c     int32_t offset, weight, constant;
weight           3775 libavcodec/mips/hevc_mc_biw_msa.c     weight = weight0 | (weight1 << 16);
weight           3781 libavcodec/mips/hevc_mc_biw_msa.c     weight_vec = __msa_fill_w(weight);
weight           3837 libavcodec/mips/hevc_mc_biw_msa.c     int32_t offset, weight, constant;
weight           3849 libavcodec/mips/hevc_mc_biw_msa.c     weight = weight0 | (weight1 << 16);
weight           3855 libavcodec/mips/hevc_mc_biw_msa.c     weight_vec = __msa_fill_w(weight);
weight           3894 libavcodec/mips/hevc_mc_biw_msa.c     int32_t offset, weight, constant;
weight           3908 libavcodec/mips/hevc_mc_biw_msa.c     weight = weight0 | (weight1 << 16);
weight           3914 libavcodec/mips/hevc_mc_biw_msa.c     weight_vec = __msa_fill_w(weight);
weight           3967 libavcodec/mips/hevc_mc_biw_msa.c     int32_t offset, weight, constant;
weight           3980 libavcodec/mips/hevc_mc_biw_msa.c     weight = weight0 | (weight1 << 16);
weight           3986 libavcodec/mips/hevc_mc_biw_msa.c     weight_vec = __msa_fill_w(weight);
weight           4072 libavcodec/mips/hevc_mc_biw_msa.c     int32_t offset, weight, constant;
weight           4087 libavcodec/mips/hevc_mc_biw_msa.c     weight = weight0 | (weight1 << 16);
weight           4093 libavcodec/mips/hevc_mc_biw_msa.c     weight_vec = __msa_fill_w(weight);
weight           4164 libavcodec/mips/hevc_mc_biw_msa.c     int32_t offset, weight, constant;
weight           4178 libavcodec/mips/hevc_mc_biw_msa.c     weight = weight0 | (weight1 << 16);
weight           4184 libavcodec/mips/hevc_mc_biw_msa.c     weight_vec = __msa_fill_w(weight);
weight           4258 libavcodec/mips/hevc_mc_biw_msa.c     int32_t offset, weight, constant;
weight           4274 libavcodec/mips/hevc_mc_biw_msa.c     weight = weight0 | (weight1 << 16);
weight           4280 libavcodec/mips/hevc_mc_biw_msa.c     weight_vec = __msa_fill_w(weight);
weight           4396 libavcodec/mips/hevc_mc_biw_msa.c     int32_t offset, weight, constant;
weight           4412 libavcodec/mips/hevc_mc_biw_msa.c     weight = weight0 | (weight1 << 16);
weight           4418 libavcodec/mips/hevc_mc_biw_msa.c     weight_vec = __msa_fill_w(weight);
weight           4514 libavcodec/mips/hevc_mc_biw_msa.c     int32_t offset, weight;
weight           4541 libavcodec/mips/hevc_mc_biw_msa.c     weight = weight0 | (weight1 << 16);
weight           4546 libavcodec/mips/hevc_mc_biw_msa.c     weight_vec = (v8i16) __msa_fill_w(weight);
weight           4598 libavcodec/mips/hevc_mc_biw_msa.c     int32_t offset, weight;
weight           4628 libavcodec/mips/hevc_mc_biw_msa.c     weight = weight0 | (weight1 << 16);
weight           4633 libavcodec/mips/hevc_mc_biw_msa.c     weight_vec = (v8i16) __msa_fill_w(weight);
weight           4697 libavcodec/mips/hevc_mc_biw_msa.c     int32_t offset, weight;
weight           4729 libavcodec/mips/hevc_mc_biw_msa.c     weight = weight0 | (weight1 << 16);
weight           4734 libavcodec/mips/hevc_mc_biw_msa.c     weight_vec = (v8i16) __msa_fill_w(weight);
weight           4873 libavcodec/mips/hevc_mc_biw_msa.c     int32_t offset, weight;
weight           4908 libavcodec/mips/hevc_mc_biw_msa.c     weight = weight0 | (weight1 << 16);
weight           4913 libavcodec/mips/hevc_mc_biw_msa.c     weight_vec = (v8i16) __msa_fill_w(weight);
weight           5052 libavcodec/mips/hevc_mc_biw_msa.c     int32_t weight, offset;
weight           5083 libavcodec/mips/hevc_mc_biw_msa.c     weight = weight0 | (weight1 << 16);
weight           5088 libavcodec/mips/hevc_mc_biw_msa.c     weight_vec = (v8i16) __msa_fill_w(weight);
weight           5149 libavcodec/mips/hevc_mc_biw_msa.c     int32_t weight, offset;
weight           5178 libavcodec/mips/hevc_mc_biw_msa.c     weight = weight0 | (weight1 << 16);
weight           5185 libavcodec/mips/hevc_mc_biw_msa.c     weight_vec = (v8i16) __msa_fill_w(weight);
weight           5272 libavcodec/mips/hevc_mc_biw_msa.c     uint32_t offset, weight;
weight           5308 libavcodec/mips/hevc_mc_biw_msa.c     weight = weight0 | (weight1 << 16);
weight           5313 libavcodec/mips/hevc_mc_biw_msa.c     weight_vec = (v8i16) __msa_fill_w(weight);
weight           5426 libavcodec/mips/hevc_mc_biw_msa.c     int32_t offset, weight;
weight           5461 libavcodec/mips/hevc_mc_biw_msa.c     weight = weight0 | (weight1 << 16);
weight           5466 libavcodec/mips/hevc_mc_biw_msa.c     weight_vec = (v8i16) __msa_fill_w(weight);
weight           5612 libavcodec/mips/hevc_mc_biw_msa.c     int32_t offset, weight;
weight           5646 libavcodec/mips/hevc_mc_biw_msa.c     weight = weight0 | (weight1 << 16);
weight           5653 libavcodec/mips/hevc_mc_biw_msa.c     weight_vec = (v8i16) __msa_fill_w(weight);
weight             62 libavcodec/mips/hevc_mc_uniw_msa.c                                     int32_t weight,
weight             73 libavcodec/mips/hevc_mc_uniw_msa.c     weight = weight & 0x0000FFFF;
weight             74 libavcodec/mips/hevc_mc_uniw_msa.c     weight_vec = __msa_fill_w(weight);
weight            129 libavcodec/mips/hevc_mc_uniw_msa.c                                     int32_t weight,
weight            141 libavcodec/mips/hevc_mc_uniw_msa.c     weight = weight & 0x0000FFFF;
weight            142 libavcodec/mips/hevc_mc_uniw_msa.c     weight_vec = __msa_fill_w(weight);
weight            191 libavcodec/mips/hevc_mc_uniw_msa.c                                     int32_t weight,
weight            203 libavcodec/mips/hevc_mc_uniw_msa.c     weight = weight & 0x0000FFFF;
weight            204 libavcodec/mips/hevc_mc_uniw_msa.c     weight_vec = __msa_fill_w(weight);
weight            286 libavcodec/mips/hevc_mc_uniw_msa.c                                      int32_t weight,
weight            298 libavcodec/mips/hevc_mc_uniw_msa.c     weight = weight & 0x0000FFFF;
weight            299 libavcodec/mips/hevc_mc_uniw_msa.c     weight_vec = __msa_fill_w(weight);
weight            331 libavcodec/mips/hevc_mc_uniw_msa.c                                      int32_t weight,
weight            342 libavcodec/mips/hevc_mc_uniw_msa.c     weight = weight & 0x0000FFFF;
weight            343 libavcodec/mips/hevc_mc_uniw_msa.c     weight_vec = __msa_fill_w(weight);
weight            374 libavcodec/mips/hevc_mc_uniw_msa.c                                      int32_t weight,
weight            386 libavcodec/mips/hevc_mc_uniw_msa.c     weight = weight & 0x0000FFFF;
weight            387 libavcodec/mips/hevc_mc_uniw_msa.c     weight_vec = __msa_fill_w(weight);
weight            427 libavcodec/mips/hevc_mc_uniw_msa.c                                      int32_t weight,
weight            438 libavcodec/mips/hevc_mc_uniw_msa.c     weight = weight & 0x0000FFFF;
weight            439 libavcodec/mips/hevc_mc_uniw_msa.c     weight_vec = __msa_fill_w(weight);
weight            473 libavcodec/mips/hevc_mc_uniw_msa.c                                      int32_t weight,
weight            485 libavcodec/mips/hevc_mc_uniw_msa.c     weight = weight & 0x0000FFFF;
weight            486 libavcodec/mips/hevc_mc_uniw_msa.c     weight_vec = __msa_fill_w(weight);
weight            530 libavcodec/mips/hevc_mc_uniw_msa.c                                      int32_t weight,
weight            542 libavcodec/mips/hevc_mc_uniw_msa.c     weight = weight & 0x0000FFFF;
weight            543 libavcodec/mips/hevc_mc_uniw_msa.c     weight_vec = __msa_fill_w(weight);
weight            594 libavcodec/mips/hevc_mc_uniw_msa.c                                      int32_t weight,
weight            609 libavcodec/mips/hevc_mc_uniw_msa.c     weight = weight & 0x0000FFFF;
weight            611 libavcodec/mips/hevc_mc_uniw_msa.c     weight_vec = __msa_fill_w(weight);
weight            614 libavcodec/mips/hevc_mc_uniw_msa.c     weight *= 128;
weight            617 libavcodec/mips/hevc_mc_uniw_msa.c     weight_vec_h = __msa_fill_h(weight);
weight            670 libavcodec/mips/hevc_mc_uniw_msa.c                                      int32_t weight,
weight            687 libavcodec/mips/hevc_mc_uniw_msa.c     weight = weight & 0x0000FFFF;
weight            689 libavcodec/mips/hevc_mc_uniw_msa.c     weight_vec = __msa_fill_w(weight);
weight            692 libavcodec/mips/hevc_mc_uniw_msa.c     weight *= 128;
weight            695 libavcodec/mips/hevc_mc_uniw_msa.c     weight_vec_h = __msa_fill_h(weight);
weight            748 libavcodec/mips/hevc_mc_uniw_msa.c                                       int32_t weight,
weight            765 libavcodec/mips/hevc_mc_uniw_msa.c     weight = weight & 0x0000FFFF;
weight            767 libavcodec/mips/hevc_mc_uniw_msa.c     weight_vec = __msa_fill_w(weight);
weight            770 libavcodec/mips/hevc_mc_uniw_msa.c     weight *= 128;
weight            773 libavcodec/mips/hevc_mc_uniw_msa.c     weight_vec_h = __msa_fill_h(weight);
weight            842 libavcodec/mips/hevc_mc_uniw_msa.c                                       int32_t weight,
weight            860 libavcodec/mips/hevc_mc_uniw_msa.c     weight_vec = __msa_fill_w(weight);
weight            863 libavcodec/mips/hevc_mc_uniw_msa.c     weight *= 128;
weight            866 libavcodec/mips/hevc_mc_uniw_msa.c     weight_vec_h = __msa_fill_h(weight);
weight            920 libavcodec/mips/hevc_mc_uniw_msa.c                                       int32_t weight,
weight            937 libavcodec/mips/hevc_mc_uniw_msa.c     weight_vec = __msa_fill_w(weight);
weight            940 libavcodec/mips/hevc_mc_uniw_msa.c     weight *= 128;
weight            943 libavcodec/mips/hevc_mc_uniw_msa.c     weight_vec_h = __msa_fill_h(weight);
weight           1013 libavcodec/mips/hevc_mc_uniw_msa.c                                       int32_t weight,
weight           1031 libavcodec/mips/hevc_mc_uniw_msa.c     weight_vec = __msa_fill_w(weight);
weight           1034 libavcodec/mips/hevc_mc_uniw_msa.c     weight *= 128;
weight           1037 libavcodec/mips/hevc_mc_uniw_msa.c     weight_vec_h = __msa_fill_h(weight);
weight           1115 libavcodec/mips/hevc_mc_uniw_msa.c                                       int32_t weight,
weight           1132 libavcodec/mips/hevc_mc_uniw_msa.c     weight = weight & 0x0000FFFF;
weight           1133 libavcodec/mips/hevc_mc_uniw_msa.c     weight_vec = __msa_fill_w(weight);
weight           1136 libavcodec/mips/hevc_mc_uniw_msa.c     weight *= 128;
weight           1139 libavcodec/mips/hevc_mc_uniw_msa.c     weight_vec_h = __msa_fill_h(weight);
weight           1209 libavcodec/mips/hevc_mc_uniw_msa.c                                       int32_t weight,
weight           1228 libavcodec/mips/hevc_mc_uniw_msa.c     weight_vec = __msa_fill_w(weight);
weight           1231 libavcodec/mips/hevc_mc_uniw_msa.c     weight *= 128;
weight           1234 libavcodec/mips/hevc_mc_uniw_msa.c     weight_vec_h = __msa_fill_h(weight);
weight           1300 libavcodec/mips/hevc_mc_uniw_msa.c                                      int32_t weight,
weight           1321 libavcodec/mips/hevc_mc_uniw_msa.c     weight_vec = __msa_fill_w(weight);
weight           1324 libavcodec/mips/hevc_mc_uniw_msa.c     weight *= 128;
weight           1327 libavcodec/mips/hevc_mc_uniw_msa.c     weight_vec_h = __msa_fill_h(weight);
weight           1392 libavcodec/mips/hevc_mc_uniw_msa.c                                      int32_t weight,
weight           1408 libavcodec/mips/hevc_mc_uniw_msa.c     weight_vec = __msa_fill_w(weight);
weight           1411 libavcodec/mips/hevc_mc_uniw_msa.c     weight *= 128;
weight           1414 libavcodec/mips/hevc_mc_uniw_msa.c     weight_vec_h = __msa_fill_h(weight);
weight           1471 libavcodec/mips/hevc_mc_uniw_msa.c                                       int32_t weight,
weight           1490 libavcodec/mips/hevc_mc_uniw_msa.c     weight = weight & 0x0000FFFF;
weight           1491 libavcodec/mips/hevc_mc_uniw_msa.c     weight_vec = __msa_fill_w(weight);
weight           1494 libavcodec/mips/hevc_mc_uniw_msa.c     weight *= 128;
weight           1497 libavcodec/mips/hevc_mc_uniw_msa.c     weight_vec_h = __msa_fill_h(weight);
weight           1574 libavcodec/mips/hevc_mc_uniw_msa.c                                                int32_t weight,
weight           1597 libavcodec/mips/hevc_mc_uniw_msa.c     weight_vec = __msa_fill_w(weight);
weight           1600 libavcodec/mips/hevc_mc_uniw_msa.c     weight *= 128;
weight           1603 libavcodec/mips/hevc_mc_uniw_msa.c     weight_vec_h = __msa_fill_h(weight);
weight           1685 libavcodec/mips/hevc_mc_uniw_msa.c                                       int32_t weight,
weight           1690 libavcodec/mips/hevc_mc_uniw_msa.c                                        filter, height, weight,
weight           1700 libavcodec/mips/hevc_mc_uniw_msa.c                                       int32_t weight,
weight           1705 libavcodec/mips/hevc_mc_uniw_msa.c                                        filter, 32, weight,
weight           1709 libavcodec/mips/hevc_mc_uniw_msa.c                              filter, 32, weight, offset, rnd_val);
weight           1718 libavcodec/mips/hevc_mc_uniw_msa.c                                       int32_t weight,
weight           1723 libavcodec/mips/hevc_mc_uniw_msa.c                                        filter, height, weight,
weight           1733 libavcodec/mips/hevc_mc_uniw_msa.c                                       int32_t weight,
weight           1738 libavcodec/mips/hevc_mc_uniw_msa.c                                        filter, 64, weight,
weight           1748 libavcodec/mips/hevc_mc_uniw_msa.c                                       int32_t weight,
weight           1753 libavcodec/mips/hevc_mc_uniw_msa.c                                        filter, height, weight,
weight           1764 libavcodec/mips/hevc_mc_uniw_msa.c                                      int32_t weight,
weight           1797 libavcodec/mips/hevc_mc_uniw_msa.c     weight_vec = __msa_fill_w(weight);
weight           1889 libavcodec/mips/hevc_mc_uniw_msa.c                                               int32_t weight,
weight           1915 libavcodec/mips/hevc_mc_uniw_msa.c     weight_vec = __msa_fill_w(weight);
weight           2051 libavcodec/mips/hevc_mc_uniw_msa.c                                      int32_t weight,
weight           2056 libavcodec/mips/hevc_mc_uniw_msa.c                                       filter_x, filter_y, height, weight,
weight           2067 libavcodec/mips/hevc_mc_uniw_msa.c                                       int32_t weight,
weight           2097 libavcodec/mips/hevc_mc_uniw_msa.c     weight_vec = __msa_fill_w(weight);
weight           2272 libavcodec/mips/hevc_mc_uniw_msa.c                                       int32_t weight,
weight           2277 libavcodec/mips/hevc_mc_uniw_msa.c                                       filter_x, filter_y, height, weight,
weight           2288 libavcodec/mips/hevc_mc_uniw_msa.c                                       int32_t weight,
weight           2293 libavcodec/mips/hevc_mc_uniw_msa.c                                       filter_x, filter_y, height, weight,
weight           2304 libavcodec/mips/hevc_mc_uniw_msa.c                                       int32_t weight,
weight           2309 libavcodec/mips/hevc_mc_uniw_msa.c                                       filter_x, filter_y, height, weight,
weight           2320 libavcodec/mips/hevc_mc_uniw_msa.c                                       int32_t weight,
weight           2325 libavcodec/mips/hevc_mc_uniw_msa.c                                       filter_x, filter_y, height, weight,
weight           2336 libavcodec/mips/hevc_mc_uniw_msa.c                                       int32_t weight,
weight           2341 libavcodec/mips/hevc_mc_uniw_msa.c                                       filter_x, filter_y, height, weight,
weight           2350 libavcodec/mips/hevc_mc_uniw_msa.c                                       int32_t weight,
weight           2371 libavcodec/mips/hevc_mc_uniw_msa.c     weight = weight & 0x0000FFFF;
weight           2373 libavcodec/mips/hevc_mc_uniw_msa.c     weight_vec = __msa_fill_w(weight);
weight           2376 libavcodec/mips/hevc_mc_uniw_msa.c     weight *= 128;
weight           2379 libavcodec/mips/hevc_mc_uniw_msa.c     weight_vec_h = __msa_fill_h(weight);
weight           2408 libavcodec/mips/hevc_mc_uniw_msa.c                                       int32_t weight,
weight           2429 libavcodec/mips/hevc_mc_uniw_msa.c     weight = weight & 0x0000FFFF;
weight           2431 libavcodec/mips/hevc_mc_uniw_msa.c     weight_vec = __msa_fill_w(weight);
weight           2434 libavcodec/mips/hevc_mc_uniw_msa.c     weight *= 128;
weight           2437 libavcodec/mips/hevc_mc_uniw_msa.c     weight_vec_h = __msa_fill_h(weight);
weight           2466 libavcodec/mips/hevc_mc_uniw_msa.c                                               int32_t weight,
weight           2486 libavcodec/mips/hevc_mc_uniw_msa.c     weight = weight & 0x0000FFFF;
weight           2488 libavcodec/mips/hevc_mc_uniw_msa.c     weight_vec = __msa_fill_w(weight);
weight           2491 libavcodec/mips/hevc_mc_uniw_msa.c     weight *= 128;
weight           2494 libavcodec/mips/hevc_mc_uniw_msa.c     weight_vec_h = __msa_fill_h(weight);
weight           2534 libavcodec/mips/hevc_mc_uniw_msa.c                                      int32_t weight,
weight           2540 libavcodec/mips/hevc_mc_uniw_msa.c                                   filter, weight, offset, rnd_val);
weight           2543 libavcodec/mips/hevc_mc_uniw_msa.c                                   filter, weight, offset, rnd_val);
weight           2546 libavcodec/mips/hevc_mc_uniw_msa.c                                           filter, height, weight,
weight           2557 libavcodec/mips/hevc_mc_uniw_msa.c                                      int32_t weight,
weight           2576 libavcodec/mips/hevc_mc_uniw_msa.c     weight = weight & 0x0000FFFF;
weight           2578 libavcodec/mips/hevc_mc_uniw_msa.c     weight_vec = __msa_fill_w(weight);
weight           2581 libavcodec/mips/hevc_mc_uniw_msa.c     weight *= 128;
weight           2584 libavcodec/mips/hevc_mc_uniw_msa.c     weight_vec_h = __msa_fill_h(weight);
weight           2637 libavcodec/mips/hevc_mc_uniw_msa.c                                       int32_t weight,
weight           2655 libavcodec/mips/hevc_mc_uniw_msa.c     weight = weight & 0x0000FFFF;
weight           2657 libavcodec/mips/hevc_mc_uniw_msa.c     weight_vec = __msa_fill_w(weight);
weight           2660 libavcodec/mips/hevc_mc_uniw_msa.c     weight *= 128;
weight           2663 libavcodec/mips/hevc_mc_uniw_msa.c     weight_vec_h = __msa_fill_h(weight);
weight           2692 libavcodec/mips/hevc_mc_uniw_msa.c                                       int32_t weight,
weight           2708 libavcodec/mips/hevc_mc_uniw_msa.c     weight = weight & 0x0000FFFF;
weight           2709 libavcodec/mips/hevc_mc_uniw_msa.c     weight_vec = __msa_fill_w(weight);
weight           2712 libavcodec/mips/hevc_mc_uniw_msa.c     weight *= 128;
weight           2715 libavcodec/mips/hevc_mc_uniw_msa.c     weight_vec_h = __msa_fill_h(weight);
weight           2749 libavcodec/mips/hevc_mc_uniw_msa.c                                       int32_t weight,
weight           2769 libavcodec/mips/hevc_mc_uniw_msa.c     weight = weight & 0x0000FFFF;
weight           2771 libavcodec/mips/hevc_mc_uniw_msa.c     weight_vec = __msa_fill_w(weight);
weight           2774 libavcodec/mips/hevc_mc_uniw_msa.c     weight *= 128;
weight           2777 libavcodec/mips/hevc_mc_uniw_msa.c     weight_vec_h = __msa_fill_h(weight);
weight           2820 libavcodec/mips/hevc_mc_uniw_msa.c                                               int32_t weight,
weight           2840 libavcodec/mips/hevc_mc_uniw_msa.c     weight = weight & 0x0000FFFF;
weight           2842 libavcodec/mips/hevc_mc_uniw_msa.c     weight_vec = __msa_fill_w(weight);
weight           2845 libavcodec/mips/hevc_mc_uniw_msa.c     weight *= 128;
weight           2848 libavcodec/mips/hevc_mc_uniw_msa.c     weight_vec_h = __msa_fill_h(weight);
weight           2900 libavcodec/mips/hevc_mc_uniw_msa.c                                      int32_t weight,
weight           2906 libavcodec/mips/hevc_mc_uniw_msa.c                                   filter, weight, offset, rnd_val);
weight           2909 libavcodec/mips/hevc_mc_uniw_msa.c                                   filter, weight, offset, rnd_val);
weight           2912 libavcodec/mips/hevc_mc_uniw_msa.c                                   filter, weight, offset, rnd_val);
weight           2915 libavcodec/mips/hevc_mc_uniw_msa.c                                           filter, height, weight, offset,
weight           2926 libavcodec/mips/hevc_mc_uniw_msa.c                                       int32_t weight,
weight           2949 libavcodec/mips/hevc_mc_uniw_msa.c     weight = weight & 0x0000FFFF;
weight           2951 libavcodec/mips/hevc_mc_uniw_msa.c     weight_vec = __msa_fill_w(weight);
weight           2954 libavcodec/mips/hevc_mc_uniw_msa.c     weight *= 128;
weight           2957 libavcodec/mips/hevc_mc_uniw_msa.c     weight_vec_h = __msa_fill_h(weight);
weight           3006 libavcodec/mips/hevc_mc_uniw_msa.c                                       int32_t weight,
weight           3026 libavcodec/mips/hevc_mc_uniw_msa.c     weight = weight & 0x0000FFFF;
weight           3028 libavcodec/mips/hevc_mc_uniw_msa.c     weight_vec = __msa_fill_w(weight);
weight           3031 libavcodec/mips/hevc_mc_uniw_msa.c     weight *= 128;
weight           3034 libavcodec/mips/hevc_mc_uniw_msa.c     weight_vec_h = __msa_fill_h(weight);
weight           3089 libavcodec/mips/hevc_mc_uniw_msa.c                                       int32_t weight,
weight           3108 libavcodec/mips/hevc_mc_uniw_msa.c     weight = weight & 0x0000FFFF;
weight           3109 libavcodec/mips/hevc_mc_uniw_msa.c     weight_vec = __msa_fill_w(weight);
weight           3112 libavcodec/mips/hevc_mc_uniw_msa.c     weight *= 128;
weight           3115 libavcodec/mips/hevc_mc_uniw_msa.c     weight_vec_h = __msa_fill_h(weight);
weight           3167 libavcodec/mips/hevc_mc_uniw_msa.c                                       int32_t weight,
weight           3187 libavcodec/mips/hevc_mc_uniw_msa.c     weight = weight & 0x0000FFFF;
weight           3189 libavcodec/mips/hevc_mc_uniw_msa.c     weight_vec = __msa_fill_w(weight);
weight           3192 libavcodec/mips/hevc_mc_uniw_msa.c     weight *= 128;
weight           3195 libavcodec/mips/hevc_mc_uniw_msa.c     weight_vec_h = __msa_fill_h(weight);
weight           3253 libavcodec/mips/hevc_mc_uniw_msa.c                                       int32_t weight,
weight           3269 libavcodec/mips/hevc_mc_uniw_msa.c     weight = weight & 0x0000FFFF;
weight           3271 libavcodec/mips/hevc_mc_uniw_msa.c     weight_vec = __msa_fill_w(weight);
weight           3274 libavcodec/mips/hevc_mc_uniw_msa.c     weight *= 128;
weight           3277 libavcodec/mips/hevc_mc_uniw_msa.c     weight_vec_h = __msa_fill_h(weight);
weight           3308 libavcodec/mips/hevc_mc_uniw_msa.c                                       int32_t weight,
weight           3323 libavcodec/mips/hevc_mc_uniw_msa.c     weight = weight & 0x0000FFFF;
weight           3325 libavcodec/mips/hevc_mc_uniw_msa.c     weight_vec = __msa_fill_w(weight);
weight           3328 libavcodec/mips/hevc_mc_uniw_msa.c     weight *= 128;
weight           3331 libavcodec/mips/hevc_mc_uniw_msa.c     weight_vec_h = __msa_fill_h(weight);
weight           3363 libavcodec/mips/hevc_mc_uniw_msa.c                                               int32_t weight,
weight           3380 libavcodec/mips/hevc_mc_uniw_msa.c     weight = weight & 0x0000FFFF;
weight           3382 libavcodec/mips/hevc_mc_uniw_msa.c     weight_vec = __msa_fill_w(weight);
weight           3385 libavcodec/mips/hevc_mc_uniw_msa.c     weight *= 128;
weight           3388 libavcodec/mips/hevc_mc_uniw_msa.c     weight_vec_h = __msa_fill_h(weight);
weight           3439 libavcodec/mips/hevc_mc_uniw_msa.c                                      int32_t weight,
weight           3445 libavcodec/mips/hevc_mc_uniw_msa.c                                   filter, weight, offset, rnd_val);
weight           3448 libavcodec/mips/hevc_mc_uniw_msa.c                                   filter, weight, offset, rnd_val);
weight           3451 libavcodec/mips/hevc_mc_uniw_msa.c                                           filter, height, weight, offset,
weight           3462 libavcodec/mips/hevc_mc_uniw_msa.c                                      int32_t weight,
weight           3477 libavcodec/mips/hevc_mc_uniw_msa.c     weight = weight & 0x0000FFFF;
weight           3479 libavcodec/mips/hevc_mc_uniw_msa.c     weight_vec = __msa_fill_w(weight);
weight           3482 libavcodec/mips/hevc_mc_uniw_msa.c     weight *= 128;
weight           3485 libavcodec/mips/hevc_mc_uniw_msa.c     weight_vec_h = __msa_fill_h(weight);
weight           3539 libavcodec/mips/hevc_mc_uniw_msa.c                                       int32_t weight,
weight           3553 libavcodec/mips/hevc_mc_uniw_msa.c     weight = weight & 0x0000FFFF;
weight           3555 libavcodec/mips/hevc_mc_uniw_msa.c     weight_vec = __msa_fill_w(weight);
weight           3558 libavcodec/mips/hevc_mc_uniw_msa.c     weight *= 128;
weight           3561 libavcodec/mips/hevc_mc_uniw_msa.c     weight_vec_h = __msa_fill_h(weight);
weight           3590 libavcodec/mips/hevc_mc_uniw_msa.c                                       int32_t weight,
weight           3605 libavcodec/mips/hevc_mc_uniw_msa.c     weight = weight & 0x0000FFFF;
weight           3607 libavcodec/mips/hevc_mc_uniw_msa.c     weight_vec = __msa_fill_w(weight);
weight           3610 libavcodec/mips/hevc_mc_uniw_msa.c     weight *= 128;
weight           3613 libavcodec/mips/hevc_mc_uniw_msa.c     weight_vec_h = __msa_fill_h(weight);
weight           3645 libavcodec/mips/hevc_mc_uniw_msa.c                                       int32_t weight,
weight           3660 libavcodec/mips/hevc_mc_uniw_msa.c     weight = weight & 0x0000FFFF;
weight           3662 libavcodec/mips/hevc_mc_uniw_msa.c     weight_vec = __msa_fill_w(weight);
weight           3665 libavcodec/mips/hevc_mc_uniw_msa.c     weight *= 128;
weight           3668 libavcodec/mips/hevc_mc_uniw_msa.c     weight_vec_h = __msa_fill_h(weight);
weight           3709 libavcodec/mips/hevc_mc_uniw_msa.c                                           int32_t weight,
weight           3725 libavcodec/mips/hevc_mc_uniw_msa.c     weight = weight & 0x0000FFFF;
weight           3727 libavcodec/mips/hevc_mc_uniw_msa.c     weight_vec = __msa_fill_w(weight);
weight           3730 libavcodec/mips/hevc_mc_uniw_msa.c     weight *= 128;
weight           3733 libavcodec/mips/hevc_mc_uniw_msa.c     weight_vec_h = __msa_fill_h(weight);
weight           3788 libavcodec/mips/hevc_mc_uniw_msa.c                                      int32_t weight,
weight           3794 libavcodec/mips/hevc_mc_uniw_msa.c                                   filter, weight, offset, rnd_val);
weight           3797 libavcodec/mips/hevc_mc_uniw_msa.c                                   filter, weight, offset, rnd_val);
weight           3800 libavcodec/mips/hevc_mc_uniw_msa.c                                   filter, weight, offset, rnd_val);
weight           3803 libavcodec/mips/hevc_mc_uniw_msa.c                                       filter, height, weight, offset,
weight           3814 libavcodec/mips/hevc_mc_uniw_msa.c                                       int32_t weight,
weight           3833 libavcodec/mips/hevc_mc_uniw_msa.c     weight = weight & 0x0000FFFF;
weight           3835 libavcodec/mips/hevc_mc_uniw_msa.c     weight_vec = __msa_fill_w(weight);
weight           3838 libavcodec/mips/hevc_mc_uniw_msa.c     weight *= 128;
weight           3841 libavcodec/mips/hevc_mc_uniw_msa.c     weight_vec_h = __msa_fill_h(weight);
weight           3919 libavcodec/mips/hevc_mc_uniw_msa.c                                       int32_t weight,
weight           3936 libavcodec/mips/hevc_mc_uniw_msa.c     weight = weight & 0x0000FFFF;
weight           3938 libavcodec/mips/hevc_mc_uniw_msa.c     weight_vec = __msa_fill_w(weight);
weight           3941 libavcodec/mips/hevc_mc_uniw_msa.c     weight *= 128;
weight           3944 libavcodec/mips/hevc_mc_uniw_msa.c     weight_vec_h = __msa_fill_h(weight);
weight           4001 libavcodec/mips/hevc_mc_uniw_msa.c                                       int32_t weight,
weight           4019 libavcodec/mips/hevc_mc_uniw_msa.c     weight = weight & 0x0000FFFF;
weight           4021 libavcodec/mips/hevc_mc_uniw_msa.c     weight_vec = __msa_fill_w(weight);
weight           4024 libavcodec/mips/hevc_mc_uniw_msa.c     weight *= 128;
weight           4027 libavcodec/mips/hevc_mc_uniw_msa.c     weight_vec_h = __msa_fill_h(weight);
weight           4103 libavcodec/mips/hevc_mc_uniw_msa.c                                       int32_t weight,
weight           4121 libavcodec/mips/hevc_mc_uniw_msa.c     weight = weight & 0x0000FFFF;
weight           4123 libavcodec/mips/hevc_mc_uniw_msa.c     weight_vec = __msa_fill_w(weight);
weight           4126 libavcodec/mips/hevc_mc_uniw_msa.c     weight *= 128;
weight           4129 libavcodec/mips/hevc_mc_uniw_msa.c     weight_vec_h = __msa_fill_h(weight);
weight           4197 libavcodec/mips/hevc_mc_uniw_msa.c                                       int32_t weight,
weight           4224 libavcodec/mips/hevc_mc_uniw_msa.c     weight_vec = __msa_fill_w(weight);
weight           4229 libavcodec/mips/hevc_mc_uniw_msa.c     const_128 = __msa_fill_h((128 * weight));
weight           4261 libavcodec/mips/hevc_mc_uniw_msa.c                                       int32_t weight,
weight           4288 libavcodec/mips/hevc_mc_uniw_msa.c     weight_vec = __msa_fill_w(weight);
weight           4293 libavcodec/mips/hevc_mc_uniw_msa.c     const_128 = __msa_fill_h((128 * weight));
weight           4331 libavcodec/mips/hevc_mc_uniw_msa.c                                               int32_t weight,
weight           4361 libavcodec/mips/hevc_mc_uniw_msa.c     weight_vec = __msa_fill_w(weight);
weight           4366 libavcodec/mips/hevc_mc_uniw_msa.c     const_128 = __msa_fill_h((128 * weight));
weight           4438 libavcodec/mips/hevc_mc_uniw_msa.c                                      int32_t weight,
weight           4444 libavcodec/mips/hevc_mc_uniw_msa.c                                   filter_x, filter_y, weight,
weight           4448 libavcodec/mips/hevc_mc_uniw_msa.c                                   filter_x,filter_y, weight,
weight           4452 libavcodec/mips/hevc_mc_uniw_msa.c                                           filter_x, filter_y, height, weight,
weight           4464 libavcodec/mips/hevc_mc_uniw_msa.c                                      int32_t weight,
weight           4497 libavcodec/mips/hevc_mc_uniw_msa.c     weight_vec = __msa_fill_w(weight);
weight           4502 libavcodec/mips/hevc_mc_uniw_msa.c     const_128 = __msa_fill_h((128 * weight));
weight           4590 libavcodec/mips/hevc_mc_uniw_msa.c                                       int32_t weight,
weight           4621 libavcodec/mips/hevc_mc_uniw_msa.c     weight_vec = __msa_fill_w(weight);
weight           4626 libavcodec/mips/hevc_mc_uniw_msa.c     const_128 = __msa_fill_h((128 * weight));
weight           4667 libavcodec/mips/hevc_mc_uniw_msa.c                                           int32_t weight,
weight           4696 libavcodec/mips/hevc_mc_uniw_msa.c     weight_vec = __msa_fill_w(weight);
weight           4701 libavcodec/mips/hevc_mc_uniw_msa.c     const_128 = __msa_fill_h((128 * weight));
weight           4761 libavcodec/mips/hevc_mc_uniw_msa.c                                       int32_t weight,
weight           4795 libavcodec/mips/hevc_mc_uniw_msa.c     weight_vec = __msa_fill_w(weight);
weight           4800 libavcodec/mips/hevc_mc_uniw_msa.c     const_128 = __msa_fill_h((128 * weight));
weight           4878 libavcodec/mips/hevc_mc_uniw_msa.c                                               int32_t weight,
weight           4913 libavcodec/mips/hevc_mc_uniw_msa.c     weight_vec = __msa_fill_w(weight);
weight           4918 libavcodec/mips/hevc_mc_uniw_msa.c     const_128 = __msa_fill_h((128 * weight));
weight           5000 libavcodec/mips/hevc_mc_uniw_msa.c                                      int32_t weight,
weight           5007 libavcodec/mips/hevc_mc_uniw_msa.c                                   filter_x, filter_y, weight,
weight           5011 libavcodec/mips/hevc_mc_uniw_msa.c                                       filter_x, filter_y, 1, weight,
weight           5015 libavcodec/mips/hevc_mc_uniw_msa.c                                   filter_x, filter_y, weight,
weight           5019 libavcodec/mips/hevc_mc_uniw_msa.c                                           filter_x, filter_y, height, weight,
weight           5031 libavcodec/mips/hevc_mc_uniw_msa.c                                       int32_t weight,
weight           5064 libavcodec/mips/hevc_mc_uniw_msa.c     weight_vec = __msa_fill_w(weight);
weight           5069 libavcodec/mips/hevc_mc_uniw_msa.c     const_128 = __msa_fill_h((128 * weight));
weight           5208 libavcodec/mips/hevc_mc_uniw_msa.c                                       int32_t weight,
weight           5214 libavcodec/mips/hevc_mc_uniw_msa.c                                       filter_x, filter_y, 2, weight, offset,
weight           5218 libavcodec/mips/hevc_mc_uniw_msa.c                                           filter_x, filter_y, height, weight,
weight           5230 libavcodec/mips/hevc_mc_uniw_msa.c                                       int32_t weight,
weight           5235 libavcodec/mips/hevc_mc_uniw_msa.c                                       filter_x, filter_y, height, weight,
weight           5246 libavcodec/mips/hevc_mc_uniw_msa.c                                       int32_t weight,
weight           5251 libavcodec/mips/hevc_mc_uniw_msa.c                                       filter_x, filter_y, height, weight,
weight           5262 libavcodec/mips/hevc_mc_uniw_msa.c                                                       int weight,            \
weight           5270 libavcodec/mips/hevc_mc_uniw_msa.c                                     height, weight, offset, shift);          \
weight           5294 libavcodec/mips/hevc_mc_uniw_msa.c                                                          int weight,          \
weight           5305 libavcodec/mips/hevc_mc_uniw_msa.c                                                  weight, offset, shift);      \
weight           5351 libavcodec/mips/hevc_mc_uniw_msa.c                                                       int weight,             \
weight           5363 libavcodec/mips/hevc_mc_uniw_msa.c                                            weight, offset, shift);            \
weight            192 libavcodec/mips/hevcdsp_mips.h                                                            int weight,    \
weight             77 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           2170 libavcodec/mpegvideo_enc.c static void get_visual_weight(int16_t *weight, uint8_t *ptr, int stride)
weight           2189 libavcodec/mpegvideo_enc.c             weight[x + 8 * y]= (36 * ff_sqrt(count * sqr - sum * sum)) / count;
weight           2200 libavcodec/mpegvideo_enc.c     int16_t weight[12][64];
weight           2440 libavcodec/mpegvideo_enc.c             get_visual_weight(weight[0], ptr_y                 , wrap_y);
weight           2442 libavcodec/mpegvideo_enc.c             get_visual_weight(weight[1], ptr_y              + 8, wrap_y);
weight           2444 libavcodec/mpegvideo_enc.c             get_visual_weight(weight[2], ptr_y + dct_offset    , wrap_y);
weight           2446 libavcodec/mpegvideo_enc.c             get_visual_weight(weight[3], ptr_y + dct_offset + 8, wrap_y);
weight           2448 libavcodec/mpegvideo_enc.c             get_visual_weight(weight[4], ptr_cb                , wrap_c);
weight           2450 libavcodec/mpegvideo_enc.c             get_visual_weight(weight[5], ptr_cr                , wrap_c);
weight           2453 libavcodec/mpegvideo_enc.c                 get_visual_weight(weight[6], ptr_cb + uv_dct_offset,
weight           2456 libavcodec/mpegvideo_enc.c                 get_visual_weight(weight[7], ptr_cr + uv_dct_offset,
weight           2483 libavcodec/mpegvideo_enc.c                         dct_quantize_refine(s, s->block[i], weight[i],
weight           4287 libavcodec/mpegvideo_enc.c                         int16_t *block, int16_t *weight, int16_t *orig,
weight           4357 libavcodec/mpegvideo_enc.c         w= FFABS(weight[i]) + qns*one;
weight           4360 libavcodec/mpegvideo_enc.c         weight[i] = w;
weight           4389 libavcodec/mpegvideo_enc.c         int best_score = s->mpvencdsp.try_8x8basis(rem, weight, basis[0], 0);
weight           4397 libavcodec/mpegvideo_enc.c                 int w= weight[i];
weight           4420 libavcodec/mpegvideo_enc.c                 score = s->mpvencdsp.try_8x8basis(rem, weight, basis[0],
weight           4544 libavcodec/mpegvideo_enc.c                 score += s->mpvencdsp.try_8x8basis(rem, weight, basis[j],
weight             31 libavcodec/mpegvideoencdsp.c static int try_8x8basis_c(int16_t rem[64], int16_t weight[64],
weight             41 libavcodec/mpegvideoencdsp.c         int w = weight[i];
weight             33 libavcodec/mpegvideoencdsp.h     int (*try_8x8basis)(int16_t rem[64], int16_t weight[64],
weight            339 libavcodec/opus_silk.c             int weight = s->wb ? ff_silk_lsf_pred_weights_wb  [ff_silk_lsf_weight_sel_wb  [lsf_i1][i]][i] :
weight            341 libavcodec/opus_silk.c             lsf_res[i] += (lsf_res[i+1] * weight) >> 8;
weight            349 libavcodec/opus_silk.c         int cur, prev, next, weight_sq, weight, ipart, fpart, y, value;
weight            362 libavcodec/opus_silk.c         weight = y + ((213 * fpart * y) >> 16);
weight            364 libavcodec/opus_silk.c         value = cur * 128 + (lsf_res[i] * 16384) / weight;
weight            326 libavcodec/opusenc_psy.c         float weight = 0.0f;
weight            329 libavcodec/opusenc_psy.c             weight = start[f]->stereo[i];
weight            331 libavcodec/opusenc_psy.c                 weight += start[f]->change_amp[ch][i] + start[f]->tone[ch][i] + start[f]->energy[ch][i];
weight            336 libavcodec/opusenc_psy.c         band_score[i] = weight;
weight            658 libavcodec/ppc/h264dsp.c                            int log2_denom, int weight, int offset, int w)
weight            670 libavcodec/ppc/h264dsp.c     temp[1] = weight;
weight            775 libavcodec/ppc/h264dsp.c                                                 int log2_denom, int weight, int offset) \
weight            777 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            108 libavcodec/wavpack.h #define UPDATE_WEIGHT_CLIP(weight, delta, samples, in) \
weight            111 libavcodec/wavpack.h             (weight) -= (delta); \
weight            112 libavcodec/wavpack.h             if ((weight) < -1024) \
weight            113 libavcodec/wavpack.h                 (weight) = -1024; \
weight            115 libavcodec/wavpack.h             (weight) += (delta); \
weight            116 libavcodec/wavpack.h             if ((weight) > 1024) \
weight            117 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            521 libavcodec/wavpackenc.c static int8_t store_weight(int weight)
weight            523 libavcodec/wavpackenc.c     weight = av_clip(weight, -1024, 1024);
weight            524 libavcodec/wavpackenc.c     if (weight > 0)
weight            525 libavcodec/wavpackenc.c         weight -= (weight + 64) >> 7;
weight            527 libavcodec/wavpackenc.c     return (weight + 4) >> 3;
weight            530 libavcodec/wavpackenc.c static int restore_weight(int8_t weight)
weight            532 libavcodec/wavpackenc.c     int result = 8 * weight;
weight           2337 libavcodec/wavpackenc.c #define update_weight_d2(weight, delta, source, result) \
weight           2339 libavcodec/wavpackenc.c         weight -= (((source ^ result) >> 29) & 4) - 2;
weight           2341 libavcodec/wavpackenc.c #define update_weight_clip_d2(weight, delta, source, result) \
weight           2344 libavcodec/wavpackenc.c         if ((weight = (weight ^ s) + (2 - s)) > 1024) weight = 1024; \
weight           2345 libavcodec/wavpackenc.c         weight = (weight ^ s) - s; \
weight            178 libavcodec/x86/h264dsp_init.c                                       int weight, int offset);
weight            205 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             62 libavfilter/opencl/nlmeans.cl kernel void weight_accum(global float *sum, global float *weight,
weight             98 libavfilter/opencl/nlmeans.cl     weight[y * width + x] += w_sum;
weight            104 libavfilter/opencl/nlmeans.cl                     global float *sum, global float *weight) {
weight            109 libavfilter/opencl/nlmeans.cl     float w = weight[y * dim.x + x];
weight            168 libavfilter/vf_bilateral.c             float weight, alpha_;                                                         \
weight            174 libavfilter/vf_bilateral.c             weight = range_table[range_dist];                                             \
weight            175 libavfilter/vf_bilateral.c             alpha_ = weight*alpha;                                                        \
weight            193 libavfilter/vf_bilateral.c             float weight = range_table[range_dist];                                       \
weight            194 libavfilter/vf_bilateral.c             float alpha_ = weight * alpha;                                                \
weight            226 libavfilter/vf_bilateral.c             float weight = range_table[range_dist];                                       \
weight            227 libavfilter/vf_bilateral.c             float alpha_ = weight*alpha;                                                  \
weight            266 libavfilter/vf_bilateral.c             float weight = range_table[range_dist];                                       \
weight            267 libavfilter/vf_bilateral.c             float alpha_ = weight*alpha;                                                  \
weight             89 libavfilter/vf_cas.c                 float amp, weight;
weight            103 libavfilter/vf_cas.c                 weight = amp / strength;
weight            105 libavfilter/vf_cas.c                 dst[x] = av_clip_uint8(((b + d + f + h) * weight + e) / (1.f + 4.f * weight));
weight            156 libavfilter/vf_cas.c                 float amp, weight;
weight            170 libavfilter/vf_cas.c                 weight = amp / strength;
weight            172 libavfilter/vf_cas.c                 dst[x] = av_clip_uintp2_c(((b + d + f + h) * weight + e) / (1.f + 4.f * weight), s->depth);
weight            106 libavfilter/vf_delogo.c     uint64_t interp, weightl, weightr, weightt, weightb, weight;
weight            170 libavfilter/vf_delogo.c             weight = (weightl + weightr + weightt + weightb) * 3U;
weight            171 libavfilter/vf_delogo.c             interp = (interp + (weight >> 1)) / weight;
weight             66 libavfilter/vf_fftfilt.c     double *weight[MAX_PLANES];
weight            259 libavfilter/vf_fftfilt.c             s->weight[plane][i * s->rdft_vlen[plane] + j] =
weight            311 libavfilter/vf_fftfilt.c         if(!(s->weight[plane] = av_malloc_array(s->rdft_hlen[plane], s->rdft_vlen[plane] * sizeof(double))))
weight            360 libavfilter/vf_fftfilt.c                   s->weight[plane][i * s->rdft_vlen[plane] + j];
weight            380 libavfilter/vf_fftfilt.c         av_free(s->weight[i]);
weight            400 libavfilter/vf_nlmeans.c                 const float weight = s->weight_lut[patch_diff_sq]; // exp(-patch_diff_sq * s->pdiff_scale)
weight            401 libavfilter/vf_nlmeans.c                 wa[x].total_weight += weight;
weight            402 libavfilter/vf_nlmeans.c                 wa[x].sum += weight * src[x];
weight             60 libavfilter/vf_nlmeans_opencl.c     cl_mem                weight;
weight            137 libavfilter/vf_nlmeans_opencl.c     ctx->weight = clCreateBuffer(ctx->ocf.hwctx->context, 0,
weight            162 libavfilter/vf_nlmeans_opencl.c     CL_RELEASE_MEMORY(ctx->weight);
weight            184 libavfilter/vf_nlmeans_opencl.c     cle = clEnqueueFillBuffer(ctx->command_queue, ctx->weight,
weight            252 libavfilter/vf_nlmeans_opencl.c         CL_SET_KERNEL_ARG(ctx->accum_kernel, 1, cl_mem, &ctx->weight);
weight            271 libavfilter/vf_nlmeans_opencl.c     CL_SET_KERNEL_ARG(ctx->average_kernel, 3, cl_mem, &ctx->weight);
weight            391 libavfilter/vf_nlmeans_opencl.c     CL_RELEASE_MEMORY(ctx->weight);
weight            280 libavfilter/vf_ssim.c static double ssim_db(double ssim, double weight)
weight            282 libavfilter/vf_ssim.c     return (fabs(weight - ssim) > 1e-9) ? 10.0 * log10(weight / (weight - ssim)) : INFINITY;
weight             53 tests/checkasm/alacdsp.c         int weight =  rnd() & 0xFF;
weight             54 tests/checkasm/alacdsp.c         declare_func(void, int32_t *buf[2], int len, int shift, int weight);
weight             57 tests/checkasm/alacdsp.c         call_ref(ref, len, shift, weight);
weight             58 tests/checkasm/alacdsp.c         call_new(new, len, shift, weight);
weight             62 tests/checkasm/alacdsp.c         bench_new(new, BUF_SIZE, shift, weight);
weight            158 tests/tiny_ssim.c static double ssim_db( double ssim, double weight )
weight            160 tests/tiny_ssim.c     return 10*(log(weight)/log(10)-log(weight-ssim)/log(10));