Searched refs:weights (Results 26 - 30 of 30) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dwavpack.c766 int i, j, id, size, ssize, weights, t; local
867 weights = size >> s->stereo_in;
868 if (weights > MAX_TERMS || weights > s->terms) {
869 av_log(avctx, AV_LOG_ERROR, "Too many decorrelation weights\n");
873 for (i = 0; i < weights; i++) {
1065 av_log(avctx, AV_LOG_ERROR, "No block with decorrelation weights\n");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgrep/
H A Dregex.c2931 const int32_t *weights;
2947 weights = (const int32_t *)
3382 const unsigned char *weights;
3394 weights = (const unsigned char *)
3424 size_t len = weights[idx2];
3427 if (weights[idx] == len)
3434 && (weights[idx + 1 + cnt]
3435 == weights[idx2 + 1 + cnt]))
6428 const int32_t *weights;
6440 weights
2918 const int32_t *weights; local
3369 const unsigned char *weights; local
6411 const int32_t *weights; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/ppc/
H A Dh264_altivec.c893 int log2_denom, int weightd, int weights, int offset, int w)
904 temp[1] = weights;
962 int log2_denom, int weightd, int weights, int offset){ \
963 biweight_h264_W_altivec(dst, src, stride, height, log2_denom, weightd, weights, offset, W); \
892 biweight_h264_W_altivec(uint8_t *dst, uint8_t *src, int stride, int height, int log2_denom, int weightd, int weights, int offset, int w) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/x86/
H A Dh264_weight.asm33 ; int weights, int offset);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/x86/
H A Dh264_weight.asm33 ; int weights, int offset);

Completed in 65 milliseconds

12