Home
last modified time | relevance | path

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

/third_party/ffmpeg/libswscale/
Dyuv2rgb.c75 b = (void *)c->table_bU[U+YUVRGB_TABLE_HEADROOM];
888 fill_table(c->table_bU, 1, cbu, y_table + yoffs + 2*table_plane_size); in ff_yuv2rgb_c_init_tables()
907 fill_table(c->table_bU, 1, cbu, y_table + yoffs + 2*table_plane_size); in ff_yuv2rgb_c_init_tables()
929 fill_table(c->table_bU, 2, cbu, y_table16 + yoffs + 2*table_plane_size); in ff_yuv2rgb_c_init_tables()
952 fill_table(c->table_bU, 2, cbu, y_table16 + yoffs + 2*table_plane_size); in ff_yuv2rgb_c_init_tables()
966 fill_table(c->table_bU, 1, cbu, y_table + yoffs); in ff_yuv2rgb_c_init_tables()
992 fill_table(c->table_bU, 4, cbu, y_table32 + yoffs + 2 * table_plane_size); in ff_yuv2rgb_c_init_tables()
1018 fill_table(c->table_bU, 4, cbu, y_table32 + yoffs + 2*table_plane_size); in ff_yuv2rgb_c_init_tables()
Dswscale_internal.h405 uint8_t *table_bU[256 + 2*YUVRGB_TABLE_HEADROOM]; member
Doutput.c1694 b = c->table_bU[U + YUVRGB_TABLE_HEADROOM]; in yuv2rgb_X_c_template()
1727 *b = c->table_bU[U + YUVRGB_TABLE_HEADROOM]; in yuv2rgb_2_c_template()
1760 *b = c->table_bU[U + YUVRGB_TABLE_HEADROOM]; in yuv2rgb_1_c_template()
1782 *b = c->table_bU[U + YUVRGB_TABLE_HEADROOM]; in yuv2rgb_1_c_template()