Lines Matching defs:BlockWidth256BytesY

49 	dml_uint_t *BlockWidth256BytesY,
475 dml_uint_t BlockWidth256BytesY[],
1603 dml_uint_t *BlockWidth256BytesY,
1673 *BlockWidth256BytesY = 256U / *BytePerPixelY / *BlockHeight256BytesY;
1690 *BlockWidth256BytesY = 256U / *BytePerPixelY / *BlockHeight256BytesY;
1694 dml_print("DML::%s: BlockWidth256BytesY = %u\n", __func__, *BlockWidth256BytesY);
3283 dml_uint_t BlockWidth256BytesY[],
3359 req_per_swath_ub = swath_width_luma_ub[k] / BlockWidth256BytesY[k];
3813 if ((dml_is_vertical_rotation(p->SourceScan[k]) && p->BlockWidth256BytesY[k] > p->SwathHeightY[k]) || (!dml_is_vertical_rotation(p->SourceScan[k]) && p->BlockHeight256BytesY[k] > p->SwathHeightY[k]) || p->DCCYMaxUncompressedBlock[k] < 256) {
3930 BlockWidth256BytesYCriticalSurface = p->BlockWidth256BytesY[k];
5160 p->myPipe[k].BlockWidth256BytesY,
6367 myPipe->BlockWidth256BytesY = mode_lib->ms.Read256BlockWidthY[k];
7640 s->SurfParameters[k].BlockWidth256BytesY = mode_lib->ms.Read256BlockWidthY[k];
8425 &locals->BlockWidth256BytesY[k],
8456 locals->BlockWidth256BytesY,
8514 CalculateSwathAndDETConfiguration_params->Read256BytesBlockWidthY = locals->BlockWidth256BytesY;
8633 locals->BlockWidth256BytesY,
8652 s->SurfaceParameters[k].BlockWidth256BytesY = locals->BlockWidth256BytesY[k];
8958 myPipe->BlockWidth256BytesY = locals->BlockWidth256BytesY[k];
9502 locals->BlockWidth256BytesY,
9792 CalculateStutterEfficiency_params->BlockWidth256BytesY = locals->BlockWidth256BytesY;
9864 locals->BlockWidth256BytesY,
9918 dml_uint_t BlockWidth256BytesY;
9945 &BlockWidth256BytesY,
9954 BlockWidth256Bytes = is_plane1 ? BlockWidth256BytesC : BlockWidth256BytesY;