Searched refs:table_bU (Results 1 – 3 of 3) sorted by relevance
/third_party/ffmpeg/libswscale/ |
D | yuv2rgb.c | 75 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()
|
D | swscale_internal.h | 405 uint8_t *table_bU[256 + 2*YUVRGB_TABLE_HEADROOM]; member
|
D | output.c | 1694 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()
|