Lines Matching defs:chroma_offset
356 uint64_t luma_offset, chroma_offset;
362 chroma_offset = luma_offset + luma_size;
389 ib_cpu[len + 11] = chroma_offset >> 32;
390 ib_cpu[len + 12] = chroma_offset;
405 uint64_t luma_offset, chroma_offset;
412 chroma_offset = luma_offset + luma_size;
442 ib_cpu[len + 11] = chroma_offset >> 32;
443 ib_cpu[len + 12] = chroma_offset;
569 uint64_t luma_offset, chroma_offset;
576 chroma_offset = luma_offset + luma_size;
616 ib_cpu[len + 11] = chroma_offset >> 32;
617 ib_cpu[len + 12] = chroma_offset;