Lines Matching defs:yoffs
806 const int yoffs = (fullRange ? 384 : 326) + YUVRGB_TABLE_LUMA_HEADROOM;
871 fill_table(c->table_gU, 1, cgu, y_table + yoffs);
889 fill_table(c->table_rV, 1, crv, y_table + yoffs);
890 fill_table(c->table_gU, 1, cgu, y_table + yoffs + table_plane_size);
891 fill_table(c->table_bU, 1, cbu, y_table + yoffs + 2*table_plane_size);
908 fill_table(c->table_rV, 1, crv, y_table + yoffs);
909 fill_table(c->table_gU, 1, cgu, y_table + yoffs + table_plane_size);
910 fill_table(c->table_bU, 1, cbu, y_table + yoffs + 2*table_plane_size);
930 fill_table(c->table_rV, 2, crv, y_table16 + yoffs);
931 fill_table(c->table_gU, 2, cgu, y_table16 + yoffs + table_plane_size);
932 fill_table(c->table_bU, 2, cbu, y_table16 + yoffs + 2*table_plane_size);
953 fill_table(c->table_rV, 2, crv, y_table16 + yoffs);
954 fill_table(c->table_gU, 2, cgu, y_table16 + yoffs + table_plane_size);
955 fill_table(c->table_bU, 2, cbu, y_table16 + yoffs + 2*table_plane_size);
967 fill_table(c->table_rV, 1, crv, y_table + yoffs);
968 fill_table(c->table_gU, 1, cgu, y_table + yoffs);
969 fill_table(c->table_bU, 1, cbu, y_table + yoffs);
993 fill_table(c->table_rV, 4, crv, y_table32 + yoffs);
994 fill_table(c->table_gU, 4, cgu, y_table32 + yoffs + table_plane_size);
995 fill_table(c->table_bU, 4, cbu, y_table32 + yoffs + 2 * table_plane_size);
1019 fill_table(c->table_rV, 4, crv, y_table32 + yoffs);
1020 fill_table(c->table_gU, 4, cgu, y_table32 + yoffs + table_plane_size);
1021 fill_table(c->table_bU, 4, cbu, y_table32 + yoffs + 2*table_plane_size);