Lines Matching refs:subset
241 * within the block. The value of the two bits represents which subset to use
289 /* Anchor index values for the second subset of two-subset partitioning */
297 /* Anchor index values for the second subset of three-subset partitioning */
305 /* Anchor index values for the third subset of three-subset
360 int subset;
367 for (subset = 0; subset < mode->n_subsets; subset++) {
369 endpoints[subset * 2 + endpoint][component] =
378 for (subset = 0; subset < mode->n_subsets; subset++) {
380 endpoints[subset * 2 + endpoint][3] =
388 for (subset = 0; subset < mode->n_subsets; subset++)
390 endpoints[subset * 2 + endpoint][3] = 255;
397 for (subset = 0; subset < mode->n_subsets; subset++) {
403 endpoints[subset * 2 + endpoint][component] <<= 1;
404 endpoints[subset * 2 + endpoint][component] |= pbit;
409 for (subset = 0; subset < mode->n_subsets; subset++) {
415 endpoints[subset * 2 + endpoint][component] <<= 1;
416 endpoints[subset * 2 + endpoint][component] |= pbit;
423 for (subset = 0; subset < mode->n_subsets; subset++) {
426 endpoints[subset * 2 + endpoint][component] =
427 expand_component(endpoints[subset * 2 + endpoint][component],
434 endpoints[subset * 2 + endpoint][3] =
435 expand_component(endpoints[subset * 2 + endpoint][3],