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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libswscale/
H A Dyuv2rgb.c84 b = (void *)c->table_bU[U];
602 fill_table(c->table_bU, 1, cbu, y_table + yoffs + 2048);
621 fill_table(c->table_bU, 1, cbu, y_table + yoffs + 2048);
641 fill_table(c->table_bU, 2, cbu, y_table16 + yoffs + 2048);
654 fill_table(c->table_bU, 1, cbu, y_table + yoffs);
675 fill_table(c->table_bU, 4, cbu, y_table32 + yoffs + 2048);
H A Dswscale_internal.h127 uint8_t * table_bU[256]; member in struct:SwsContext
H A Dswscale.c659 b = (type *)c->table_bU[U]; \
680 b = (type *)c->table_bU[U];\
701 b = (type *)c->table_bU[U];\
716 b = (type *)c->table_bU[U];\

Completed in 33 milliseconds