Searched refs:blk1 (Results 1 - 7 of 7) sorted by relevance
/third_party/ffmpeg/libavcodec/arm/ |
H A D | me_cmp_init_arm.c | 28 int ff_pix_abs16_armv6(MpegEncContext *s, uint8_t *blk1, uint8_t *blk2, 30 int ff_pix_abs16_x2_armv6(MpegEncContext *s, uint8_t *blk1, uint8_t *blk2, 32 int ff_pix_abs16_y2_armv6(MpegEncContext *s, uint8_t *blk1, uint8_t *blk2, 35 int ff_pix_abs8_armv6(MpegEncContext *s, uint8_t *blk1, uint8_t *blk2, 38 int ff_sse16_armv6(MpegEncContext *s, uint8_t *blk1, uint8_t *blk2,
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | me_cmp_init.c | 132 static inline void sad8_4_mmx(uint8_t *blk1, uint8_t *blk2, in sad8_4_mmx() argument 182 : "r" (blk1 - len), "r" (blk1 - len + stride), "r" (blk2 - len), in sad8_4_mmx() 203 uint8_t *blk1, ptrdiff_t stride, int h) \ 211 sad8_4_ ## suf(blk1, blk2, stride, 8); \ 217 uint8_t *blk1, ptrdiff_t stride, int h) \ 224 sad8_4_ ## suf(blk1, blk2, stride, h); \ 225 sad8_4_ ## suf(blk1 + 8, blk2 + 8, stride, h); \
|
/third_party/ffmpeg/libavcodec/ |
H A D | ac3enc_template.c | 231 int av_uninit(blk1); in apply_channel_coupling() 245 blk1 = blk+1; in apply_channel_coupling() 246 while (blk1 < s->num_blocks && !s->blocks[blk1].new_cpl_coords[ch]) { in apply_channel_coupling() 247 if (s->blocks[blk1].cpl_in_use) { in apply_channel_coupling() 248 energy_cpl += energy[blk1][CPL_CH][bnd]; in apply_channel_coupling() 249 energy_ch += energy[blk1][ch][bnd]; in apply_channel_coupling() 251 blk1++; in apply_channel_coupling() 255 blk = blk1; in apply_channel_coupling()
|
H A D | ac3enc.c | 481 int ch, blk, blk1; in compute_exp_strategy() local 517 blk1 = blk + 1; in compute_exp_strategy() 518 while (blk1 < s->num_blocks && exp_strategy[blk1] == EXP_REUSE) in compute_exp_strategy() 519 blk1++; in compute_exp_strategy() 520 exp_strategy[blk] = exp_strategy_reuse_tab[s->num_blks_code][blk1-blk-1]; in compute_exp_strategy() 521 blk = blk1; in compute_exp_strategy() 620 int blk, blk1, ch, cpl; in encode_exponents() local 638 blk1 = blk + 1; in encode_exponents() 643 while (blk1 < in encode_exponents() [all...] |
H A D | me_cmp.h | 49 uint8_t *blk1 /* align width (8 or 16) */,
|
/third_party/ffmpeg/libavcodec/aarch64/ |
H A D | me_cmp_init_aarch64.c | 26 int ff_pix_abs16_neon(MpegEncContext *s, uint8_t *blk1, uint8_t *blk2, 28 int ff_pix_abs16_xy2_neon(MpegEncContext *s, uint8_t *blk1, uint8_t *blk2,
|
/third_party/ffmpeg/tests/checkasm/ |
H A D | motion.c | 55 uint8_t *blk1 /* align width (8 or 16) */, in test_motion()
|
Completed in 4 milliseconds