Home
last modified time | relevance | path

Searched defs:block (Results 551 - 575 of 2443) sorted by relevance

1...<<21222324252627282930>>...98

/third_party/ffmpeg/libavcodec/
H A Dfaanidct.c127 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 Deatgq.c65 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 Deatqi.c77 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 Dasvenc.c68 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 Dhq_hqadsp.c111 static void hq_idct_put(uint8_t *dst, int stride, int16_t *block) in hq_idct_put() argument
H A Dac3enc_template.c92 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 Dnellymoserdec.c62 nelly_decode_block(NellyMoserDecodeContext *s, const unsigned char block[NELLY_BLOCK_LEN], float audio[NELLY_SAMPLES]) nelly_decode_block() argument
H A Dsimple_idct_template.c332 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 Dsimple_idct.c105 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 Dwmv2enc.c166 void ff_wmv2_encode_mb(MpegEncContext *s, int16_t block[6][64], in ff_wmv2_encode_mb() argument
H A Dtiertexseqv.c86 unsigned char block[8 * 8]; in seq_decode_op1() local
/third_party/elfutils/tests/
H A Ddwfllines.c120 bool block; in main() local
/third_party/ffmpeg/libavcodec/ppc/
H A Dhpeldsp_altivec.c36 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 Dsha512.c123 uint64_t block[80]; in sha512_transform() local
/third_party/gn/src/gn/
H A Dfunctions_target.cc38 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 Du12-hw.c906 sigset_t block, pause_mask; local
955 sigset_t block, pause_mask; local
[all...]
H A Dgt68xx_gt6816.c86 SANE_Byte *block; in gt6816_download_firmware() local
/third_party/curl/lib/
H A Dmd4.c264 MD4_u32plus block[16]; member
/third_party/mesa3d/src/amd/common/
H A Dac_spm.c32 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 Dnir_lower_returns.c66 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 Dnir_lower_locals_to_regs.c182 lower_locals_to_regs_block(nir_block *block, in lower_locals_to_regs_block() argument
H A Dnir_phi_builder.c175 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 Dnir_opt_sink.c89 loop_contains_block(nir_loop *loop, nir_block *block) in loop_contains_block() argument
[all...]
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_array_to_ssa.c62 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 Dir3_validate.c106 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...]

Completed in 13 milliseconds

1...<<21222324252627282930>>...98