HomeSort by relevance Sort by last modified time
    Searched refs:plane_idx (Results 1 - 20 of 20) sorted by null

  /external/mesa3d/src/gallium/auxiliary/draw/
draw_cliptest_tmp.h 130 unsigned plane_idx = ffs(ucp_mask)-1; local
131 ucp_mask &= ~(1 << plane_idx);
132 plane_idx += 6;
141 i = plane_idx - 6;
148 mask |= 1 << plane_idx;
150 if (!(dot4(clipvertex, plane[plane_idx]) >= 0))
151 mask |= 1 << plane_idx;
draw_pipe_clip.c 358 int plane_idx)
362 if (plane_idx < 6) {
364 plane = clipper->plane[plane_idx];
369 int _idx = plane_idx - 6;
377 plane = clipper->plane[plane_idx];
461 const unsigned plane_idx = ffs(clipmask)-1; local
462 const boolean is_user_clip_plane = plane_idx >= 6;
468 dp_prev = getclipdist(clipper, vert_prev, plane_idx);
469 clipmask &= ~(1<<plane_idx);
484 float dp = getclipdist(clipper, vert, plane_idx);
626 const unsigned plane_idx = ffs(clipmask)-1; local
703 const unsigned plane_idx = ffs(clipmask)-1; local
    [all...]
draw_llvm.c 1262 unsigned plane_idx = ffs(ucp_enable)-1; local
    [all...]
  /external/libaom/libaom/av1/common/
alloccommon.c 233 int plane_idx; local
241 for (plane_idx = 0; plane_idx < num_planes; plane_idx++) {
242 cm->above_context[plane_idx] = (ENTROPY_CONTEXT **)aom_calloc(
244 if (!cm->above_context[plane_idx]) return 1;
256 for (plane_idx = 0; plane_idx < num_planes; plane_idx++) {
257 cm->above_context[plane_idx][tile_row] = (ENTROPY_CONTEXT *)aom_calloc
    [all...]
  /external/libaom/libaom/av1/encoder/
reconinter_enc.c 243 BLOCK_SIZE bsize, int plane_idx) {
244 const struct macroblockd_plane *pd = &xd->plane[plane_idx];
251 build_inter_predictors(cm, xd, plane_idx, xd->mi[0], 0, pd->width, pd->height,
257 default_ctx.plane[plane_idx] = xd->plane[plane_idx].dst.buf;
258 default_ctx.stride[plane_idx] = xd->plane[plane_idx].dst.stride;
261 av1_build_interintra_predictors_sbp(cm, xd, xd->plane[plane_idx].dst.buf,
262 xd->plane[plane_idx].dst.stride, ctx,
263 plane_idx, bsize)
    [all...]
  /device/google/marlin/camera/QCamera2/HAL3/
QCamera3Stream.h 94 int32_t plane_idx, int fd, void *buffer, size_t size);
95 int32_t unmapBuf(uint8_t buf_type, uint32_t buf_idx, int32_t plane_idx);
QCamera3Stream.cpp     [all...]
  /device/google/marlin/camera/QCamera2/stack/common/
mm_camera_interface.h 210 * @plane_idx : plane index. If all planes share the same
211 * fd, plane_idx = -1; otherwise, plean_idx is
219 int32_t plane_idx,
233 * @plane_idx : plane index. If all planes share the same
234 * fd, plane_idx = -1; otherwise, plean_idx is
239 int32_t plane_idx,
627 * @plane_idx : plane index. If all planes share the same fd,
628 * plane_idx = -1; otherwise, plean_idx is the
640 int32_t plane_idx,
667 * @plane_idx : plane index. If all planes share the same fd
    [all...]
cam_types.h 436 int32_t plane_idx; /* planner index. valid if type is STREAM_BUF. member in struct:__anon3134
454 int32_t plane_idx; /* planner index. valid if type is STREAM_BUF. member in struct:__anon3136
    [all...]
  /device/google/marlin/camera/QCamera2/util/
QCameraBufferMaps.cpp 179 mBufMapList.buf_maps[pos].plane_idx = pPlaneIndex;
  /device/google/marlin/camera/QCamera2/HAL/
QCameraStream.h 103 int32_t plane_idx, int fd, void *buffer, size_t size,
108 int32_t unmapBuf(uint8_t buf_type, uint32_t buf_idx, int32_t plane_idx,
QCameraMem.cpp 327 uint32_t plane_idx = (index * buf_info.frame_buf_cnt); local
350 bufs->getBufDef(plane_offset, planeBufDef[plane_idx], plane_idx);
352 cont_buf->buf_idx[i] = planeBufDef[plane_idx].buf_idx;
353 plane_idx++;
357 LOGD("num_buf = %d index = %d plane_idx = %d",
358 bufDef.user_buf.num_buffers, index, plane_idx);
    [all...]
QCameraStream.cpp     [all...]
  /external/libvpx/libvpx/test/
vp9_scale_test.cc 109 const int plane_idx) const {
113 printf("Plane %d pixel[%d][%d] diff:%6d (ref),%6d (opt)\n", plane_idx,
  /external/vulkan-validation-layers/layers/
vk_format_utils.cpp 1292 uint32_t plane_idx = GetPlaneIndex(plane_aspect); local
1303 uint32_t plane_idx = GetPlaneIndex(plane_aspect); local
    [all...]
  /device/google/marlin/camera/QCamera2/stack/mm-camera-interface/inc/
mm_camera.h 681 int32_t plane_idx,
693 int32_t plane_idx);
730 int32_t plane_idx,
739 int32_t plane_idx);
  /device/google/marlin/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_interface.c     [all...]
mm_camera.c     [all...]
mm_camera_stream.c     [all...]
mm_camera_channel.c     [all...]

Completed in 2059 milliseconds