Searched refs:luma_size (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/libdrm/dist/tests/amdgpu/ |
| H A D | vce_tests.c | 357 unsigned luma_size = ALIGN(enc->width, align) * ALIGN(enc->height, 16); local in function:amdgpu_cs_vce_encode_idr 361 chroma_offset = luma_offset + luma_size; 377 ib_cpu[len + 2 + i] = luma_size * 1.5 * (i + 2); 379 ib_cpu[len + 10 + i] = luma_size * 1.5; 392 ib_cpu[len + 73] = luma_size * 1.5; 393 ib_cpu[len + 74] = luma_size * 2.5; 407 unsigned luma_size = ALIGN(enc->width, align) * ALIGN(enc->height, 16); local in function:amdgpu_cs_vce_encode_p 411 chroma_offset = luma_offset + luma_size; 429 ib_cpu[len + 2 + i] = luma_size * 1.5 * (i + 2); 431 ib_cpu[len + 10 + i] = luma_size * 1. 571 unsigned luma_size = ALIGN(enc->width, align) * ALIGN(enc->height, 16); local in function:amdgpu_cs_vce_mv [all...] |
| H A D | uvd_enc_tests.c | 432 unsigned luma_size = ALIGN(enc.width, align) * ALIGN(enc.height, 16); local in function:amdgpu_cs_uvd_enc_encode 434 chroma_offset = luma_offset + luma_size;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeon/ |
| H A D | radeon_vcn_enc_2_0.c | 456 int luma_size = enc->enc_pic.ctx_buf.rec_luma_pitch * align(aligned_height, enc->alignment); local in function:radeon_enc_ctx 458 luma_size *= 2; 459 int chroma_size = align(luma_size / 2, enc->alignment); 465 offset += luma_size;
|
Completed in 8 milliseconds