Searched refs:fill_table (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libswscale/
H A Dyuv2rgb.c556 static void fill_table(uint8_t* table[256], const int elemsize, const int inc, void *y_tab) function
678 fill_table(c->table_gU, 1, cgu, y_table + yoffs);
696 fill_table(c->table_rV, 1, crv, y_table + yoffs);
697 fill_table(c->table_gU, 1, cgu, y_table + yoffs + 1024);
698 fill_table(c->table_bU, 1, cbu, y_table + yoffs + 2048);
715 fill_table(c->table_rV, 1, crv, y_table + yoffs);
716 fill_table(c->table_gU, 1, cgu, y_table + yoffs + 1024);
717 fill_table(c->table_bU, 1, cbu, y_table + yoffs + 2048);
737 fill_table(c->table_rV, 2, crv, y_table16 + yoffs);
738 fill_table(
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libswscale/
H A Dyuv2rgb.c658 static void fill_table(uint8_t* table[256 + 2*YUVRGB_TABLE_HEADROOM], const int elemsize, function
783 fill_table(c->table_gU, 1, cgu, y_table + yoffs);
801 fill_table(c->table_rV, 1, crv, y_table + yoffs);
802 fill_table(c->table_gU, 1, cgu, y_table + yoffs + 1024);
803 fill_table(c->table_bU, 1, cbu, y_table + yoffs + 2048);
820 fill_table(c->table_rV, 1, crv, y_table + yoffs);
821 fill_table(c->table_gU, 1, cgu, y_table + yoffs + 1024);
822 fill_table(c->table_bU, 1, cbu, y_table + yoffs + 2048);
842 fill_table(c->table_rV, 2, crv, y_table16 + yoffs);
843 fill_table(
[all...]

Completed in 92 milliseconds