Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dvc1.h292 … uint8_t aux_luty[2][256], aux_lutuv[2][256]; ///< lookup tables used for intensity compensation member
Dvc1.c607 ROTATE(uint8_t tmp[2][256], v->last_luty, v->next_luty, v->curr_luty, v->aux_luty); in rotate_luts()