/external/mesa3d/src/gallium/drivers/radeon/ |
D | radeon_vce_50.c | 72 signed luma_offset, chroma_offset, bs_offset; in encode() local 168 si_vce_frame_offset(enc, l0, &luma_offset, &chroma_offset); in encode() 172 RVCE_CS(luma_offset); // lumaOffset in encode() 194 si_vce_frame_offset(enc, l1, &luma_offset, &chroma_offset); in encode() 198 RVCE_CS(luma_offset); // lumaOffset in encode() 208 si_vce_frame_offset(enc, si_current_slot(enc), &luma_offset, &chroma_offset); in encode() 209 RVCE_CS(luma_offset); // encReconstructedLumaOffset in encode()
|
D | radeon_vce_40_2_2.c | 288 signed luma_offset, chroma_offset; in encode() local 355 si_vce_frame_offset(enc, l0, &luma_offset, &chroma_offset); in encode() 359 RVCE_CS(luma_offset); // lumaOffset in encode() 381 si_vce_frame_offset(enc, l1, &luma_offset, &chroma_offset); in encode() 385 RVCE_CS(luma_offset); // lumaOffset in encode() 395 si_vce_frame_offset(enc, si_current_slot(enc), &luma_offset, &chroma_offset); in encode() 396 RVCE_CS(luma_offset); // encReconstructedLumaOffset in encode()
|
D | radeon_vce_52.c | 217 signed luma_offset, chroma_offset, bs_offset; in encode() local 337 si_vce_frame_offset(enc, l0, &luma_offset, &chroma_offset); in encode() 341 RVCE_CS(luma_offset); in encode() 374 si_vce_frame_offset(enc, l1, &luma_offset, &chroma_offset); in encode() 378 RVCE_CS(luma_offset); in encode() 393 si_vce_frame_offset(enc, si_current_slot(enc), &luma_offset, &chroma_offset); in encode() 394 RVCE_CS(luma_offset); in encode()
|
D | radeon_vce.c | 216 void si_vce_frame_offset(struct rvce_encoder *enc, struct rvce_cpb_slot *slot, signed *luma_offset, in si_vce_frame_offset() argument 231 *luma_offset = slot->index * fsize; in si_vce_frame_offset() 232 *chroma_offset = *luma_offset + pitch * vpitch; in si_vce_frame_offset()
|
D | radeon_vcn_enc.h | 323 uint32_t luma_offset; member 330 uint32_t luma_offset; member
|
D | radeon_vcn_enc_2_0.c | 316 enc->enc_pic.ctx_buf.reconstructed_pictures[i].luma_offset = offset; in radeon_enc_ctx() 330 RADEON_ENC_CS(enc->enc_pic.ctx_buf.reconstructed_pictures[i].luma_offset); in radeon_enc_ctx()
|
D | radeon_uvd_enc.h | 283 uint32_t luma_offset; member
|
D | radeon_vce.h | 425 void si_vce_frame_offset(struct rvce_encoder *enc, struct rvce_cpb_slot *slot, signed *luma_offset,
|
/external/libdrm/tests/amdgpu/ |
D | vce_tests.c | 356 uint64_t luma_offset, chroma_offset; in amdgpu_cs_vce_encode_idr() local 361 luma_offset = enc->vbuf.addr; in amdgpu_cs_vce_encode_idr() 362 chroma_offset = luma_offset + luma_size; in amdgpu_cs_vce_encode_idr() 387 ib_cpu[len + 9] = luma_offset >> 32; in amdgpu_cs_vce_encode_idr() 388 ib_cpu[len + 10] = luma_offset; in amdgpu_cs_vce_encode_idr() 405 uint64_t luma_offset, chroma_offset; in amdgpu_cs_vce_encode_p() local 411 luma_offset = enc->vbuf.addr; in amdgpu_cs_vce_encode_p() 412 chroma_offset = luma_offset + luma_size; in amdgpu_cs_vce_encode_p() 440 ib_cpu[len + 9] = luma_offset >> 32; in amdgpu_cs_vce_encode_p() 441 ib_cpu[len + 10] = luma_offset; in amdgpu_cs_vce_encode_p() [all …]
|
D | uvd_enc_tests.c | 331 uint64_t luma_offset, chroma_offset; in amdgpu_cs_uvd_enc_encode() local 433 luma_offset = enc.vbuf.addr; in amdgpu_cs_uvd_enc_encode() 434 chroma_offset = luma_offset + luma_size; in amdgpu_cs_uvd_enc_encode() 439 ib_cpu[len++] = luma_offset >> 32; in amdgpu_cs_uvd_enc_encode() 440 ib_cpu[len++] = luma_offset; in amdgpu_cs_uvd_enc_encode()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | radeon_vce.c | 230 signed *luma_offset, signed *chroma_offset) in rvce_frame_offset() argument 238 *luma_offset = slot->index * fsize; in rvce_frame_offset() 239 *chroma_offset = *luma_offset + pitch * vpitch; in rvce_frame_offset()
|
D | radeon_vce.h | 424 signed *luma_offset, signed *chroma_offset);
|
/external/libhevc/encoder/ |
D | hme_interface.h | 188 S32 luma_offset; member
|
D | ihevce_me_pass.c | 748 ps_ref_info->luma_offset = 0; in ihevc_me_update_ref_desc()
|
D | hme_interface.c | 3118 ps_layer_ctxt->i4_rec_offset = ps_ref_desc->as_ref_info[i].luma_offset; in hme_update_layer_desc()
|
/external/mesa3d/src/gallium/frontends/va/ |
D | va_private.h | 408 … unsigned int *luma_offset, unsigned int *chroma_u_offset, unsigned int *chroma_v_offset,
|
D | surface.c | 398 … unsigned int *luma_offset, unsigned int *chroma_u_offset, unsigned int *chroma_v_offset, in vlVaLockSurface() argument
|
/external/kernel-headers/original/uapi/linux/ |
D | v4l2-controls.h | 1392 __s16 luma_offset[32]; member
|