Home | History | Annotate | Download | only in main

Lines Matching refs:subset

244  * within the block. The value of the two bits represents which subset to use
292 /* Anchor index values for the second subset of two-subset partitioning */
300 /* Anchor index values for the second subset of three-subset partitioning */
308 /* Anchor index values for the third subset of three-subset
363 int subset;
370 for (subset = 0; subset < mode->n_subsets; subset++) {
372 endpoints[subset * 2 + endpoint][component] =
381 for (subset = 0; subset < mode->n_subsets; subset++) {
383 endpoints[subset * 2 + endpoint][3] =
391 for (subset = 0; subset < mode->n_subsets; subset++)
393 endpoints[subset * 2 + endpoint][3] = 255;
400 for (subset = 0; subset < mode->n_subsets; subset++) {
406 endpoints[subset * 2 + endpoint][component] <<= 1;
407 endpoints[subset * 2 + endpoint][component] |= pbit;
412 for (subset = 0; subset < mode->n_subsets; subset++) {
418 endpoints[subset * 2 + endpoint][component] <<= 1;
419 endpoints[subset * 2 + endpoint][component] |= pbit;
426 for (subset = 0; subset < mode->n_subsets; subset++) {
429 endpoints[subset * 2 + endpoint][component] =
430 expand_component(endpoints[subset * 2 + endpoint][component],
437 endpoints[subset * 2 + endpoint][3] =
438 expand_component(endpoints[subset * 2 + endpoint][3],