Home
last modified time | relevance | path

Searched defs:blk (Results 1 - 25 of 109) sorted by relevance

12345

/third_party/openssl/test/
H A Dcipher_overhead_test.c37 size_t mac, in, blk, ex; in cipher_overhead() local
/third_party/ffmpeg/libavcodec/
H A Deac3enc.c95 int ch, blk; in ff_eac3_set_cpl_states() local
128 int blk, c in ff_eac3_output_frame_header() local
[all...]
H A Ddv.c85 int x, y, blk; in dv_calc_mb_coordinates() local
[all...]
H A Dhqxdsp.c27 static inline void idct_col(int16_t *blk, const uint8_t *quant) in idct_col() argument
73 idct_row(int16_t *blk) idct_row() argument
[all...]
H A Dhq_hqadsp.c35 static inline void idct_row(int16_t *blk) in idct_row() argument
73 idct_col(int16_t *blk) idct_col() argument
[all...]
H A Dac3enc_template.c88 int blk, ch; in apply_mdct() local
322 int blk, bnd; compute_rematrixing_strategy() local
[all...]
H A Dsbcenc.c53 int ch, blk; in sbc_analyze_audio() local
109 int ch, sb, blk; /* channel, subband, block and bit counters */ sbc_pack_frame() local
[all...]
H A Dsbcdsp.c274 int ch, sb, blk; in sbc_calc_scalefactors() local
292 int blk, joint = 0; in sbc_calc_scalefactors_j() local
[all...]
H A Dsbcdec.c75 int ch, sb, blk, bit; /* channel, subband, block and bit standard in sbc_unpack_frame() local
214 sbc_synthesize_four(struct sbc_decoder_state *state, struct sbc_frame *frame, int ch, int blk, AVFrame *output_frame) sbc_synthesize_four() argument
257 sbc_synthesize_eight(struct sbc_decoder_state *state, struct sbc_frame *frame, int ch, int blk, AVFrame *output_frame) sbc_synthesize_eight() argument
307 int ch, blk; sbc_synthesize_audio() local
[all...]
/third_party/mesa3d/src/asahi/compiler/test/
H A Dagx_test.h42 agx_block *blk = rzalloc(ctx, agx_block); in agx_test_builder() local
/third_party/mesa3d/src/asahi/compiler/
H A Dagx_liveness.c85 agx_block *blk = agx_worklist_pop_head(&worklist); in agx_compute_liveness() local
[all...]
/third_party/mesa3d/src/panfrost/bifrost/
H A Dbi_test.h38 bi_block *blk = rzalloc(ctx, bi_block); in bit_block() local
56 bi_block *blk = bit_block(ctx); in bit_builder() local
H A Dbi_liveness.c58 liveness_block_update(bi_block *blk, unsigned temp_count) in liveness_block_update() argument
114 bi_block *blk in bi_compute_liveness() local
[all...]
H A Dbi_opt_dce.c103 bi_postra_liveness_block(bi_block *blk) in bi_postra_liveness_block() argument
138 bi_block *blk = bi_worklist_pop_tail(&worklist); in bi_postra_liveness() local
[all...]
/third_party/mesa3d/src/panfrost/lib/tests/
H A Dtest-layout.cpp38 struct pan_block_size blk = panfrost_block_size(DRM_FORMAT_MOD_LINEAR, format[i]); in TEST() local
53 struct pan_block_size blk = panfrost_block_size(DRM_FORMAT_MOD_ARM_16X16_BLOCK_U_INTERLEAVED, format[i]); in TEST() local
68 struct pan_block_size blk = panfrost_block_size(DRM_FORMAT_MOD_ARM_16X16_BLOCK_U_INTERLEAVED, format[i]); in TEST() local
90 struct pan_block_size blk in TEST() local
112 struct pan_block_size blk = panfrost_block_size(modifier, format[i]); TEST() local
[all...]
/third_party/mbedtls/library/
H A Dpadlock.c64 uint32_t *blk; in mbedtls_padlock_xcryptecb() local
/third_party/selinux/libselinux/src/
H A Dsha1.c49 #define blk(i) (block->l[i&15] = rol(block->l[(i+13)&15]^block->l[(i+8)&15] \ macro
/third_party/ffmpeg/libavcodec/ppc/
H A Didctdsp.c155 static void idct_altivec(int16_t *blk) in idct_altivec() argument
171 static void idct_put_altivec(uint8_t *dest, ptrdiff_t stride, int16_t *blk) in idct_put_altivec() argument
200 static void idct_add_altivec(uint8_t *dest, ptrdiff_t stride, int16_t *blk) in idct_add_altivec() argument
/third_party/astc-encoder/Source/
H A Dastcenc_ideal_endpoints_and_weights.cpp107 compute_ideal_colors_and_weights_1_comp( const image_block& blk, const partition_info& pi, endpoints_and_weights& ei, unsigned int component ) compute_ideal_colors_and_weights_1_comp() argument
[all...]
/third_party/mesa3d/src/util/sha1/
H A Dsha1.c34 #define blk(i) (block->l[i&15] = rol(block->l[(i+13)&15]^block->l[(i+8)&15] \ macro
/third_party/mesa3d/src/panfrost/midgard/
H A Dmidgard_helper_invocations.c127 pan_block *blk = (struct pan_block *) cur->key; in mir_analyze_helper_terminate() local
221 pan_block *blk = (struct pan_block *) cur->key; in mir_analyze_helper_requirements() local
/third_party/mesa3d/src/panfrost/bifrost/valhall/
H A Dva_mark_last.c124 bi_block *blk = bi_worklist_pop_head(&worklist); in va_analyze_scoreboard_reads() local
/third_party/mesa3d/src/panfrost/util/
H A Dpan_liveness.c62 liveness_block_live_out(pan_block *blk, unsigned temp_count) in liveness_block_live_out() argument
75 liveness_block_update( pan_block *blk, unsigned temp_count, pan_liveness_update callback) liveness_block_update() argument
141 pan_block *blk = (struct pan_block *) cur->key; pan_compute_liveness() local
[all...]
/third_party/zlib/examples/
H A Dfitblk.c132 unsigned char *blk; /* intermediate and final stream */ in main() local
[all...]
/third_party/ffmpeg/libavutil/
H A Dsha512.c103 #define blk(i) (block[i] = block[i - 16] + sigma0_512(block[i - 15]) + \ macro

Completed in 9 milliseconds

12345