Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dmotion_est.h104 static const uint8_t h263_chroma_roundtab[16] = { in ff_h263_round_chroma() local
108 return h263_chroma_roundtab[x & 0xf] + (x >> 3); in ff_h263_round_chroma()