Home
last modified time | relevance | path

Searched refs:y_table (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dcyuv.c77 const signed char *y_table = (const signed char*)buf + 0; in cyuv_decode_frame() local
89 y_table = u_table; in cyuv_decode_frame()
139 y_pred += y_table[cur_byte & 0x0F]; in cyuv_decode_frame()
143 y_pred += y_table[cur_byte & 0x0F]; in cyuv_decode_frame()
145 y_pred += y_table[(cur_byte & 0xF0) >> 4]; in cyuv_decode_frame()
155 y_pred += y_table[cur_byte & 0x0F]; in cyuv_decode_frame()
161 y_pred += y_table[cur_byte & 0x0F]; in cyuv_decode_frame()
165 y_pred += y_table[cur_byte & 0x0F]; in cyuv_decode_frame()
167 y_pred += y_table[(cur_byte & 0xF0) >> 4]; in cyuv_decode_frame()
/third_party/ffmpeg/libswscale/
H A Dyuv2rgb.c741 uint8_t *y_table = y_tab; in fill_table() local
743 y_table -= elemsize * (inc >> 9); in fill_table()
747 table[i] = y_table + elemsize * (cb >> 16); in fill_table()
802 uint8_t *y_table; in ff_yuv2rgb_c_init_tables() local
865 y_table = c->yuvTable; in ff_yuv2rgb_c_init_tables()
868 y_table[i + 110] = av_clip_uint8((yb + 0x8000) >> 16) >> 7; in ff_yuv2rgb_c_init_tables()
871 fill_table(c->table_gU, 1, cgu, y_table + yoffs); in ff_yuv2rgb_c_init_tables()
880 y_table = c->yuvTable; in ff_yuv2rgb_c_init_tables()
884 y_table[i + 110] = (yval >> 7) << rbase; in ff_yuv2rgb_c_init_tables()
885 y_table[ in ff_yuv2rgb_c_init_tables()
[all...]

Completed in 2 milliseconds