/external/mesa3d/src/gallium/drivers/radeon/ |
D | radeon_vce_50.c | 75 signed luma_offset, chroma_offset, bs_offset; in encode() local 171 si_vce_frame_offset(enc, l0, &luma_offset, &chroma_offset); in encode() 175 RVCE_CS(luma_offset); // lumaOffset in encode() 197 si_vce_frame_offset(enc, l1, &luma_offset, &chroma_offset); in encode() 201 RVCE_CS(luma_offset); // lumaOffset in encode() 211 si_vce_frame_offset(enc, si_current_slot(enc), &luma_offset, &chroma_offset); in encode() 212 RVCE_CS(luma_offset); // encReconstructedLumaOffset in encode()
|
D | radeon_vce_40_2_2.c | 294 signed luma_offset, chroma_offset; in encode() local 361 si_vce_frame_offset(enc, l0, &luma_offset, &chroma_offset); in encode() 365 RVCE_CS(luma_offset); // lumaOffset in encode() 387 si_vce_frame_offset(enc, l1, &luma_offset, &chroma_offset); in encode() 391 RVCE_CS(luma_offset); // lumaOffset in encode() 401 si_vce_frame_offset(enc, si_current_slot(enc), &luma_offset, &chroma_offset); in encode() 402 RVCE_CS(luma_offset); // encReconstructedLumaOffset in encode()
|
D | radeon_vce_52.c | 204 signed luma_offset, chroma_offset, bs_offset; in encode() local 323 si_vce_frame_offset(enc, l0, &luma_offset, &chroma_offset); in encode() 327 RVCE_CS(luma_offset); in encode() 360 si_vce_frame_offset(enc, l1, &luma_offset, &chroma_offset); in encode() 364 RVCE_CS(luma_offset); in encode() 379 si_vce_frame_offset(enc, si_current_slot(enc), &luma_offset, &chroma_offset); in encode() 380 RVCE_CS(luma_offset); in encode()
|
D | radeon_vce.c | 220 signed *luma_offset, signed *chroma_offset) in si_vce_frame_offset() argument 234 *luma_offset = slot->index * fsize; in si_vce_frame_offset() 235 *chroma_offset = *luma_offset + pitch * vpitch; in si_vce_frame_offset()
|
D | radeon_vcn_enc.h | 288 uint32_t luma_offset; member
|
D | radeon_vce.h | 418 signed *luma_offset, signed *chroma_offset);
|
/external/libdrm/tests/amdgpu/ |
D | vce_tests.c | 313 uint64_t luma_offset, chroma_offset; in amdgpu_cs_vce_encode_idr() local 318 luma_offset = enc->vbuf.addr; in amdgpu_cs_vce_encode_idr() 319 chroma_offset = luma_offset + luma_size; in amdgpu_cs_vce_encode_idr() 344 ib_cpu[len + 9] = luma_offset >> 32; in amdgpu_cs_vce_encode_idr() 345 ib_cpu[len + 10] = luma_offset; in amdgpu_cs_vce_encode_idr() 362 uint64_t luma_offset, chroma_offset; in amdgpu_cs_vce_encode_p() local 368 luma_offset = enc->vbuf.addr; in amdgpu_cs_vce_encode_p() 369 chroma_offset = luma_offset + luma_size; in amdgpu_cs_vce_encode_p() 397 ib_cpu[len + 9] = luma_offset >> 32; in amdgpu_cs_vce_encode_p() 398 ib_cpu[len + 10] = luma_offset; in amdgpu_cs_vce_encode_p()
|
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 | 226 signed *luma_offset, signed *chroma_offset) in rvce_frame_offset() argument 234 *luma_offset = slot->index * fsize; in rvce_frame_offset() 235 *chroma_offset = *luma_offset + pitch * vpitch; in rvce_frame_offset()
|
D | radeon_vce.h | 424 signed *luma_offset, signed *chroma_offset);
|
/external/v4l2_codec2/vda/ |
D | h264_parser.h | 229 int luma_offset[32]; member
|
D | h264_parser.cc | 1174 READ_SE_OR_RETURN(&w_facts->luma_offset[i]); in ParseWeightingFactors() 1175 IN_RANGE_OR_RETURN(w_facts->luma_offset[i], -128, 127); in ParseWeightingFactors() 1178 w_facts->luma_offset[i] = 0; in ParseWeightingFactors()
|
/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/state_trackers/va/ |
D | va_private.h | 386 … unsigned int *luma_offset, unsigned int *chroma_u_offset, unsigned int *chroma_v_offset,
|
D | surface.c | 364 … unsigned int *luma_offset, unsigned int *chroma_u_offset, unsigned int *chroma_v_offset, in vlVaLockSurface() argument
|