Searched refs:chroma_offset (Results 1 – 1 of 1) sorted by relevance
285 uint64_t luma_offset, chroma_offset; in amdgpu_cs_vce_encode_idr() local289 chroma_offset = luma_offset + enc->width * enc->height; in amdgpu_cs_vce_encode_idr()312 ib_cpu[len + 11] = chroma_offset >> 32; in amdgpu_cs_vce_encode_idr()313 ib_cpu[len + 12] = chroma_offset; in amdgpu_cs_vce_encode_idr()326 uint64_t luma_offset, chroma_offset; in amdgpu_cs_vce_encode_p() local331 chroma_offset = luma_offset + enc->width * enc->height; in amdgpu_cs_vce_encode_p()357 ib_cpu[len + 11] = chroma_offset >> 32; in amdgpu_cs_vce_encode_p()358 ib_cpu[len + 12] = chroma_offset; in amdgpu_cs_vce_encode_p()