/third_party/ffmpeg/libavcodec/ |
H A D | faanidct.c | 127 void ff_faanidct(int16_t block[64]){ in ff_faanidct() argument 140 void ff_faanidct_add(uint8_t *dest, ptrdiff_t line_size, int16_t block[64]) in ff_faanidct_add() argument 154 void ff_faanidct_put(uint8_t *dest, ptrdiff_t line_size, int16_t block[64]) in ff_faanidct_put() argument [all...] |
H A D | eatgq.c | 65 static int tgq_decode_block(TgqContext *s, int16_t block[64], GetBitContext *gb) in tgq_decode_block() argument 116 tgq_idct_put_mb(TgqContext *s, int16_t (*block)[64], AVFrame *frame, int mb_x, int mb_y) tgq_idct_put_mb() argument [all...] |
H A D | eatqi.c | 77 static int tqi_decode_mb(TqiContext *t, int16_t (*block)[64]) in tqi_decode_mb() argument 97 tqi_idct_put(AVCodecContext *avctx, AVFrame *frame, int16_t (*block)[64]) tqi_idct_put() argument [all...] |
H A D | asvenc.c | 68 static inline void asv1_encode_block(ASV1Context *a, int16_t block[64]) in asv1_encode_block() argument 114 asv2_encode_block(ASV1Context *a, int16_t block[64]) asv2_encode_block() argument 169 encode_mb(ASV1Context *a, int16_t block[6][64]) encode_mb() argument [all...] |
H A D | hq_hqadsp.c | 111 static void hq_idct_put(uint8_t *dst, int stride, int16_t *block) in hq_idct_put() argument
|
H A D | ac3enc_template.c | 92 AC3Block *block = &s->blocks[blk]; in apply_mdct() local 136 AC3Block *block = &s->blocks[blk]; in apply_channel_coupling() local 161 AC3Block *block = &s->blocks[blk]; in apply_channel_coupling() local 176 AC3Block *block = &s->blocks[blk]; apply_channel_coupling() local 191 AC3Block *block = &s->blocks[blk]; apply_channel_coupling() local 232 AC3Block *block = &s->blocks[blk]; apply_channel_coupling() local 261 AC3Block *block = &s->blocks[blk]; apply_channel_coupling() local 323 AC3Block *block, *block0 = NULL; compute_rematrixing_strategy() local [all...] |
H A D | nellymoserdec.c | 62 nelly_decode_block(NellyMoserDecodeContext *s, const unsigned char block[NELLY_BLOCK_LEN], float audio[NELLY_SAMPLES]) nelly_decode_block() argument
|
H A D | simple_idct_template.c | 332 idctin *block = (idctin *)block_; local 346 void FUNC6(ff_simple_idct_add)(uint8_t *dest_, ptrdiff_t line_size, int16_t *block) argument 360 void FUNC6(ff_simple_idct)(int16_t *block) argument
|
H A D | simple_idct.c | 105 void ff_simple_idct248_put(uint8_t *dest, ptrdiff_t line_size, int16_t *block) in ff_simple_idct248_put() argument 194 void ff_simple_idct84_add(uint8_t *dest, ptrdiff_t line_size, int16_t *block) in ff_simple_idct84_add() argument 209 void ff_simple_idct48_add(uint8_t *dest, ptrdiff_t line_size, int16_t *block) in ff_simple_idct48_add() argument 224 ff_simple_idct44_add(uint8_t *dest, ptrdiff_t line_size, int16_t *block) ff_simple_idct44_add() argument 239 ff_prores_idct_10(int16_t *block, const int16_t *qmat) ff_prores_idct_10() argument 255 ff_prores_idct_12(int16_t *block, const int16_t *qmat) ff_prores_idct_12() argument [all...] |
H A D | wmv2enc.c | 166 void ff_wmv2_encode_mb(MpegEncContext *s, int16_t block[6][64], in ff_wmv2_encode_mb() argument
|
H A D | tiertexseqv.c | 86 unsigned char block[8 * 8]; in seq_decode_op1() local
|
/third_party/elfutils/tests/ |
H A D | dwfllines.c | 120 bool block; in main() local
|
/third_party/ffmpeg/libavcodec/ppc/ |
H A D | hpeldsp_altivec.c | 36 void ff_put_pixels16_altivec(uint8_t *block, const uint8_t *pixels, ptrdiff_t line_size, int h) in ff_put_pixels16_altivec() argument 69 void ff_avg_pixels16_altivec(uint8_t *block, const uint8_t *pixels, ptrdiff_t line_size, int h) in ff_avg_pixels16_altivec() argument 85 avg_pixels8_altivec(uint8_t * block, const uint8_t * pixels, ptrdiff_t line_size, int h) avg_pixels8_altivec() argument 114 put_pixels8_xy2_altivec(uint8_t *block, const uint8_t *pixels, ptrdiff_t line_size, int h) put_pixels8_xy2_altivec() argument 161 put_no_rnd_pixels8_xy2_altivec(uint8_t *block, const uint8_t *pixels, ptrdiff_t line_size, int h) put_no_rnd_pixels8_xy2_altivec() argument 208 put_pixels16_xy2_altivec(uint8_t * block, const uint8_t * pixels, ptrdiff_t line_size, int h) put_pixels16_xy2_altivec() argument 263 put_no_rnd_pixels16_xy2_altivec(uint8_t * block, const uint8_t * pixels, ptrdiff_t line_size, int h) put_no_rnd_pixels16_xy2_altivec() argument 317 avg_pixels8_xy2_altivec(uint8_t *block, const uint8_t *pixels, ptrdiff_t line_size, int h) avg_pixels8_xy2_altivec() argument [all...] |
/third_party/ffmpeg/libavutil/ |
H A D | sha512.c | 123 uint64_t block[80]; in sha512_transform() local
|
/third_party/gn/src/gn/ |
H A D | functions_target.cc | 38 ExecuteGenericTarget(const char* target_type, Scope* scope, const FunctionCallNode* function, const std::vector<Value>& args, BlockNode* block, Err* err) ExecuteGenericTarget() argument 196 RunAction(Scope* scope, const FunctionCallNode* function, const std::vector<Value>& args, BlockNode* block, Err* err) RunAction() argument 280 RunActionForEach(Scope* scope, const FunctionCallNode* function, const std::vector<Value>& args, BlockNode* block, Err* err) RunActionForEach() argument 352 RunBundleData(Scope* scope, const FunctionCallNode* function, const std::vector<Value>& args, BlockNode* block, Err* err) RunBundleData() argument [all...] |
/third_party/backends/backend/ |
H A D | u12-hw.c | 906 sigset_t block, pause_mask; local 955 sigset_t block, pause_mask; local [all...] |
H A D | gt68xx_gt6816.c | 86 SANE_Byte *block; in gt6816_download_firmware() local
|
/third_party/curl/lib/ |
H A D | md4.c | 264 MD4_u32plus block[16]; member
|
/third_party/mesa3d/src/amd/common/ |
H A D | ac_spm.c | 32 ac_spm_get_block_select(struct ac_spm_trace_data *spm_trace, const struct ac_pc_block *block) ac_spm_get_block_select() argument 71 ac_spm_init_muxsel(const struct ac_pc_block *block, struct ac_spm_counter_info *counter, uint32_t spm_wire) ac_spm_init_muxsel() argument 162 struct ac_pc_block *block; ac_spm_add_counter() local [all...] |
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_lower_returns.c | 66 nir_block *block = nir_cursor_current_block(b->cursor); in predicate_following() local 163 lower_returns_in_block(nir_block *block, struct lower_returns_state *state) in lower_returns_in_block() argument [all...] |
H A D | nir_lower_locals_to_regs.c | 182 lower_locals_to_regs_block(nir_block *block, in lower_locals_to_regs_block() argument
|
H A D | nir_phi_builder.c | 175 nir_phi_builder_value_set_block_def(struct nir_phi_builder_value *val, nir_block *block, nir_ssa_def *def) nir_phi_builder_value_set_block_def() argument 182 nir_phi_builder_value_get_block_def(struct nir_phi_builder_value *val, nir_block *block) nir_phi_builder_value_get_block_def() argument [all...] |
H A D | nir_opt_sink.c | 89 loop_contains_block(nir_loop *loop, nir_block *block) in loop_contains_block() argument [all...] |
/third_party/mesa3d/src/freedreno/ir3/ |
H A D | ir3_array_to_ssa.c | 62 get_state(struct array_ctx *ctx, struct ir3_block *block, unsigned id) in get_state() argument 72 read_value_end(struct array_ctx *ctx, struct ir3_block *block, in read_value_end() argument 85 read_value_beginning(struct array_ctx *ctx, struct ir3_block *block, in read_value_beginning() argument 198 lookup_live_in(struct array_ctx *ctx, struct ir3_block *block, unsigned id) lookup_live_in() argument [all...] |
H A D | ir3_validate.c | 106 validate_phi_src(struct ir3_validate_ctx *ctx, struct ir3_block *block, in validate_phi_src() argument 369 is_physical_successor(struct ir3_block *block, struct ir3_block *succ) in is_physical_successor() argument [all...] |