HomeSort by relevance Sort by last modified time
    Searched refs:luma_offset (Results 1 - 25 of 28) sorted by null

1 2

  /hardware/intel/img/psb_video/src/
psb_surface.c 91 psb_surface->luma_offset = 0;
99 psb_surface->luma_offset = 0;
136 psb_surface->luma_offset = 0;
143 psb_surface->luma_offset = 0;
167 unsigned int luma_offset, /* could be 0 */
182 psb_surface->luma_offset = luma_offset;
202 unsigned int __maybe_unused luma_offset, /* could be 0 */
231 psb_surface->luma_offset = luma_offset;
    [all...]
psb_surface_attrib.h 54 unsigned int luma_offset, /* could be 0 */
69 unsigned int luma_offset, /* could be 0 */
psb_surface.h 64 unsigned int luma_offset; member in struct:psb_surface_s
psb_surface_attrib.c 90 psb_surface->luma_offset = 0;
268 unsigned int luma_offset, /* could be 0 */
290 luma_offset, chroma_u_offset, chroma_v_offset);
316 (chroma_u_offset < luma_offset + width * height) ||
317 (chroma_v_offset < luma_offset + width * height));
323 (chroma_u_offset < luma_offset + width * height) ||
324 (chroma_v_offset < luma_offset + width * height));
371 luma_offset,
422 unsigned int luma_offset, /* could be 0 */
443 luma_offset, chroma_u_offset, chroma_v_offset)
    [all...]
psb_drv_video.h 644 unsigned int luma_offset; /* could be 0 */ member in struct:_PsbSurfaceAttributeTPI
  /external/mesa3d/src/gallium/drivers/radeon/
radeon_vce_50.c 81 signed luma_offset, chroma_offset, bs_offset; local
177 rvce_frame_offset(enc, l0, &luma_offset, &chroma_offset);
181 RVCE_CS(luma_offset); // lumaOffset
203 rvce_frame_offset(enc, l1, &luma_offset, &chroma_offset);
207 RVCE_CS(luma_offset); // lumaOffset
217 rvce_frame_offset(enc, current_slot(enc), &luma_offset, &chroma_offset);
218 RVCE_CS(luma_offset); // encReconstructedLumaOffset
radeon_vce_40_2_2.c 300 signed luma_offset, chroma_offset; local
367 rvce_frame_offset(enc, l0, &luma_offset, &chroma_offset);
371 RVCE_CS(luma_offset); // lumaOffset
393 rvce_frame_offset(enc, l1, &luma_offset, &chroma_offset);
397 RVCE_CS(luma_offset); // lumaOffset
407 rvce_frame_offset(enc, current_slot(enc), &luma_offset, &chroma_offset);
408 RVCE_CS(luma_offset); // encReconstructedLumaOffset
radeon_vce_52.c 194 signed luma_offset, chroma_offset, bs_offset; local
301 rvce_frame_offset(enc, l0, &luma_offset, &chroma_offset);
305 RVCE_CS(luma_offset);
338 rvce_frame_offset(enc, l1, &luma_offset, &chroma_offset);
342 RVCE_CS(luma_offset);
357 rvce_frame_offset(enc, current_slot(enc), &luma_offset, &chroma_offset);
358 RVCE_CS(luma_offset);
radeon_vce.c 225 signed *luma_offset, signed *chroma_offset)
231 *luma_offset = slot->index * fsize;
232 *chroma_offset = *luma_offset + pitch * vpitch;
radeon_vce.h 424 signed *luma_offset, signed *chroma_offset);
  /hardware/intel/common/libva/va/
va_tpi.h 61 unsigned int luma_offset; /* could be 0 */ member in struct:_VASurfaceAttributeTPI
va_backend.h 378 unsigned int *luma_offset,
va.c     [all...]
va_trace.c 133 unsigned int *luma_offset,
295 unsigned int luma_offset; local
316 &luma_offset, &chroma_u_offset, &chroma_v_offset,
330 va_TraceMsg(trace_ctx, "\tluma_offset = %d\n", luma_offset);
    [all...]
  /external/libdrm/tests/amdgpu/
vce_tests.c 293 uint64_t luma_offset, chroma_offset; local
296 luma_offset = enc->vbuf.addr;
297 chroma_offset = luma_offset + enc->width * enc->height;
318 ib_cpu[len + 9] = luma_offset >> 32;
319 ib_cpu[len + 10] = luma_offset;
334 uint64_t luma_offset, chroma_offset; local
338 luma_offset = enc->vbuf.addr;
339 chroma_offset = luma_offset + enc->width * enc->height;
363 ib_cpu[len + 9] = luma_offset >> 32;
364 ib_cpu[len + 10] = luma_offset;
    [all...]
  /hardware/intel/common/libva/test/basic/
test_vaSurfaceAttrib.c 41 unsigned int fourcc, luma_stride, chroma_u_stride, chroma_v_stride, luma_offset, chroma_u_offset; local
  /external/v4l2_codec2/vda/
h264_parser.h 229 int luma_offset[32]; member in struct:media::H264WeightingFactors
h264_parser.cc     [all...]
v4l2-controls.h 1051 __s8 luma_offset[32]; member in struct:v4l2_h264_weight_factors
    [all...]
v4l2_slice_video_decode_accelerator.cc     [all...]
  /external/mesa3d/src/gallium/state_trackers/va/
va_private.h 357 unsigned int *luma_offset, unsigned int *chroma_u_offset, unsigned int *chroma_v_offset,
surface.c 353 unsigned int *luma_offset, unsigned int *chroma_u_offset, unsigned int *chroma_v_offset,
  /hardware/intel/img/hwcomposer/merrifield/ips/common/
RotationBufferProvider.cpp 203 vaSurfaceAttrib->luma_offset = 0;
  /hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/
RotationBufferProvider.cpp 202 vaSurfaceAttrib->luma_offset = 0;
  /hardware/intel/common/libmix/videoencoder/
VideoEncoderUtils.cpp 240 unsigned int *luma_offset,

Completed in 315 milliseconds

1 2