Home
last modified time | relevance | path

Searched refs:temporal (Results 1 - 16 of 16) sorted by relevance

/third_party/ffmpeg/libavfilter/x86/
H A Dvf_hqdn3d_init.c30 int16_t *temporal);
33 int16_t *temporal);
36 int16_t *temporal);
39 int16_t *temporal);
H A Dvf_hqdn3d.asm48 cglobal hqdn3d_row_%1_x86, 7,10,0, src, dst, lineant, frameant, width, spatial, temporal, pixelant, t0, t1
50 cglobal hqdn3d_row_%1_x86, 7,7,0, src, dst, lineant, frameant, width, spatial, temporal
86 LOWPASS t0, t1, temporal
/third_party/ffmpeg/libavfilter/
H A Dvf_hqdn3d.c61 int16_t *temporal, int depth) in denoise_temporal()
66 temporal += 256 << LUT_BITS; in denoise_temporal()
70 frame_ant[x] = tmp = lowpass(frame_ant[x], LOAD(x), temporal, depth); in denoise_temporal()
84 int16_t *spatial, int16_t *temporal, int depth) in denoise_spatial()
91 temporal += 256 << LUT_BITS; in denoise_spatial()
98 frame_ant[x] = tmp = lowpass(frame_ant[x], tmp, temporal, depth); in denoise_spatial()
107 s->denoise_row[depth](src, dst, line_ant, frame_ant, w, spatial, temporal); in denoise_spatial()
114 frame_ant[x] = tmp = lowpass(frame_ant[x], tmp, temporal, depth); in denoise_spatial()
118 frame_ant[x] = tmp = lowpass(frame_ant[x], tmp, temporal, depth); in denoise_spatial()
128 int16_t *spatial, int16_t *temporal, in in denoise_depth()
58 denoise_temporal(uint8_t *src, uint8_t *dst, uint16_t *frame_ant, int w, int h, int sstride, int dstride, int16_t *temporal, int depth) denoise_temporal() argument
80 denoise_spatial(HQDN3DContext *s, uint8_t *src, uint8_t *dst, uint16_t *line_ant, uint16_t *frame_ant, int w, int h, int sstride, int dstride, int16_t *spatial, int16_t *temporal, int depth) denoise_spatial() argument
124 denoise_depth(HQDN3DContext *s, uint8_t *src, uint8_t *dst, uint16_t *line_ant, uint16_t **frame_ant_ptr, int w, int h, int sstride, int dstride, int16_t *spatial, int16_t *temporal, int depth) denoise_depth() argument
[all...]
H A Dvf_hqdn3d.h39 void (*denoise_row[17])(uint8_t *src, uint8_t *dst, uint16_t *line_ant, uint16_t *frame_ant, ptrdiff_t w, int16_t *spatial, int16_t *temporal);
H A Dvf_libplacebo.c404 .temporal = s->dither_temporal, in process_frames()
708 { "dither_temporal", "Enable temporal dithering", OFFSET(dither_temporal), AV_OPT_TYPE_BOOL, {.i64 = 0}, 0, 1, DYNAMIC },
/third_party/node/deps/v8/src/objects/
H A Djs-temporal-objects.cc5 #include "src/objects/js-temporal-objects.h"
20 #include "src/objects/js-temporal-objects-inl.h"
28 #include "src/temporal/temporal-parser.h"
120 // #sec-temporal-totemporaldisambiguation
123 // #sec-temporal-totemporaloverflow
128 // #sec-temporal-parsetemporalcalendarstring
132 // #sec-temporal-parsetemporaldatestring
136 // #sec-temporal-parsetemporaltimestring
140 // #sec-temporal
620 namespace temporal { global() namespace
859 namespace temporal { global() namespace
969 namespace temporal { global() namespace
1112 namespace temporal { global() namespace
1687 namespace temporal { global() namespace
1905 namespace temporal { global() namespace
3085 namespace temporal { global() namespace
[all...]
H A Djs-temporal-objects.h18 #include "torque-generated/src/objects/js-temporal-objects-tq.inc"
50 // #sec-temporal.calendar
55 // #sec-temporal.calendar.prototype.year
60 // #sec-temporal.calendar.prototype.daysinyear
65 // #sec-temporal.calendar.prototype.dayofweek
70 // #sec-temporal.calendar.prototype.dayofyear
75 // #sec-temporal.calendar.prototype.monthsinyear
80 // #sec-temporal.calendar.prototype.inleapyear
85 // #sec-temporal.calendar.prototype.daysinmonth
90 // #sec-temporal
438 namespace temporal { global() namespace
[all...]
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-temporal.cc8 #include "src/objects/js-temporal-objects-inl.h"
41 /* Temporal #sec-temporal.plaindate.compare */
43 /* Temporal #sec-temporal.plaindate.prototype.toplainyearmonth */
45 /* Temporal #sec-temporal.plaindate.prototype.toplainmonthday */
47 /* Temporal #sec-temporal.plaindate.prototype.add */
49 /* Temporal #sec-temporal.plaindate.prototype.substract */
51 /* Temporal #sec-temporal.plaindate.prototype.with */
53 /* Temporal #sec-temporal.plaindate.prototype.until */
55 /* Temporal #sec-temporal.plaindate.prototype.since */
57 /* Temporal #sec-temporal
[all...]
/third_party/ffmpeg/libavcodec/
H A Dvaapi_vp9.c68 .segmentation_temporal_update = h->h.segmentation.temporal, in vaapi_vp9_start_frame()
95 if (h->h.segmentation.temporal) { in vaapi_vp9_start_frame()
H A Dvp9shared.h131 uint8_t temporal; member
H A Ddxva2_vp9.c122 (h->h.segmentation.temporal << 2) | in fill_picture_parameters()
129 if (h->h.segmentation.temporal) in fill_picture_parameters()
H A Dnvdec_vp9.c89 .segmentMapTemporalUpdate = h->h.segmentation.temporal, in nvdec_vp9_start_frame()
H A Dvdpau_vp9.c90 info->segmentMapTemporalUpdate = h->h.segmentation.temporal; in vdpau_vp9_start_frame()
H A Dvp9block.c105 (s->s.h.segmentation.temporal && in decode_mode()
H A Dvp9.c697 if ((s->s.h.segmentation.temporal = get_bits1(&s->gb))) in decode_frame_header()
/third_party/node/deps/v8/src/init/
H A Dbootstrapper.cc64 #include "src/objects/js-temporal-objects-inl.h"
4761 // #sec-temporal-objects in InitializeGlobal_harmony_temporal()
4762 Handle<JSObject> temporal = in InitializeGlobal_harmony_temporal()
4765 JSObject::AddProperty(isolate_, global, "Temporal", temporal, DONT_ENUM); in InitializeGlobal_harmony_temporal()
4769 // https://github.com/tc39/proposal-temporal/issues/1539 in InitializeGlobal_harmony_temporal()
4770 InstallToStringTag(isolate_, temporal, "Temporal"); in InitializeGlobal_harmony_temporal()
4773 // #sec-temporal-now-object in InitializeGlobal_harmony_temporal()
4776 JSObject::AddProperty(isolate_, temporal, "Now", now, DONT_ENUM); in InitializeGlobal_harmony_temporal()
4780 // See https://github.com/tc39/proposal-temporal/issues/1540 in InitializeGlobal_harmony_temporal()
4801 isolate(), temporal, # in InitializeGlobal_harmony_temporal()
[all...]

Completed in 24 milliseconds