Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dlibzvbi-teletextdec.c241 #define IS_TXT_SPACE(ch) ((ch).unicode < 0x0020 || (ch).unicode >= 0xe000 || (ch).unicode == 0x00a0… macro
252 uint16_t out = IS_TXT_SPACE(row[i]) ? 32 : row[i].unicode; in get_trim_info()
270 uint16_t out = IS_TXT_SPACE(row[i]) ? 32 : row[i].unicode; in decode_string()