Lines Matching refs:chroma_offset
356 uint64_t luma_offset, chroma_offset; in amdgpu_cs_vce_encode_idr() local
362 chroma_offset = luma_offset + luma_size; in amdgpu_cs_vce_encode_idr()
389 ib_cpu[len + 11] = chroma_offset >> 32; in amdgpu_cs_vce_encode_idr()
390 ib_cpu[len + 12] = chroma_offset; in amdgpu_cs_vce_encode_idr()
405 uint64_t luma_offset, chroma_offset; in amdgpu_cs_vce_encode_p() local
412 chroma_offset = luma_offset + luma_size; in amdgpu_cs_vce_encode_p()
442 ib_cpu[len + 11] = chroma_offset >> 32; in amdgpu_cs_vce_encode_p()
443 ib_cpu[len + 12] = chroma_offset; in amdgpu_cs_vce_encode_p()
569 uint64_t luma_offset, chroma_offset; in amdgpu_cs_vce_mv() local
576 chroma_offset = luma_offset + luma_size; in amdgpu_cs_vce_mv()
616 ib_cpu[len + 11] = chroma_offset >> 32; in amdgpu_cs_vce_mv()
617 ib_cpu[len + 12] = chroma_offset; in amdgpu_cs_vce_mv()