Searched refs:permutation (Results 1 - 18 of 18) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dvf_spp.h56 int qp, const uint8_t *permutation);
H A Dvf_spp.c99 int qp, const uint8_t *permutation)
113 const int j = permutation[i];
120 int qp, const uint8_t *permutation)
134 const int j = permutation[i];
98 hardthresh_c(int16_t dst[64], const int16_t src[64], int qp, const uint8_t *permutation) argument
119 softthresh_c(int16_t dst[64], const int16_t src[64], int qp, const uint8_t *permutation) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/x86/
H A Dvf_spp.c30 int qp, const uint8_t *permutation)
100 int qp, const uint8_t *permutation)
29 hardthresh_mmx(int16_t dst[64], const int16_t src[64], int qp, const uint8_t *permutation) argument
99 softthresh_mmx(int16_t dst[64], const int16_t src[64], int qp, const uint8_t *permutation) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Didctdsp.h35 void ff_init_scantable(uint8_t *permutation, ScanTable *st,
72 * IDCT input permutation.
75 * This permutation must be performed before the idct_put/add.
H A Didctdsp.c28 av_cold void ff_init_scantable(uint8_t *permutation, ScanTable *st, argument
37 st->permutated[i] = permutation[j];
78 "Internal error, IDCT permutation not set\n");
H A Dproresdec2.c39 static void permute(uint8_t *dst, const uint8_t *src, const uint8_t permutation[64]) argument
43 dst[i] = permutation[src[i]];
H A Dmpegvideo.h793 void ff_block_permute(int16_t *block, uint8_t *permutation, const uint8_t *scantable, int last);
H A Dmpegvideo.c3206 * @param block the block which will be permuted according to the given permutation vector
3207 * @param permutation the permutation vector
3208 * @param last the last non zero coefficient in scantable order, used to speed the permutation up
3209 * @param scantable the used scantable, this is only used to speed the permutation up, the block is not
3212 void ff_block_permute(int16_t *block, uint8_t *permutation, const uint8_t *scantable, int last) argument
3218 //if(permutation[1]==1) return; //FIXME it is ok but not clean and might fail for some permutations
3228 const int perm_j= permutation[j];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/libFLAC/ppc/as/
H A Dlpc_asm.s98 vsel v0,v1,v0,v2 ; v0: reversal permutation vector
101 lvsl v17,0,r5 ; v17: coefficient alignment permutation vector
102 vperm v17,v17,v17,v0 ; v17: reversal coefficient alignment permutation vector
105 lvsl v16,0,r11 ; v16: history alignment permutation vector
347 vsel v0,v1,v0,v2 ; v0: reversal permutation vector
350 lvsl v5,0,r5 ; v5: coefficient alignment permutation vector
351 vperm v5,v5,v5,v0 ; v5: reversal coefficient alignment permutation vector
354 lvsl v4,0,r11 ; v4: history alignment permutation vector
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/libFLAC/ppc/gas/
H A Dlpc_asm.s100 vsel v0,v1,v0,v2 # v0: reversal permutation vector
103 lvsl v17,0,r5 # v17: coefficient alignment permutation vector
104 vperm v17,v17,v17,v0 # v17: reversal coefficient alignment permutation vector
107 lvsl v16,0,r11 # v16: history alignment permutation vector
349 vsel v0,v1,v0,v2 # v0: reversal permutation vector
352 lvsl v5,0,r5 # v5: coefficient alignment permutation vector
353 vperm v5,v5,v5,v0 # v5: reversal coefficient alignment permutation vector
356 lvsl v4,0,r11 # v4: history alignment permutation vector
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/gperf-3.0.4/tests/
H A Dpermutc2.exp33 /* Test of a hash function which has to deal with permutation and
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A D07-floor1.tex351 \varname{[floor1_X_list]} and then apply the same permutation to
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/x86/
H A Dx86inc.asm912 ; If I insert a permutation in the middle of a function, it should automatically
962 ; calls to that function will automatically load the permutation, so values can
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Ddsputil.h494 * idct input permutation.
497 * this permutation must be performed before the idct_put/add, note, normally this can be merged
595 void ff_block_permute(DCTELEM *block, uint8_t *permutation, const uint8_t *scantable, int last);
H A Ddsputil.c110 /* Input permutation for the simple_idct_mmx */
124 void ff_init_scantable(uint8_t *permutation, ScanTable *st, const uint8_t *src_scantable){ argument
133 st->permutated[i] = permutation[j];
179 av_log(NULL, AV_LOG_ERROR, "Internal error, IDCT permutation not set\n");
1777 * @param block the block which will be permuted according to the given permutation vector
1778 * @param permutation the permutation vector
1779 * @param last the last non zero coefficient in scantable order, used to speed the permutation up
1780 * @param scantable the used scantable, this is only used to speed the permutation up, the block is not
1783 void ff_block_permute(DCTELEM *block, uint8_t *permutation, cons argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavutil/x86/
H A Dx86inc.asm672 ; If I insert a permutation in the middle of a function, it should automatically
722 ; calls to that function will automatically load the permutation, so values can
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/x86/
H A Dimdct36.asm314 ; permutation done
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/x86/
H A Dimdct36_sse.asm306 ; permutation done

Completed in 101 milliseconds