Home
last modified time | relevance | path

Searched refs:bitplane (Results 1 – 10 of 10) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dvaapi_vc1.c236 static inline void vc1_pack_bitplanes(uint8_t *bitplane, int n, const uint8_t *ff_bp[3], int x, int… in vc1_pack_bitplanes() argument
247 bitplane[bitplane_index] = (bitplane[bitplane_index] << 4) | v; in vc1_pack_bitplanes()
389 uint8_t *bitplane; in vaapi_vc1_start_frame() local
394 bitplane = av_mallocz(size); in vaapi_vc1_start_frame()
395 if (!bitplane) { in vaapi_vc1_start_frame()
429 vc1_pack_bitplanes(bitplane, n, ff_bp, x, y, s->mb_stride); in vaapi_vc1_start_frame()
431 bitplane[n/2] <<= 4; in vaapi_vc1_start_frame()
435 bitplane, size); in vaapi_vc1_start_frame()
436 av_free(bitplane); in vaapi_vc1_start_frame()
/third_party/ffmpeg/libavfilter/
Dvf_bitplanenoise.c31 int bitplane; member
43 …{ "bitplane", "set bit plane to use for measuring noise", OFFSET(bitplane), AV_OPT_TYPE_INT, {.i…
107 const int mask = (1 << (s->bitplane - 1)); in filter_frame()
188 snprintf(key, sizeof(key), "lavfi.bitplanenoise.%d.%d", plane, s->bitplane); in filter_frame()
/third_party/vk-gl-cts/external/vulkan-docs/src/style/
Dwriting.txt214 | bit plane | bitplane |
Dwriting.adoc224 | bit plane | bitplane |
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_framebuffer_object.txt536 together into a bitplane; each bitplane contains a single bit from
7856 - changed a bunch of "bit plane" references --> "bitplane"
7943 - improved language about when the number of bits in a bitplane
7975 note that the bitplane depths are no longer fixed
/third_party/openGLES/extensions/EXT/
DEXT_framebuffer_object.txt536 together into a bitplane; each bitplane contains a single bit from
7856 - changed a bunch of "bit plane" references --> "bitplane"
7943 - improved language about when the number of bits in a bitplane
7975 note that the bitplane depths are no longer fixed
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_framebuffer_object.txt1203 together into a <bitplane>; each bitplane contains a single bit from
/third_party/openGLES/extensions/ARB/
DARB_framebuffer_object.txt1213 together into a <bitplane>; each bitplane contains a single bit from
/third_party/ffmpeg/doc/
Dfilters.texi7258 @item bitplane
7262 Filter out noisy pixels from @code{bitplane} set above.
/third_party/gstreamer/gstplugins_bad/
DChangeLog139190 operations, for a 8x5 MBs bitplane.