/third_party/ffmpeg/libavfilter/x86/ |
H A D | vf_hqdn3d_init.c | 30 int16_t *temporal); 33 int16_t *temporal); 36 int16_t *temporal); 39 int16_t *temporal);
|
H A D | vf_hqdn3d.asm | 48 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 D | vf_hqdn3d.c | 61 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 D | vf_hqdn3d.h | 39 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 D | vf_libplacebo.c | 404 .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 D | js-temporal-objects.cc | 5 #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 D | js-temporal-objects.h | 18 #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 D | builtins-temporal.cc | 8 #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 D | vaapi_vp9.c | 68 .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 D | vp9shared.h | 131 uint8_t temporal; member
|
H A D | dxva2_vp9.c | 122 (h->h.segmentation.temporal << 2) | in fill_picture_parameters() 129 if (h->h.segmentation.temporal) in fill_picture_parameters()
|
H A D | nvdec_vp9.c | 89 .segmentMapTemporalUpdate = h->h.segmentation.temporal, in nvdec_vp9_start_frame()
|
H A D | vdpau_vp9.c | 90 info->segmentMapTemporalUpdate = h->h.segmentation.temporal; in vdpau_vp9_start_frame()
|
H A D | vp9block.c | 105 (s->s.h.segmentation.temporal && in decode_mode()
|
H A D | vp9.c | 697 if ((s->s.h.segmentation.temporal = get_bits1(&s->gb))) in decode_frame_header()
|
/third_party/node/deps/v8/src/init/ |
H A D | bootstrapper.cc | 64 #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...] |