Home
last modified time | relevance | path

Searched refs:chroma_offset (Results 1 – 1 of 1) sorted by relevance

/external/libdrm/tests/amdgpu/
Dvce_tests.c285 uint64_t luma_offset, chroma_offset; in amdgpu_cs_vce_encode_idr() local
289 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() local
331 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()