Home
last modified time | relevance | path

Searched refs:AV_ZERO16 (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dh264_mvpred.h711 AV_ZERO16(mvd_cache[-1 + 0 * 8]); in fill_decode_caches()
712 AV_ZERO16(mvd_cache[-1 + 1 * 8]); in fill_decode_caches()
719 AV_ZERO16(mvd_cache[-1 + 2 * 8]); in fill_decode_caches()
720 AV_ZERO16(mvd_cache[-1 + 3 * 8]); in fill_decode_caches()
722 AV_ZERO16(mvd_cache[2 + 8 * 0]); in fill_decode_caches()
723 AV_ZERO16(mvd_cache[2 + 8 * 2]); in fill_decode_caches()
Dhevc_mvs.c421 AV_ZERO16(mergecandlist[nb_merge_cand].ref_idx); in derive_spatial_merge_candidates()
Dvp9block.c1320 case 2: AV_ZERO16(&v); break; \ in ff_vp9_decode_block()
/third_party/ffmpeg/libavutil/
Dintreadwrite.h624 #ifndef AV_ZERO16
625 # define AV_ZERO16(d) AV_ZERO(16, d) macro