Home
last modified time | relevance | path

Searched defs:wb (Results 1 – 25 of 285) sorted by relevance

12345678910>>...12

/aosp_15_r20/external/libaom/aom_dsp/
H A Dbitwriter_buffer.c22 int aom_wb_is_byte_aligned(const struct aom_write_bit_buffer *wb) { in aom_wb_is_byte_aligned()
26 uint32_t aom_wb_bytes_written(const struct aom_write_bit_buffer *wb) { in aom_wb_bytes_written()
30 void aom_wb_write_bit(struct aom_write_bit_buffer *wb, int bit) { in aom_wb_write_bit()
44 static void overwrite_bit(struct aom_write_bit_buffer *wb, int bit) { in overwrite_bit()
54 void aom_wb_write_literal(struct aom_write_bit_buffer *wb, int data, int bits) { in aom_wb_write_literal()
60 void aom_wb_write_unsigned_literal(struct aom_write_bit_buffer *wb, in aom_wb_write_unsigned_literal()
67 void aom_wb_overwrite_literal(struct aom_write_bit_buffer *wb, int data, in aom_wb_overwrite_literal()
73 void aom_wb_write_inv_signed_literal(struct aom_write_bit_buffer *wb, int data, in aom_wb_write_inv_signed_literal()
78 void aom_wb_write_uvlc(struct aom_write_bit_buffer *wb, uint32_t v) { in aom_wb_write_uvlc()
90 static void wb_write_primitive_quniform(struct aom_write_bit_buffer *wb, in wb_write_primitive_quniform()
[all …]
/aosp_15_r20/external/llvm-libc/test/src/stdio/printf_core/
H A Dwriter_test.cpp22 WriteBuffer wb(str, sizeof(str) - 1); in TEST() local
29 WriteBuffer wb(str, sizeof(str) - 1); in TEST() local
45 WriteBuffer wb(str, sizeof(str) - 1); in TEST() local
59 WriteBuffer wb(str, sizeof(str) - 1); in TEST() local
72 WriteBuffer wb(str, sizeof(str) - 1); in TEST() local
86 WriteBuffer wb(str, sizeof(str) - 1); in TEST() local
108 WriteBuffer wb(str, sizeof(str) - 1); in TEST() local
123 WriteBuffer wb(str, sizeof(str) - 1); in TEST() local
135 WriteBuffer wb(str, sizeof(str) - 1); in TEST() local
147 WriteBuffer wb(str, sizeof(str) - 1); in TEST() local
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/ublas/include/boost/numeric/ublas/tensor/
Dmultiplication.hpp58 PointerIn2 b, SizeType const*const nb, SizeType const*const wb) in ttt()
121 PointerIn2 b, SizeType const*const nb, SizeType const*const wb) in ttt()
173 PointerIn2 b, SizeType const*const nb, SizeType const*const wb) in ttm()
220 PointerIn2 b, SizeType const*const nb, SizeType const*const wb) in ttm0()
383 PointerIn2 b, SizeType const*const nb, SizeType const*const wb) in mtm()
428 PointerIn2 b, SizeType const*const wb, in inner()
445 PointerIn2 b, SizeType const*const nb, SizeType const*const wb) in outer_2x2()
496 SizeType const rb, PointerIn2 b, SizeType const*const nb, SizeType const*const wb) in outer()
542 PointerIn2 b, SizeType const*const nb, SizeType const*const wb) in outer()
615 const PointerIn2 b, SizeType const*const nb, SizeType const*const wb) in ttv()
[all …]
/aosp_15_r20/external/libvpx/vpx_dsp/
H A Dbitwriter_buffer.c18 void vpx_wb_init(struct vpx_write_bit_buffer *wb, uint8_t *bit_buffer, in vpx_wb_init()
26 int vpx_wb_has_error(const struct vpx_write_bit_buffer *wb) { in vpx_wb_has_error()
30 size_t vpx_wb_bytes_written(const struct vpx_write_bit_buffer *wb) { in vpx_wb_bytes_written()
35 void vpx_wb_write_bit(struct vpx_write_bit_buffer *wb, int bit) { in vpx_wb_write_bit()
53 void vpx_wb_write_literal(struct vpx_write_bit_buffer *wb, int data, int bits) { in vpx_wb_write_literal()
58 void vpx_wb_write_inv_signed_literal(struct vpx_write_bit_buffer *wb, int data, in vpx_wb_write_inv_signed_literal()
/aosp_15_r20/external/libaom/av1/encoder/
H A Dbitstream.c1775 struct aom_write_bit_buffer *wb) { in encode_restoration_mode()
1850 aom_writer *wb) { in write_wiener_filter()
1894 aom_writer *wb) { in write_sgrproj_filter()
2031 struct aom_write_bit_buffer *wb) { in encode_loopfilter()
2083 struct aom_write_bit_buffer *wb) { in encode_cdef()
2100 static inline void write_delta_q(struct aom_write_bit_buffer *wb, int delta_q) { in write_delta_q()
2111 bool separate_uv_delta_q, struct aom_write_bit_buffer *wb) { in encode_quantization()
2138 struct aom_write_bit_buffer *wb) { in encode_segmentation()
2176 struct aom_write_bit_buffer *wb) { in write_frame_interp_filter()
2183 static inline void wb_write_uniform(struct aom_write_bit_buffer *wb, int n, in wb_write_uniform()
[all …]
/aosp_15_r20/external/vboot_reference/firmware/2lib/
H A D2common.c54 void vb2_workbuf_init(struct vb2_workbuf *wb, uint8_t *buf, uint32_t size) in vb2_workbuf_init()
64 void *vb2_workbuf_alloc(struct vb2_workbuf *wb, uint32_t size) in vb2_workbuf_alloc()
80 void *vb2_workbuf_realloc(struct vb2_workbuf *wb, uint32_t oldsize, in vb2_workbuf_realloc()
92 void vb2_workbuf_free(struct vb2_workbuf *wb, uint32_t size) in vb2_workbuf_free()
154 const struct vb2_workbuf *wb) in vb2_verify_digest()
194 const struct vb2_workbuf *wb) in vb2_verify_data()
H A D2struct.c69 const struct vb2_workbuf *wb) in vb2_verify_keyblock()
91 const struct vb2_workbuf *wb) in vb2_verify_fw_preamble()
171 const struct vb2_workbuf *wb) in vb2_verify_keyblock_hash()
199 const struct vb2_workbuf *wb) in vb2_verify_kernel_preamble()
H A D2api.c26 struct vb2_workbuf wb; in vb2api_inject_kernel_subkey() local
276 struct vb2_workbuf wb; in vb2api_init_hash() local
343 struct vb2_workbuf wb; in vb2api_check_hash_get_digest() local
449 struct vb2_workbuf wb; in vb2api_get_metadata_hash() local
H A D2gbb.c14 struct vb2_workbuf *wb) in vb2_gbb_read_key()
55 struct vb2_workbuf *wb) in vb2_gbb_read_root_key()
69 uint32_t *size, struct vb2_workbuf *wb) in vb2_gbb_read_recovery_key()
H A D2firmware.c21 struct vb2_workbuf wb; in vb2_load_fw_keyblock() local
132 struct vb2_workbuf wb; in vb2_load_fw_preamble() local
/aosp_15_r20/external/libvpx/vp9/encoder/
H A Dvp9_bitstream.c69 static void encode_unsigned_max(struct vpx_write_bit_buffer *wb, int data, in encode_unsigned_max()
702 struct vpx_write_bit_buffer *wb) { in encode_loopfilter()
741 static void write_delta_q(struct vpx_write_bit_buffer *wb, int delta_q) { in write_delta_q()
752 struct vpx_write_bit_buffer *wb) { in encode_quantization()
760 struct vpx_write_bit_buffer *wb) { in encode_segmentation()
855 struct vpx_write_bit_buffer *wb) { in write_interp_filter()
887 struct vpx_write_bit_buffer *wb) { in write_tile_info()
1161 struct vpx_write_bit_buffer *wb) { in write_render_size()
1172 struct vpx_write_bit_buffer *wb) { in write_frame_size()
1180 struct vpx_write_bit_buffer *wb) { in write_frame_size_with_refs()
[all …]
/aosp_15_r20/external/vboot_reference/tests/
H A Dvb2_load_kernel_tests.c145 struct vb2_workbuf *wb) in vb2_gbb_read_root_key()
153 uint32_t *size, struct vb2_workbuf *wb) in vb2_gbb_read_recovery_key()
225 const struct vb2_workbuf *wb) in vb2_verify_keyblock()
238 const struct vb2_workbuf *wb) in vb2_verify_keyblock_hash()
251 const struct vb2_workbuf *wb) in vb2_verify_kernel_preamble()
264 const struct vb2_workbuf *wb) in vb2_verify_data()
H A Dvb2_inject_kernel_subkey_tests.c172 const struct vb2_workbuf *wb) in vb2_verify_keyblock()
184 const struct vb2_workbuf *wb) in vb2_verify_keyblock_hash()
197 const struct vb2_workbuf *wb) in vb2_verify_kernel_preamble()
210 const struct vb2_workbuf *wb) in vb2_verify_data()
H A Dvb2_common3_tests.c144 struct vb2_workbuf wb; in test_verify_keyblock() local
209 struct vb2_workbuf wb; in test_verify_fw_preamble() local
351 struct vb2_workbuf wb; in test_verify_kernel_preamble() local
H A Dvb20_rsa_padding_tests.c40 struct vb2_workbuf wb; in test_signatures() local
77 struct vb2_workbuf wb; in test_verify_digest() local
H A Dvb20_hwcrypto_rsa_padding_tests.c40 struct vb2_workbuf wb; in test_signatures() local
77 struct vb2_workbuf wb; in test_verify_digest() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/ublas/test/tensor/
Dtest_multiplication.cpp76 auto wb = strides_type (nb); in BOOST_FIXTURE_TEST_CASE_TEMPLATE() local
124 auto wb = strides_type (nb); in BOOST_FIXTURE_TEST_CASE_TEMPLATE() local
165 auto wb = strides_type (nb); in BOOST_FIXTURE_TEST_CASE_TEMPLATE() local
209 auto wb = strides_type (nb); in BOOST_FIXTURE_TEST_CASE_TEMPLATE() local
290 auto wb = strides_type(nb); in BOOST_FIXTURE_TEST_CASE_TEMPLATE() local
362 auto wb = strides_type(nb); in BOOST_FIXTURE_TEST_CASE_TEMPLATE() local
465 auto wb = strides_type(nb); in BOOST_FIXTURE_TEST_CASE_TEMPLATE() local
Dtest_algorithms.cpp68 auto wb = ublas::strides<ublas::last_order> (n); in BOOST_FIXTURE_TEST_CASE_TEMPLATE() local
102 auto wb = ublas::strides<ublas::last_order> (n); in BOOST_FIXTURE_TEST_CASE_TEMPLATE() local
136 auto wb = ublas::strides<ublas::last_order> (n); in BOOST_FIXTURE_TEST_CASE_TEMPLATE() local
269 auto wb = strides_type (extents_type(nb)); in BOOST_FIXTURE_TEST_CASE_TEMPLATE() local
/aosp_15_r20/external/intel-media-driver/media_driver/linux/common/codec/ddi/
H A Dmedia_libvpx_vp9.cpp54 void vp9_wb_write_bit(struct vp9_write_bit_buffer *wb, int bit) in vp9_wb_write_bit()
73 void vp9_wb_write_literal(struct vp9_write_bit_buffer *wb, int data, int bits) in vp9_wb_write_literal()
82 struct vp9_write_bit_buffer *wb) in write_bitdepth_colorspace_sampling()
161 struct vp9_write_bit_buffer *wb, vp9_wb; in Vp9WriteUncompressHeader() local
/aosp_15_r20/external/intel-media-driver/media_softlet/linux/common/codec/ddi/enc/
H A Dmedia_libvpx_vp9_next.cpp54 void vp9_wb_write_bit(struct vp9_write_bit_buffer *wb, int bit) in vp9_wb_write_bit()
73 void vp9_wb_write_literal(struct vp9_write_bit_buffer *wb, int data, int bits) in vp9_wb_write_literal()
82 struct vp9_write_bit_buffer *wb) in write_bitdepth_colorspace_sampling()
161 struct vp9_write_bit_buffer *wb, vp9_wb; in Vp9WriteUncompressHeader() local
/aosp_15_r20/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_block_sizes.cpp258 dt_init_working_buffers& wb in init_decimation_info_2d()
457 dt_init_working_buffers& wb in init_decimation_info_3d()
770 dt_init_working_buffers& wb, in construct_dt_entry_2d()
830 dt_init_working_buffers* wb = new dt_init_working_buffers; in construct_block_size_descriptor_2d() local
1031 dt_init_working_buffers* wb = new dt_init_working_buffers; in construct_block_size_descriptor_3d() local
/aosp_15_r20/packages/apps/Gallery2/jni/filters/
Dwbalance.c21 void estmateWhite(unsigned char *src, int len, int *wr, int *wb, int *wg) { in estmateWhite()
99 void estmateWhiteBox(unsigned char *src, int iw, int ih, int x,int y, int *wr, int *wb, int *wg) { in estmateWhiteBox()
138 int wb; in JNIFUNCF() local
/aosp_15_r20/external/coreboot/src/security/vboot/
H A Dcommon.c16 void *wb = NULL; in vboot_get_workbuf() local
31 void *wb; in vboot_get_context() local
/aosp_15_r20/external/vboot_reference/firmware/lib20/
H A Dkernel.c40 struct vb2_workbuf wb; in vb2_load_kernel_keyblock() local
185 struct vb2_workbuf wb; in vb2_load_kernel_preamble() local
/aosp_15_r20/external/vboot_reference/host/lib21/
H A Dhost_common.c228 const struct vb2_workbuf *wb) in vb21_verify_digest()
261 const struct vb2_workbuf *wb) in vb21_verify_data()

12345678910>>...12