/dports/www/firefox-legacy/firefox-52.8.0esr/media/libvpx/vp9/decoder/ |
H A D | vp9_detokenize.c | 42 static INLINE int read_coeff(const vp9_prob *probs, int n, vp9_reader *r) { in read_coeff() function 153 val = CAT1_MIN_VAL + read_coeff(cat1_prob, 1, r); in decode_coefs() 156 val = CAT2_MIN_VAL + read_coeff(cat2_prob, 2, r); in decode_coefs() 159 val = CAT3_MIN_VAL + read_coeff(cat3_prob, 3, r); in decode_coefs() 162 val = CAT4_MIN_VAL + read_coeff(cat4_prob, 4, r); in decode_coefs() 165 val = CAT5_MIN_VAL + read_coeff(cat5_prob, 5, r); in decode_coefs() 171 val = CAT6_MIN_VAL + read_coeff(cat6_prob, 14, r); in decode_coefs() 174 val = CAT6_MIN_VAL + read_coeff(cat6_prob, 16, r); in decode_coefs() 177 val = CAT6_MIN_VAL + read_coeff(cat6_prob, 18, r); in decode_coefs() 184 val = CAT6_MIN_VAL + read_coeff(cat6_prob, 14, r); in decode_coefs()
|
/dports/devel/godot/godot-3.2.3-stable/thirdparty/libvpx/vp9/decoder/ |
H A D | vp9_detokenize.c | 33 static INLINE int read_coeff(const vpx_prob *probs, int n, vpx_reader *r) { in read_coeff() function 116 val = CAT1_MIN_VAL + read_coeff(vp9_cat1_prob, 1, r); in decode_coefs() 119 val = CAT2_MIN_VAL + read_coeff(vp9_cat2_prob, 2, r); in decode_coefs() 122 val = CAT3_MIN_VAL + read_coeff(vp9_cat3_prob, 3, r); in decode_coefs() 125 val = CAT4_MIN_VAL + read_coeff(vp9_cat4_prob, 4, r); in decode_coefs() 128 val = CAT5_MIN_VAL + read_coeff(vp9_cat5_prob, 5, r); in decode_coefs() 131 val = CAT6_MIN_VAL + read_coeff(cat6_prob, cat6_bits, r); in decode_coefs()
|
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/libvpx/vp9/decoder/ |
H A D | vp9_detokenize.c | 33 static INLINE int read_coeff(const vpx_prob *probs, int n, vpx_reader *r) { in read_coeff() function 116 val = CAT1_MIN_VAL + read_coeff(vp9_cat1_prob, 1, r); in decode_coefs() 119 val = CAT2_MIN_VAL + read_coeff(vp9_cat2_prob, 2, r); in decode_coefs() 122 val = CAT3_MIN_VAL + read_coeff(vp9_cat3_prob, 3, r); in decode_coefs() 125 val = CAT4_MIN_VAL + read_coeff(vp9_cat4_prob, 4, r); in decode_coefs() 128 val = CAT5_MIN_VAL + read_coeff(vp9_cat5_prob, 5, r); in decode_coefs() 131 val = CAT6_MIN_VAL + read_coeff(cat6_prob, cat6_bits, r); in decode_coefs()
|
/dports/www/firefox-esr/firefox-91.8.0/media/libvpx/libvpx/vp9/decoder/ |
H A D | vp9_detokenize.c | 107 static INLINE int read_coeff(vpx_reader *r, const vpx_prob *probs, int n, in read_coeff() function 193 read_coeff(r, cat6_prob, cat6_bits, &value, &count, &range); in decode_coefs() 196 read_coeff(r, vp9_cat5_prob, 5, &value, &count, &range); in decode_coefs() 200 read_coeff(r, vp9_cat4_prob, 4, &value, &count, &range); in decode_coefs() 203 read_coeff(r, vp9_cat3_prob, 3, &value, &count, &range); in decode_coefs() 209 read_coeff(r, vp9_cat2_prob, 2, &value, &count, &range); in decode_coefs() 212 read_coeff(r, vp9_cat1_prob, 1, &value, &count, &range); in decode_coefs()
|
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/libvpx/vp9/decoder/ |
H A D | vp9_detokenize.c | 107 static INLINE int read_coeff(vpx_reader *r, const vpx_prob *probs, int n, in read_coeff() function 193 read_coeff(r, cat6_prob, cat6_bits, &value, &count, &range); in decode_coefs() 196 read_coeff(r, vp9_cat5_prob, 5, &value, &count, &range); in decode_coefs() 200 read_coeff(r, vp9_cat4_prob, 4, &value, &count, &range); in decode_coefs() 203 read_coeff(r, vp9_cat3_prob, 3, &value, &count, &range); in decode_coefs() 209 read_coeff(r, vp9_cat2_prob, 2, &value, &count, &range); in decode_coefs() 212 read_coeff(r, vp9_cat1_prob, 1, &value, &count, &range); in decode_coefs()
|
/dports/net-im/tg_owt/tg_owt-d578c76/src/third_party/libvpx/source/libvpx/vp9/decoder/ |
H A D | vp9_detokenize.c | 107 static INLINE int read_coeff(vpx_reader *r, const vpx_prob *probs, int n, in read_coeff() function 193 read_coeff(r, cat6_prob, cat6_bits, &value, &count, &range); in decode_coefs() 196 read_coeff(r, vp9_cat5_prob, 5, &value, &count, &range); in decode_coefs() 200 read_coeff(r, vp9_cat4_prob, 4, &value, &count, &range); in decode_coefs() 203 read_coeff(r, vp9_cat3_prob, 3, &value, &count, &range); in decode_coefs() 209 read_coeff(r, vp9_cat2_prob, 2, &value, &count, &range); in decode_coefs() 212 read_coeff(r, vp9_cat1_prob, 1, &value, &count, &range); in decode_coefs()
|
/dports/multimedia/libvpx/libvpx-1.11.0/vp9/decoder/ |
H A D | vp9_detokenize.c | 107 static INLINE int read_coeff(vpx_reader *r, const vpx_prob *probs, int n, in read_coeff() function 193 read_coeff(r, cat6_prob, cat6_bits, &value, &count, &range); in decode_coefs() 196 read_coeff(r, vp9_cat5_prob, 5, &value, &count, &range); in decode_coefs() 200 read_coeff(r, vp9_cat4_prob, 4, &value, &count, &range); in decode_coefs() 203 read_coeff(r, vp9_cat3_prob, 3, &value, &count, &range); in decode_coefs() 209 read_coeff(r, vp9_cat2_prob, 2, &value, &count, &range); in decode_coefs() 212 read_coeff(r, vp9_cat1_prob, 1, &value, &count, &range); in decode_coefs()
|
/dports/lang/spidermonkey60/firefox-60.9.0/media/libvpx/libvpx/vp9/decoder/ |
H A D | vp9_detokenize.c | 66 static INLINE int read_coeff(vpx_reader *r, const vpx_prob *probs, int n, in read_coeff() function 151 read_coeff(r, cat6_prob, cat6_bits, &value, &count, &range); in decode_coefs() 154 read_coeff(r, vp9_cat5_prob, 5, &value, &count, &range); in decode_coefs() 158 read_coeff(r, vp9_cat4_prob, 4, &value, &count, &range); in decode_coefs() 161 read_coeff(r, vp9_cat3_prob, 3, &value, &count, &range); in decode_coefs() 167 read_coeff(r, vp9_cat2_prob, 2, &value, &count, &range); in decode_coefs() 170 read_coeff(r, vp9_cat1_prob, 1, &value, &count, &range); in decode_coefs()
|
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libvpx/source/libvpx/vp9/decoder/ |
H A D | vp9_detokenize.c | 107 static INLINE int read_coeff(vpx_reader *r, const vpx_prob *probs, int n, in read_coeff() function 193 read_coeff(r, cat6_prob, cat6_bits, &value, &count, &range); in decode_coefs() 196 read_coeff(r, vp9_cat5_prob, 5, &value, &count, &range); in decode_coefs() 200 read_coeff(r, vp9_cat4_prob, 4, &value, &count, &range); in decode_coefs() 203 read_coeff(r, vp9_cat3_prob, 3, &value, &count, &range); in decode_coefs() 209 read_coeff(r, vp9_cat2_prob, 2, &value, &count, &range); in decode_coefs() 212 read_coeff(r, vp9_cat1_prob, 1, &value, &count, &range); in decode_coefs()
|
/dports/www/firefox/firefox-99.0/media/libvpx/libvpx/vp9/decoder/ |
H A D | vp9_detokenize.c | 107 static INLINE int read_coeff(vpx_reader *r, const vpx_prob *probs, int n, in read_coeff() function 193 read_coeff(r, cat6_prob, cat6_bits, &value, &count, &range); in decode_coefs() 196 read_coeff(r, vp9_cat5_prob, 5, &value, &count, &range); in decode_coefs() 200 read_coeff(r, vp9_cat4_prob, 4, &value, &count, &range); in decode_coefs() 203 read_coeff(r, vp9_cat3_prob, 3, &value, &count, &range); in decode_coefs() 209 read_coeff(r, vp9_cat2_prob, 2, &value, &count, &range); in decode_coefs() 212 read_coeff(r, vp9_cat1_prob, 1, &value, &count, &range); in decode_coefs()
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libvpx/source/libvpx/vp9/decoder/ |
H A D | vp9_detokenize.c | 107 static INLINE int read_coeff(vpx_reader *r, const vpx_prob *probs, int n, in read_coeff() function 193 read_coeff(r, cat6_prob, cat6_bits, &value, &count, &range); in decode_coefs() 196 read_coeff(r, vp9_cat5_prob, 5, &value, &count, &range); in decode_coefs() 200 read_coeff(r, vp9_cat4_prob, 4, &value, &count, &range); in decode_coefs() 203 read_coeff(r, vp9_cat3_prob, 3, &value, &count, &range); in decode_coefs() 209 read_coeff(r, vp9_cat2_prob, 2, &value, &count, &range); in decode_coefs() 212 read_coeff(r, vp9_cat1_prob, 1, &value, &count, &range); in decode_coefs()
|
/dports/mail/thunderbird/thunderbird-91.8.0/media/libvpx/libvpx/vp9/decoder/ |
H A D | vp9_detokenize.c | 107 static INLINE int read_coeff(vpx_reader *r, const vpx_prob *probs, int n, in read_coeff() function 193 read_coeff(r, cat6_prob, cat6_bits, &value, &count, &range); in decode_coefs() 196 read_coeff(r, vp9_cat5_prob, 5, &value, &count, &range); in decode_coefs() 200 read_coeff(r, vp9_cat4_prob, 4, &value, &count, &range); in decode_coefs() 203 read_coeff(r, vp9_cat3_prob, 3, &value, &count, &range); in decode_coefs() 209 read_coeff(r, vp9_cat2_prob, 2, &value, &count, &range); in decode_coefs() 212 read_coeff(r, vp9_cat1_prob, 1, &value, &count, &range); in decode_coefs()
|
/dports/lang/spidermonkey78/firefox-78.9.0/media/libvpx/libvpx/vp9/decoder/ |
H A D | vp9_detokenize.c | 107 static INLINE int read_coeff(vpx_reader *r, const vpx_prob *probs, int n, in read_coeff() function 193 read_coeff(r, cat6_prob, cat6_bits, &value, &count, &range); in decode_coefs() 196 read_coeff(r, vp9_cat5_prob, 5, &value, &count, &range); in decode_coefs() 200 read_coeff(r, vp9_cat4_prob, 4, &value, &count, &range); in decode_coefs() 203 read_coeff(r, vp9_cat3_prob, 3, &value, &count, &range); in decode_coefs() 209 read_coeff(r, vp9_cat2_prob, 2, &value, &count, &range); in decode_coefs() 212 read_coeff(r, vp9_cat1_prob, 1, &value, &count, &range); in decode_coefs()
|
/dports/www/firefox-esr/firefox-91.8.0/third_party/aom/av1/encoder/x86/ |
H A D | error_intrin_avx2.c | 18 static INLINE void read_coeff(const tran_low_t *coeff, intptr_t offset, in read_coeff() function 48 read_coeff(coeff, i, &coeff_reg); in av1_block_error_avx2() 49 read_coeff(dqcoeff, i, &dqcoeff_reg); in av1_block_error_avx2()
|
H A D | av1_quantize_avx2.c | 19 static INLINE void read_coeff(const tran_low_t *coeff, __m256i *c) { in read_coeff() function 152 read_coeff(coeff_ptr, &coeff); in av1_quantize_fp_avx2() 166 read_coeff(coeff_ptr, &coeff); in av1_quantize_fp_avx2() 227 read_coeff(coeff_ptr, &coeff); in av1_quantize_fp_32x32_avx2() 241 read_coeff(coeff_ptr, &coeff); in av1_quantize_fp_32x32_avx2() 306 read_coeff(coeff_ptr, &coeff); in av1_quantize_fp_64x64_avx2() 320 read_coeff(coeff_ptr, &coeff); in av1_quantize_fp_64x64_avx2()
|
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/aom/av1/encoder/x86/ |
H A D | error_intrin_avx2.c | 17 static INLINE void read_coeff(const tran_low_t *coeff, intptr_t offset, in read_coeff() function 47 read_coeff(coeff, i, &coeff_reg); in av1_block_error_avx2() 48 read_coeff(dqcoeff, i, &dqcoeff_reg); in av1_block_error_avx2()
|
/dports/www/firefox/firefox-99.0/third_party/aom/av1/encoder/x86/ |
H A D | error_intrin_avx2.c | 18 static INLINE void read_coeff(const tran_low_t *coeff, intptr_t offset, in read_coeff() function 48 read_coeff(coeff, i, &coeff_reg); in av1_block_error_avx2() 49 read_coeff(dqcoeff, i, &dqcoeff_reg); in av1_block_error_avx2()
|
H A D | av1_quantize_avx2.c | 19 static INLINE void read_coeff(const tran_low_t *coeff, __m256i *c) { in read_coeff() function 152 read_coeff(coeff_ptr, &coeff); in av1_quantize_fp_avx2() 166 read_coeff(coeff_ptr, &coeff); in av1_quantize_fp_avx2() 227 read_coeff(coeff_ptr, &coeff); in av1_quantize_fp_32x32_avx2() 241 read_coeff(coeff_ptr, &coeff); in av1_quantize_fp_32x32_avx2() 306 read_coeff(coeff_ptr, &coeff); in av1_quantize_fp_64x64_avx2() 320 read_coeff(coeff_ptr, &coeff); in av1_quantize_fp_64x64_avx2()
|
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/aom/av1/encoder/x86/ |
H A D | error_intrin_avx2.c | 18 static INLINE void read_coeff(const tran_low_t *coeff, intptr_t offset, in read_coeff() function 48 read_coeff(coeff, i, &coeff_reg); in av1_block_error_avx2() 49 read_coeff(dqcoeff, i, &dqcoeff_reg); in av1_block_error_avx2()
|
H A D | av1_quantize_avx2.c | 19 static INLINE void read_coeff(const tran_low_t *coeff, __m256i *c) { in read_coeff() function 152 read_coeff(coeff_ptr, &coeff); in av1_quantize_fp_avx2() 166 read_coeff(coeff_ptr, &coeff); in av1_quantize_fp_avx2() 227 read_coeff(coeff_ptr, &coeff); in av1_quantize_fp_32x32_avx2() 241 read_coeff(coeff_ptr, &coeff); in av1_quantize_fp_32x32_avx2() 306 read_coeff(coeff_ptr, &coeff); in av1_quantize_fp_64x64_avx2() 320 read_coeff(coeff_ptr, &coeff); in av1_quantize_fp_64x64_avx2()
|
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/aom/av1/encoder/x86/ |
H A D | error_intrin_avx2.c | 18 static INLINE void read_coeff(const tran_low_t *coeff, intptr_t offset, in read_coeff() function 48 read_coeff(coeff, i, &coeff_reg); in av1_block_error_avx2() 49 read_coeff(dqcoeff, i, &dqcoeff_reg); in av1_block_error_avx2()
|
H A D | av1_quantize_avx2.c | 19 static INLINE void read_coeff(const tran_low_t *coeff, __m256i *c) { in read_coeff() function 152 read_coeff(coeff_ptr, &coeff); in av1_quantize_fp_avx2() 166 read_coeff(coeff_ptr, &coeff); in av1_quantize_fp_avx2() 227 read_coeff(coeff_ptr, &coeff); in av1_quantize_fp_32x32_avx2() 241 read_coeff(coeff_ptr, &coeff); in av1_quantize_fp_32x32_avx2() 306 read_coeff(coeff_ptr, &coeff); in av1_quantize_fp_64x64_avx2() 320 read_coeff(coeff_ptr, &coeff); in av1_quantize_fp_64x64_avx2()
|
/dports/multimedia/svt-av1/SVT-AV1-3971c982311d49f9355dc8dccdcf8d21b70fa624/Source/Lib/Encoder/ASM_AVX2/ |
H A D | av1_quantize_avx2.c | 16 static INLINE void read_coeff(const TranLow *coeff, __m256i *c) { in read_coeff() function 143 read_coeff(coeff_ptr, &coeff); in svt_av1_quantize_fp_avx2() 157 read_coeff(coeff_ptr, &coeff); in svt_av1_quantize_fp_avx2() 217 read_coeff(coeff_ptr, &coeff); in svt_av1_quantize_fp_32x32_avx2() 231 read_coeff(coeff_ptr, &coeff); in svt_av1_quantize_fp_32x32_avx2() 295 read_coeff(coeff_ptr, &coeff); in svt_av1_quantize_fp_64x64_avx2() 309 read_coeff(coeff_ptr, &coeff); in svt_av1_quantize_fp_64x64_avx2()
|
/dports/multimedia/gstreamer1-plugins-svt-av1/SVT-AV1-3971c982311d49f9355dc8dccdcf8d21b70fa624/Source/Lib/Encoder/ASM_AVX2/ |
H A D | av1_quantize_avx2.c | 16 static INLINE void read_coeff(const TranLow *coeff, __m256i *c) { in read_coeff() function 143 read_coeff(coeff_ptr, &coeff); in svt_av1_quantize_fp_avx2() 157 read_coeff(coeff_ptr, &coeff); in svt_av1_quantize_fp_avx2() 217 read_coeff(coeff_ptr, &coeff); in svt_av1_quantize_fp_32x32_avx2() 231 read_coeff(coeff_ptr, &coeff); in svt_av1_quantize_fp_32x32_avx2() 295 read_coeff(coeff_ptr, &coeff); in svt_av1_quantize_fp_64x64_avx2() 309 read_coeff(coeff_ptr, &coeff); in svt_av1_quantize_fp_64x64_avx2()
|
/dports/graphics/dssim/dssim-3.1.2/cargo-crates/libaom-sys-0.9.1/vendor/av1/encoder/x86/ |
H A D | error_intrin_avx2.c | 18 static INLINE void read_coeff(const tran_low_t *coeff, intptr_t offset, in read_coeff() function 101 read_coeff(coeff, i, &coeff_reg); in av1_block_error_avx2() 102 read_coeff(dqcoeff, i, &dqcoeff_reg); in av1_block_error_avx2()
|