Searched refs:fill_table (Results 1 – 1 of 1) sorted by relevance
/third_party/ffmpeg/libswscale/ |
D | yuv2rgb.c | 737 static void fill_table(uint8_t* table[256 + 2*YUVRGB_TABLE_HEADROOM], const int elemsize, in fill_table() function 868 fill_table(c->table_gU, 1, cgu, y_table + yoffs); in ff_yuv2rgb_c_init_tables() 886 fill_table(c->table_rV, 1, crv, y_table + yoffs); in ff_yuv2rgb_c_init_tables() 887 fill_table(c->table_gU, 1, cgu, y_table + yoffs + table_plane_size); in ff_yuv2rgb_c_init_tables() 888 fill_table(c->table_bU, 1, cbu, y_table + yoffs + 2*table_plane_size); in ff_yuv2rgb_c_init_tables() 905 fill_table(c->table_rV, 1, crv, y_table + yoffs); in ff_yuv2rgb_c_init_tables() 906 fill_table(c->table_gU, 1, cgu, y_table + yoffs + 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() 927 fill_table(c->table_rV, 2, crv, y_table16 + yoffs); in ff_yuv2rgb_c_init_tables() 928 fill_table(c->table_gU, 2, cgu, y_table16 + yoffs + table_plane_size); in ff_yuv2rgb_c_init_tables() [all …]
|