Commit ee0f4767 authored by kostya's avatar kostya

a table for upcoming RV30 loop filtering

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16235 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent a8882176
......@@ -171,4 +171,11 @@ static const uint8_t rv30_itype_from_context[900] = {
2, 7, 8, 4, 0, 6, 1, 5, 3,
2, 8, 3, 0, 7, 4, 1, 6, 5,
};
/**
* Loop filter limits are taken from this table.
*/
static const uint8_t rv30_loop_filt_lim[32] = {
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 3, 3, 3, 3, 4, 4, 4, 4, 5, 5, 5
};
#endif /* AVCODEC_RV30DATA_H */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment