Home
last modified time | relevance | path

Searched refs:AV_ZERO128 (Results 1 - 11 of 11) sorted by relevance

/third_party/ffmpeg/libavutil/x86/
H A Dintreadwrite.h82 #define AV_ZERO128 AV_ZERO128 macro
83 static av_always_inline void AV_ZERO128(void *d) in AV_ZERO128() function
/third_party/ffmpeg/libavcodec/
H A Dh264_cavlc.c633 AV_ZERO128(sl->mb_luma_dc[p]+0); in decode_luma_residual()
634 AV_ZERO128(sl->mb_luma_dc[p]+8); in decode_luma_residual()
635 AV_ZERO128(sl->mb_luma_dc[p]+16); in decode_luma_residual()
636 AV_ZERO128(sl->mb_luma_dc[p]+24); in decode_luma_residual()
H A Dh264_cabac.c1879 AV_ZERO128(sl->mb_luma_dc[p]+0); in decode_cabac_luma_residual()
1880 AV_ZERO128(sl->mb_luma_dc[p]+8); in decode_cabac_luma_residual()
1881 AV_ZERO128(sl->mb_luma_dc[p]+16); in decode_cabac_luma_residual()
1882 AV_ZERO128(sl->mb_luma_dc[p]+24); in decode_cabac_luma_residual()
H A Dh264dec.h724 AV_ZERO128(mvd_dst); in write_back_motion_list()
H A Dsvq3.c945 AV_ZERO128(s->mb_luma_dc[0] + 0); in svq3_decode_mb()
946 AV_ZERO128(s->mb_luma_dc[0] + 8); in svq3_decode_mb()
H A Ddca_core.c768 AV_ZERO128(s->subband_samples[ch][band] - DCA_ADPCM_COEFFS); in erase_adpcm_history()
1277 AV_ZERO128(s->x96_subband_samples[ch][band] - DCA_ADPCM_COEFFS); in erase_x96_adpcm_history()
H A Dh264_mvpred.h625 AV_ZERO128(mv_cache[0 - 1 * 8]); in fill_decode_caches()
H A Dvp9block.c1321 case 16: AV_ZERO128(&v); break; \ in ff_vp9_decode_block()
H A Dh264_slice.c2352 AV_ZERO128(mv_dst - 1 * 8); in fill_filter_caches_inter()
H A Dvp8.c1710 AV_ZERO128(td->non_zero_count_cache); in intra_predict()
/third_party/ffmpeg/libavutil/
H A Dintreadwrite.h636 #ifndef AV_ZERO128
637 # define AV_ZERO128(d) \ macro

Completed in 25 milliseconds