depth_bytes      1579 drivers/media/platform/ti-vpe/vpe.c 	int i, depth, depth_bytes, height;
depth_bytes      1599 drivers/media/platform/ti-vpe/vpe.c 	depth_bytes = depth >> 3;
depth_bytes      1601 drivers/media/platform/ti-vpe/vpe.c 	if (depth_bytes == 3) {
depth_bytes      1624 drivers/media/platform/ti-vpe/vpe.c 		w_align = roundup_pow_of_two(VPDMA_DESC_ALIGN / depth_bytes);