/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() 173 RVCE_CS(chroma_offset); // chromaOffset in encode() 194 si_vce_frame_offset(enc, l1, &luma_offset, &chroma_offset); in encode() 199 RVCE_CS(chroma_offset); // chromaOffset in encode() 208 si_vce_frame_offset(enc, si_current_slot(enc), &luma_offset, &chroma_offset); in encode() 210 RVCE_CS(chroma_offset); // encReconstructedChromaOffset 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() 360 RVCE_CS(chroma_offset); // chromaOffset in encode() 381 si_vce_frame_offset(enc, l1, &luma_offset, &chroma_offset); in encode() 386 RVCE_CS(chroma_offset); // chromaOffset in encode() 395 si_vce_frame_offset(enc, si_current_slot(enc), &luma_offset, &chroma_offset); in encode() 397 RVCE_CS(chroma_offset); // encReconstructedChromaOffset 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() 342 RVCE_CS(chroma_offset); in encode() 374 si_vce_frame_offset(enc, l1, &luma_offset, &chroma_offset); in encode() 379 RVCE_CS(chroma_offset); in encode() 393 si_vce_frame_offset(enc, si_current_slot(enc), &luma_offset, &chroma_offset); in encode() 395 RVCE_CS(chroma_offset); in encode()
|
D | radeon_vcn_enc.h | 324 uint32_t chroma_offset; member 331 uint32_t chroma_offset; member
|
D | radeon_vcn_enc_2_0.c | 318 enc->enc_pic.ctx_buf.reconstructed_pictures[i].chroma_offset = offset; in radeon_enc_ctx() 331 RADEON_ENC_CS(enc->enc_pic.ctx_buf.reconstructed_pictures[i].chroma_offset); in radeon_enc_ctx()
|
D | radeon_vce.c | 217 signed *chroma_offset) in si_vce_frame_offset() argument 232 *chroma_offset = *luma_offset + pitch * vpitch; in si_vce_frame_offset()
|
D | radeon_uvd_enc.h | 284 uint32_t chroma_offset; member
|
D | radeon_vce.h | 426 signed *chroma_offset);
|
/external/libdrm/tests/amdgpu/ |
D | vce_tests.c | 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() [all …]
|
D | uvd_enc_tests.c | 331 uint64_t luma_offset, chroma_offset; in amdgpu_cs_uvd_enc_encode() local 434 chroma_offset = luma_offset + luma_size; in amdgpu_cs_uvd_enc_encode() 441 ib_cpu[len++] = chroma_offset >> 32; in amdgpu_cs_uvd_enc_encode() 442 ib_cpu[len++] = chroma_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 239 *chroma_offset = *luma_offset + pitch * vpitch; in rvce_frame_offset()
|
D | radeon_vce.h | 424 signed *luma_offset, signed *chroma_offset);
|
/external/libgav1/libgav1/src/dsp/x86/ |
D | film_grain_sse4.cc | 363 int subsampling_y, int scaling_shift, int chroma_offset, in BlendChromaPlane8bpp_SSE4_1() argument 379 const __m128i offset = _mm_set1_epi16(chroma_offset); in BlendChromaPlane8bpp_SSE4_1()
|
/external/libhevc/encoder/ |
D | hme_interface.h | 214 S32 chroma_offset; member
|
D | ihevce_me_pass.c | 764 ps_ref_info->chroma_offset = 0; in ihevc_me_update_ref_desc()
|
/external/libgav1/libgav1/src/dsp/arm/ |
D | film_grain_neon.cc | 899 int subsampling_y, int scaling_shift, int chroma_offset, in BlendChromaPlane8bpp_NEON() argument 916 const int16x8_t offset = vdupq_n_s16(chroma_offset << 5); in BlendChromaPlane8bpp_NEON()
|
/external/kernel-headers/original/uapi/linux/ |
D | v4l2-controls.h | 1394 __s16 chroma_offset[32][2]; member
|