Searched refs:bitplane (Results 1 – 10 of 10) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | vaapi_vc1.c | 236 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/ |
D | vf_bitplanenoise.c | 31 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/ |
D | writing.txt | 214 | bit plane | bitplane |
|
D | writing.adoc | 224 | bit plane | bitplane |
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | EXT_framebuffer_object.txt | 536 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/ |
D | EXT_framebuffer_object.txt | 536 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/ |
D | ARB_framebuffer_object.txt | 1203 together into a <bitplane>; each bitplane contains a single bit from
|
/third_party/openGLES/extensions/ARB/ |
D | ARB_framebuffer_object.txt | 1213 together into a <bitplane>; each bitplane contains a single bit from
|
/third_party/ffmpeg/doc/ |
D | filters.texi | 7258 @item bitplane 7262 Filter out noisy pixels from @code{bitplane} set above.
|
/third_party/gstreamer/gstplugins_bad/ |
D | ChangeLog | 139190 operations, for a 8x5 MBs bitplane.
|