Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dvp9mvs.c73 uint32_t mem = INVALID_MV, mem_sub8x8 = INVALID_MV; in find_ref_mvs() local
106 if (mem_sub8x8 == INVALID_MV) { \ in find_ref_mvs()
113 mem_sub8x8 = AV_RN32A(&mv); \ in find_ref_mvs()
114 } else if (mem_sub8x8 != AV_RN32A(&mv)) { \ in find_ref_mvs()