/dports/sysutils/py-ploy/ploy-1.5.2/ploy/ |
H A D | template.py | 8 def __init__(self, path, pre_filter=None, post_filter=None): argument 12 self.post_filter = post_filter 48 if callable(self.post_filter): 49 result = self.post_filter(result)
|
/dports/multimedia/libgav1/libgav1-0.17.0/src/ |
H A D | libgav1_decoder.cmake | 42 "${libgav1_source}/post_filter/cdef.cc" 43 "${libgav1_source}/post_filter/deblock.cc" 44 "${libgav1_source}/post_filter/deblock_thresholds.inc" 45 "${libgav1_source}/post_filter/loop_restoration.cc" 46 "${libgav1_source}/post_filter/post_filter.cc" 47 "${libgav1_source}/post_filter/super_res.cc" 48 "${libgav1_source}/post_filter.h"
|
H A D | decoder_impl.cc | 131 PostFilter* const post_filter) { in DecodeTilesNonFrameParallel() argument 157 PostFilter* const post_filter, in DecodeTilesThreadedNonFrameParallel() argument 210 post_filter->ApplyFilteringThreaded(); in DecodeTilesThreadedNonFrameParallel() 278 post_filter->ApplyDeblockFilter( in ApplyDeblockingFilterForTileBoundaries() 292 post_filter->ApplyDeblockFilter( in ApplyDeblockingFilterForTileBoundaries() 308 post_filter->ApplyDeblockFilter( in ApplyDeblockingFilterForTileBoundaries() 323 post_filter->ApplyDeblockFilter( in ApplyDeblockingFilterForTileBoundaries() 359 if (post_filter->DoDeblock()) { in DecodeSuperBlockRowInTile() 362 post_filter->ApplyDeblockFilter( in DecodeSuperBlockRowInTile() 372 post_filter->ApplyDeblockFilter( in DecodeSuperBlockRowInTile() [all …]
|
H A D | post_filter_test.cc | 542 post_filter.ApplySuperResThreaded(); in TestApplySuperRes() 545 post_filter.cdef_buffer_[kPlaneY], post_filter.cdef_buffer_[kPlaneU], in TestApplySuperRes() 546 post_filter.cdef_buffer_[kPlaneV]}; in TestApplySuperRes() 548 post_filter.GetSuperResBuffer(static_cast<Plane>(kPlaneY), 0, 0), in TestApplySuperRes() 549 post_filter.GetSuperResBuffer(static_cast<Plane>(kPlaneU), 0, 0), in TestApplySuperRes() 550 post_filter.GetSuperResBuffer(static_cast<Plane>(kPlaneV), 0, 0)}; in TestApplySuperRes() 564 post_filter.GetSuperResBuffer(static_cast<Plane>(plane), 0, 0)); in TestApplySuperRes() 830 libvpx_test::ACMRandom* rnd, PostFilter* post_filter) { in SetInputBuffer() argument 890 PostFilter post_filter(frame_header_, sequence_header_, in TestMultiThread() local 893 SetInputBuffer(&rnd, &post_filter); in TestMultiThread() [all …]
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libgav1/src/src/ |
H A D | libgav1_decoder.cmake | 42 "${libgav1_source}/post_filter/cdef.cc" 43 "${libgav1_source}/post_filter/deblock.cc" 44 "${libgav1_source}/post_filter/deblock_thresholds.inc" 45 "${libgav1_source}/post_filter/loop_restoration.cc" 46 "${libgav1_source}/post_filter/post_filter.cc" 47 "${libgav1_source}/post_filter/super_res.cc" 48 "${libgav1_source}/post_filter.h"
|
H A D | decoder_impl.cc | 133 PostFilter* const post_filter) { in DecodeTilesNonFrameParallel() argument 159 PostFilter* const post_filter, in DecodeTilesThreadedNonFrameParallel() argument 212 post_filter->ApplyFilteringThreaded(); in DecodeTilesThreadedNonFrameParallel() 280 post_filter->ApplyDeblockFilter( in ApplyDeblockingFilterForTileBoundaries() 294 post_filter->ApplyDeblockFilter( in ApplyDeblockingFilterForTileBoundaries() 310 post_filter->ApplyDeblockFilter( in ApplyDeblockingFilterForTileBoundaries() 325 post_filter->ApplyDeblockFilter( in ApplyDeblockingFilterForTileBoundaries() 361 if (post_filter->DoDeblock()) { in DecodeSuperBlockRowInTile() 364 post_filter->ApplyDeblockFilter( in DecodeSuperBlockRowInTile() 374 post_filter->ApplyDeblockFilter( in DecodeSuperBlockRowInTile() [all …]
|
/dports/audio/lmms/lmms-1.2.2/plugins/LadspaEffect/swh/ |
H A D | gate_1410.c | 254 float post_filter, apost_filter; in runGate() local 261 post_filter = biquad_run(lf, input[pos]); in runGate() 262 post_filter = biquad_run(hf, post_filter); in runGate() 263 apost_filter = fabs(post_filter); in runGate() 304 buffer_write(output[pos], post_filter); in runGate() 374 float post_filter, apost_filter; in runAddingGate() local 381 post_filter = biquad_run(lf, input[pos]); in runAddingGate() 382 post_filter = biquad_run(hf, post_filter); in runAddingGate() 383 apost_filter = fabs(post_filter); in runAddingGate() 424 buffer_write(output[pos], post_filter); in runAddingGate()
|
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libgav1/src/src/ |
H A D | libgav1_decoder.cmake | 44 "${libgav1_source}/post_filter/cdef.cc" 45 "${libgav1_source}/post_filter/deblock.cc" 46 "${libgav1_source}/post_filter/loop_restoration.cc" 47 "${libgav1_source}/post_filter/post_filter.cc" 48 "${libgav1_source}/post_filter/super_res.cc" 49 "${libgav1_source}/post_filter.h"
|
H A D | decoder_impl.h | 176 FrameScratchBuffer* frame_scratch_buffer, PostFilter* post_filter); 183 FrameScratchBuffer* frame_scratch_buffer, PostFilter* post_filter, 191 FrameScratchBuffer* frame_scratch_buffer, PostFilter* post_filter,
|
H A D | decoder_impl.cc | 821 PostFilter post_filter( in DecodeTiles() local 873 prev_segment_ids, &post_filter, &block_parameters_holder, dsp, in DecodeTiles() 890 prev_segment_ids, frame_scratch_buffer, &post_filter, current_frame); in DecodeTiles() 899 block_parameters_holder, frame_scratch_buffer, &post_filter, in DecodeTiles() 916 PostFilter* const post_filter) { in DecodeTilesNonFrameParallel() argument 930 post_filter->ApplyFilteringForOneSuperBlockRow( in DecodeTilesNonFrameParallel() 946 PostFilter* const post_filter, in DecodeTilesThreadedNonFrameParallel() argument 998 if (post_filter->DoDeblock() && kDeblockFilterBitMask) { in DecodeTilesThreadedNonFrameParallel() 1005 post_filter->ApplyFilteringThreaded(); in DecodeTilesThreadedNonFrameParallel() 1017 PostFilter* const post_filter, RefCountedBuffer* const current_frame) { in DecodeTilesFrameParallel() argument [all …]
|
/dports/www/p5-HTTP-Proxy/HTTP-Proxy-0.304/eg/ |
H A D | logger.pl | 39 my $post_filter = HTTP::Proxy::BodyFilter::simple->new( 94 request => $post_filter 107 request => $post_filter
|
/dports/news/suck/suck-4.3.4/ |
H A D | batch.c | 418 if(master->post_filter != NULL) { in do_post_filter() 421 do_debug("Running %s with %s as args\n", master->post_filter, msgdir); in do_post_filter() 427 if(execlp(master->post_filter, master->post_filter, msgdir, NULL) == -1) { in do_post_filter() 429 MyPerror(master->post_filter); in do_post_filter() 435 MyPerror(master->post_filter); in do_post_filter()
|
/dports/news/suck-cnews/suck-4.3.4/ |
H A D | batch.c | 418 if(master->post_filter != NULL) { in do_post_filter() 421 do_debug("Running %s with %s as args\n", master->post_filter, msgdir); in do_post_filter() 427 if(execlp(master->post_filter, master->post_filter, msgdir, NULL) == -1) { in do_post_filter() 429 MyPerror(master->post_filter); in do_post_filter() 435 MyPerror(master->post_filter); in do_post_filter()
|
/dports/devel/py-twilio/twilio-7.4.0/twilio/jwt/taskrouter/ |
H A D | capabilities.py | 58 post_filter = {'ActivitySid': {'required': True}} 59 self._make_policy(self.resource_url, 'POST', True, post_filter=post_filter)
|
H A D | __init__.py | 114 def _make_policy(self, url, method, allowed, query_filter=None, post_filter=None): argument 120 'post_filter': post_filter or {},
|
/dports/textproc/sdf/sdf-2.001/bin/ |
H A D | sdf | 582 if ($post_filter ne '') { 583 &AppMsg("object", "'$post_filter' post filtering...") if $verbose >= 0; 584 require "sdf/post_$post_filter.pl"; 585 $fn = $post_filter . "_PostFilter";
|
/dports/textproc/py-elasticsearch-dsl6/elasticsearch-dsl-6.4.0/elasticsearch_dsl/ |
H A D | faceted_search.py | 352 post_filter = MatchAll() 354 post_filter &= f 355 return search.post_filter(post_filter)
|
/dports/textproc/py-elasticsearch-dsl/elasticsearch-dsl-7.3.0/elasticsearch_dsl/ |
H A D | faceted_search.py | 385 post_filter = MatchAll() 387 post_filter &= f 388 return search.post_filter(post_filter)
|
H A D | search.py | 310 post_filter = ProxyDescriptor("post_filter") variable in Search 445 self.post_filter._proxied = Q(d.pop("post_filter")) 662 if self.post_filter: 663 d["post_filter"] = self.post_filter.to_dict()
|
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libgav1/ |
H A D | libgav1_srcs.gni | 171 "//third_party/libgav1/src/src/post_filter.h", 172 "//third_party/libgav1/src/src/post_filter/cdef.cc", 173 "//third_party/libgav1/src/src/post_filter/deblock.cc", 174 "//third_party/libgav1/src/src/post_filter/loop_restoration.cc", 175 "//third_party/libgav1/src/src/post_filter/post_filter.cc", 176 "//third_party/libgav1/src/src/post_filter/super_res.cc",
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libgav1/ |
H A D | libgav1_srcs.gni | 173 "//third_party/libgav1/src/src/post_filter.h", 174 "//third_party/libgav1/src/src/post_filter/cdef.cc", 175 "//third_party/libgav1/src/src/post_filter/deblock.cc", 176 "//third_party/libgav1/src/src/post_filter/loop_restoration.cc", 177 "//third_party/libgav1/src/src/post_filter/post_filter.cc", 178 "//third_party/libgav1/src/src/post_filter/super_res.cc",
|
/dports/audio/kapitonov-plugins-pack-lv2/Kapitonov-Plugins-Pack-1.2.1/LV2/kpp_distruction/ |
H A D | kpp_distruction.dsp | 80 post_filter = fi.lowpass(1, 3000) : fi.highpass(1,30) : 98 post_filter :
|
/dports/audio/kapitonov-plugins-pack-lv2/Kapitonov-Plugins-Pack-1.2.1/LADSPA/kpp_distruction/ |
H A D | kpp_distruction.dsp | 78 post_filter = fi.lowpass(1, 1220) : fi.highpass(1,70); 95 post_filter :
|
/dports/audio/kapitonov-plugins-pack-lv2/Kapitonov-Plugins-Pack-1.2.1/LADSPA/kpp_bluedream/ |
H A D | kpp_bluedream.dsp | 92 post_filter = _ <: fi.lowpass(1, 720) * min((1 - voice + 0.75 * drive / 100), 1), 102 post_filter ;
|
/dports/audio/kapitonov-plugins-pack-lv2/Kapitonov-Plugins-Pack-1.2.1/LV2/kpp_bluedream/ |
H A D | kpp_bluedream.dsp | 92 post_filter = _ <: fi.lowpass(1, 720) * min((1 - voice + 0.75 * drive / 100), 1), 102 post_filter ;
|