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]; 887 fill_table(c->table_bU, 1, cbu, y_table + yoffs + 2*table_plane_size); in ff_yuv2rgb_c_init_tables() 906 fill_table(c->table_bU, 1, cbu, y_table + yoffs + 2*table_plane_size); in ff_yuv2rgb_c_init_tables() 928 fill_table(c->table_bU, 2, cbu, y_table16 + yoffs + 2*table_plane_size); in ff_yuv2rgb_c_init_tables() 951 fill_table(c->table_bU, 2, cbu, y_table16 + yoffs + 2*table_plane_size); in ff_yuv2rgb_c_init_tables() 965 fill_table(c->table_bU, 1, cbu, y_table + yoffs); in ff_yuv2rgb_c_init_tables() 991 fill_table(c->table_bU, 4, cbu, y_table32 + yoffs + 2*table_plane_size); in ff_yuv2rgb_c_init_tables()
|
D | swscale_internal.h | 402 uint8_t *table_bU[256 + 2*YUVRGB_TABLE_HEADROOM]; member
|
D | output.c | 1685 b = c->table_bU[U + YUVRGB_TABLE_HEADROOM]; in yuv2rgb_X_c_template() 1718 *b = c->table_bU[U + YUVRGB_TABLE_HEADROOM]; in yuv2rgb_2_c_template() 1751 *b = c->table_bU[U + YUVRGB_TABLE_HEADROOM]; in yuv2rgb_1_c_template() 1773 *b = c->table_bU[U + YUVRGB_TABLE_HEADROOM]; in yuv2rgb_1_c_template()
|