/dports/sysutils/xvidcap/xvidcap-1.1.7/ffmpeg/libavcodec/ |
H A D | apedec.c | 522 … decoded, const int filter, const int delayA, const int delayB, const int adaptA, const int adaptB) in predictor_update_filter() argument 527 p->buf[adaptA] = APESIGN(p->buf[delayA]); in predictor_update_filter() 529 p->buf[adaptA - 1] = APESIGN(p->buf[delayA - 1]); in predictor_update_filter() 556 p->coeffsA[filter][0] -= p->buf[adaptA ]; in predictor_update_filter() 557 p->coeffsA[filter][1] -= p->buf[adaptA - 1]; in predictor_update_filter() 558 p->coeffsA[filter][2] -= p->buf[adaptA - 2]; in predictor_update_filter() 559 p->coeffsA[filter][3] -= p->buf[adaptA - 3]; in predictor_update_filter() 567 p->coeffsA[filter][0] += p->buf[adaptA ]; in predictor_update_filter() 568 p->coeffsA[filter][1] += p->buf[adaptA - 1]; in predictor_update_filter() 569 p->coeffsA[filter][2] += p->buf[adaptA - 2]; in predictor_update_filter() [all …]
|
/dports/multimedia/qmmp-plugin-pack-qt5/qmmp-plugin-pack-1.5.2/src/Input/ffap/ |
H A D | ffap.c | 1082 … decoded, const int filter, const int delayA, const int delayB, const int adaptA, const int adaptB) in predictor_update_filter() argument 1087 p->buf[adaptA] = APESIGN(p->buf[delayA]); in predictor_update_filter() 1089 p->buf[adaptA - 1] = APESIGN(p->buf[delayA - 1]); in predictor_update_filter() 1116 p->coeffsA[filter][0] -= p->buf[adaptA ]; in predictor_update_filter() 1117 p->coeffsA[filter][1] -= p->buf[adaptA - 1]; in predictor_update_filter() 1118 p->coeffsA[filter][2] -= p->buf[adaptA - 2]; in predictor_update_filter() 1119 p->coeffsA[filter][3] -= p->buf[adaptA - 3]; in predictor_update_filter() 1127 p->coeffsA[filter][0] += p->buf[adaptA ]; in predictor_update_filter() 1128 p->coeffsA[filter][1] += p->buf[adaptA - 1]; in predictor_update_filter() 1129 p->coeffsA[filter][2] += p->buf[adaptA - 2]; in predictor_update_filter() [all …]
|
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/ffap/ |
H A D | ffap.c | 1099 … decoded, const int filter, const int delayA, const int delayB, const int adaptA, const int adaptB) in predictor_update_filter() argument 1104 p->buf[adaptA] = APESIGN(p->buf[delayA]); in predictor_update_filter() 1106 p->buf[adaptA - 1] = APESIGN(p->buf[delayA - 1]); in predictor_update_filter() 1133 p->coeffsA[filter][0] -= p->buf[adaptA ]; in predictor_update_filter() 1134 p->coeffsA[filter][1] -= p->buf[adaptA - 1]; in predictor_update_filter() 1135 p->coeffsA[filter][2] -= p->buf[adaptA - 2]; in predictor_update_filter() 1136 p->coeffsA[filter][3] -= p->buf[adaptA - 3]; in predictor_update_filter() 1144 p->coeffsA[filter][0] += p->buf[adaptA ]; in predictor_update_filter() 1145 p->coeffsA[filter][1] += p->buf[adaptA - 1]; in predictor_update_filter() 1146 p->coeffsA[filter][2] += p->buf[adaptA - 2]; in predictor_update_filter() [all …]
|
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavcodec/ |
H A D | apedec.c | 1130 const int adaptA, const int adaptB) in predictor_update_filter() argument 1135 p->buf[adaptA] = APESIGN(p->buf[delayA]); in predictor_update_filter() 1137 p->buf[adaptA - 1] = APESIGN(p->buf[delayA - 1]); in predictor_update_filter() 1161 p->coeffsA[filter][0] += p->buf[adaptA ] * sign; in predictor_update_filter() 1162 p->coeffsA[filter][1] += p->buf[adaptA - 1] * sign; in predictor_update_filter() 1163 p->coeffsA[filter][2] += p->buf[adaptA - 2] * sign; in predictor_update_filter() 1164 p->coeffsA[filter][3] += p->buf[adaptA - 3] * sign; in predictor_update_filter()
|
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/ |
H A D | apedec.c | 1169 const int adaptA, const int adaptB) in predictor_update_filter() argument 1175 p->buf[adaptA] = APESIGN(p->buf[delayA]); in predictor_update_filter() 1177 p->buf[adaptA - 1] = APESIGN(p->buf[delayA - 1]); in predictor_update_filter() 1201 p->coeffsA[filter][0] += p->buf[adaptA ] * sign; in predictor_update_filter() 1202 p->coeffsA[filter][1] += p->buf[adaptA - 1] * sign; in predictor_update_filter() 1203 p->coeffsA[filter][2] += p->buf[adaptA - 2] * sign; in predictor_update_filter() 1204 p->coeffsA[filter][3] += p->buf[adaptA - 3] * sign; in predictor_update_filter()
|
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/ |
H A D | apedec.c | 1118 const int adaptA, const int adaptB) in predictor_update_filter() argument 1123 p->buf[adaptA] = APESIGN(p->buf[delayA]); in predictor_update_filter() 1125 p->buf[adaptA - 1] = APESIGN(p->buf[delayA - 1]); in predictor_update_filter() 1149 p->coeffsA[filter][0] += p->buf[adaptA ] * sign; in predictor_update_filter() 1150 p->coeffsA[filter][1] += p->buf[adaptA - 1] * sign; in predictor_update_filter() 1151 p->coeffsA[filter][2] += p->buf[adaptA - 2] * sign; in predictor_update_filter() 1152 p->coeffsA[filter][3] += p->buf[adaptA - 3] * sign; in predictor_update_filter()
|
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/ |
H A D | apedec.c | 1124 const int adaptA, const int adaptB) in predictor_update_filter() argument 1129 p->buf[adaptA] = APESIGN(p->buf[delayA]); in predictor_update_filter() 1131 p->buf[adaptA - 1] = APESIGN(p->buf[delayA - 1]); in predictor_update_filter() 1155 p->coeffsA[filter][0] += p->buf[adaptA ] * sign; in predictor_update_filter() 1156 p->coeffsA[filter][1] += p->buf[adaptA - 1] * sign; in predictor_update_filter() 1157 p->coeffsA[filter][2] += p->buf[adaptA - 2] * sign; in predictor_update_filter() 1158 p->coeffsA[filter][3] += p->buf[adaptA - 3] * sign; in predictor_update_filter()
|
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavcodec/ |
H A D | apedec.c | 1130 const int adaptA, const int adaptB) in predictor_update_filter() argument 1135 p->buf[adaptA] = APESIGN(p->buf[delayA]); in predictor_update_filter() 1137 p->buf[adaptA - 1] = APESIGN(p->buf[delayA - 1]); in predictor_update_filter() 1161 p->coeffsA[filter][0] += p->buf[adaptA ] * sign; in predictor_update_filter() 1162 p->coeffsA[filter][1] += p->buf[adaptA - 1] * sign; in predictor_update_filter() 1163 p->coeffsA[filter][2] += p->buf[adaptA - 2] * sign; in predictor_update_filter() 1164 p->coeffsA[filter][3] += p->buf[adaptA - 3] * sign; in predictor_update_filter()
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/ |
H A D | apedec.c | 1138 const int adaptA, const int adaptB) in predictor_update_filter() argument 1143 p->buf[adaptA] = APESIGN(p->buf[delayA]); in predictor_update_filter() 1145 p->buf[adaptA - 1] = APESIGN(p->buf[delayA - 1]); in predictor_update_filter() 1169 p->coeffsA[filter][0] += p->buf[adaptA ] * sign; in predictor_update_filter() 1170 p->coeffsA[filter][1] += p->buf[adaptA - 1] * sign; in predictor_update_filter() 1171 p->coeffsA[filter][2] += p->buf[adaptA - 2] * sign; in predictor_update_filter() 1172 p->coeffsA[filter][3] += p->buf[adaptA - 3] * sign; in predictor_update_filter()
|
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/ |
H A D | apedec.c | 1169 const int adaptA, const int adaptB) in predictor_update_filter() argument 1175 p->buf[adaptA] = APESIGN(p->buf[delayA]); in predictor_update_filter() 1177 p->buf[adaptA - 1] = APESIGN(p->buf[delayA - 1]); in predictor_update_filter() 1201 p->coeffsA[filter][0] += p->buf[adaptA ] * sign; in predictor_update_filter() 1202 p->coeffsA[filter][1] += p->buf[adaptA - 1] * sign; in predictor_update_filter() 1203 p->coeffsA[filter][2] += p->buf[adaptA - 2] * sign; in predictor_update_filter() 1204 p->coeffsA[filter][3] += p->buf[adaptA - 3] * sign; in predictor_update_filter()
|
/dports/science/PETSc/petsc-3.14.1/src/dm/impls/forest/p4est/ |
H A D | pforest.c | 3103 DM adaptA, adaptB; in DMPforestGetTransferSF() local 3108 ierr = DMForestGetAdaptivityForest(dmA,&adaptA);CHKERRQ(ierr); in DMPforestGetTransferSF() 3111 if (adaptA && adaptA->data == dmB->data) { /* dmA was adapted from dmB */ in DMPforestGetTransferSF()
|