Home
last modified time | relevance | path

Searched refs:temporal (Results 1 – 25 of 72) sorted by relevance

123

/third_party/ffmpeg/libavfilter/x86/
Dvf_hqdn3d_init.c30 int16_t *temporal);
33 int16_t *temporal);
36 int16_t *temporal);
39 int16_t *temporal);
Dvf_hqdn3d.asm48 cglobal hqdn3d_row_%1_x86, 7,10,0, src, dst, lineant, frameant, width, spatial, temporal, pixelant,…
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/
Dvf_hqdn3d.c61 int16_t *temporal, int depth) in denoise_temporal() argument
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() argument
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, int depth) in denoise_depth() argument
[all …]
Dvf_hqdn3d.h39 …t *dst, uint16_t *line_ant, uint16_t *frame_ant, ptrdiff_t w, int16_t *spatial, int16_t *temporal);
/third_party/ffmpeg/libavcodec/
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()
Dvp9shared.h131 uint8_t temporal; member
Ddxva2_vp9.c120 (h->h.segmentation.temporal << 2) | in fill_picture_parameters()
127 if (h->h.segmentation.temporal) in fill_picture_parameters()
Dnvdec_vp9.c89 .segmentMapTemporalUpdate = h->h.segmentation.temporal, in nvdec_vp9_start_frame()
Dvdpau_vp9.c91 info->segmentMapTemporalUpdate = h->h.segmentation.temporal; in vdpau_vp9_start_frame()
/third_party/vk-gl-cts/doc/testspecs/GLES3/
Dperformance.buffer.data_upload.txt81 Additionally, test cases calculate "sample linearity" and "sample temporal stability"
89 Sample temporal stability describes the stability of the function during the sampling.
93 the test and in the end of the test, the temporal stability will be 100%. A value less
/third_party/openh264/codec/build/windowsphone/all/CodecApp/
Dwelsenc.cfg12 TemporalLayerNum 2 # temporal layer number(1--4)
/third_party/openh264/testbin/
Dwelsenc_ios.cfg13 TemporalLayerNum 3 # temporal layer number(1--4)
Dwelsenc_vd_1d.cfg13 TemporalLayerNum 3 # temporal layer number(1--4
Dwelsenc_vd_rc.cfg13 TemporalLayerNum 3 # temporal layer number(1--4)
Dwelsenc_arbitrary_res.cfg13 TemporalLayerNum 3 # temporal layer number(1--4
Dwelsenc.cfg13 TemporalLayerNum 2 # temporal layer number(1--4)
/third_party/ffmpeg/doc/
Dencoders.texi1690 Enable temporal mv prediction. Default is true.
2090 Sets the temporal scalability configuration using a :-separated list of
2091 key=value pairs. For example, to specify temporal scalability parameters
2103 Number of temporal coding layers.
2105 Target bitrate for each temporal layer (in kbps).
2106 (bitrate should be inclusive of the lower temporal layer).
2108 Frame rate decimation factor for each temporal layer.
2110 Length of the sequence defining frame temporal layer membership.
2112 Template defining the membership of frames to temporal layers.
2114 (optional) Selecting the temporal structure from a set of pre-defined temporal layering modes.
[all …]
Dbitstream_filters.texi46 Insert or remove temporal delimiter OBUs in all temporal units of the
/third_party/openGLES/extensions/SGIX/
DGLX_SGIX_hyperpipe.txt44 each successive frame on a different hardware pipe (temporal division);
76 the next frame have completed; and in temporal subdivision, swap
278 contribution (spatial or temporal). This configuration cannot be
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/
DGLX_SGIX_hyperpipe.txt44 each successive frame on a different hardware pipe (temporal division);
76 the next frame have completed; and in temporal subdivision, swap
278 contribution (spatial or temporal). This configuration cannot be
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonInstrFormats.td169 string isNT = ""; // set to "true" for non-temporal vector stores.
/third_party/openh264/
DREADME.md19 - Multiple reference frames when using LTR and/or 3-4 temporal layers
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64SVEInstrInfo.td581 // Non-temporal contiguous loads (register + immediate)
587 // Non-temporal contiguous loads (register + register)
695 // Non-temporal contiguous stores (register + immediate)
701 // Non-temporal contiguous stores (register + register)
1558 // SVE2 non-temporal gather loads
1576 // SVE2 non-temporal scatter stores
/third_party/gstreamer/gstplugins_base/po/
Des.po906 #~ msgstr "No se especificó un directorio temporal."
909 #~ msgstr "No se pudo cerrar el archivo temporal «%s»."
/third_party/gstreamer/gstplugins_bad/
DNEWS909 - vp8enc: finish support for temporal scalability: two new properties
910 ("temporal-scalability-layer-flags",
911 "temporal-scalability-layer-sync-flags") and a unit change on the
912 "temporal-scalability-target-bitrate" property (now expects bps);
913 also make temporal scalability details available to RTP payloaders
973 - rtpvp8pay: temporal scaling support
1757 "temporal-scalability-target-bitrate" property, which is consistent
1759 is required with modern libvpx to make temporal scaling work anyway,

123