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

  /hardware/intel/img/psb_video/src/
pnw_hostjpeg.c     [all...]
tng_jpegES.h 81 } COMPONENTPLANE;
93 COMPONENTPLANE ComponentPlane[MTX_MAX_COMPONENTS]; //!< Array of component plane source information (detailing physical address, stride and height)
tng_jpegES.c 548 pJPEGContext->pMTXSetup->ComponentPlane[0].ui32Stride = pTFrame->psb_surface->stride;
549 pJPEGContext->pMTXSetup->ComponentPlane[1].ui32Stride = pTFrame->psb_surface->stride;
550 pJPEGContext->pMTXSetup->ComponentPlane[2].ui32Stride = pTFrame->psb_surface->stride;
552 pJPEGContext->pMTXSetup->ComponentPlane[0].ui32Height = pJPEGContext->MCUComponent[0].ui32YLimit;
553 pJPEGContext->pMTXSetup->ComponentPlane[1].ui32Height = pJPEGContext->MCUComponent[0].ui32YLimit / 2;
554 pJPEGContext->pMTXSetup->ComponentPlane[2].ui32Height = pJPEGContext->MCUComponent[0].ui32YLimit / 2;
562 RELOC_JPEG_PIC_PARAMS_PTG(&pJPEGContext->pMTXSetup->ComponentPlane[0].ui32PhysAddr, srf_buf_offset,
566 RELOC_JPEG_PIC_PARAMS_PTG(&pJPEGContext->pMTXSetup->ComponentPlane[1].ui32PhysAddr,
571 RELOC_JPEG_PIC_PARAMS_PTG(&pJPEGContext->pMTXSetup->ComponentPlane[2].ui32PhysAddr,
601 drv_debug_msg(VIDEO_DEBUG_GENERAL, "ComponentPlane[%d]: 0x%x, %d, %d\n", i
    [all...]
pnw_hostjpeg.h 337 //} COMPONENTPLANE;
343 // COMPONENTPLANE ComponentPlane[MTX_MAX_COMPONENTS];
489 } COMPONENTPLANE;
502 COMPONENTPLANE ComponentPlane[MTX_MAX_COMPONENTS]; //!< Array of component plane source information (detailing physical address, stride and height)
tng_enc_trace.c 257 drv_debug_msg(VIDEO_ENCODE_PDUMP,"\t\t ComponentPlane{\n");
260 drv_debug_msg(VIDEO_ENCODE_PDUMP,"\t\t\t ui32PhysAddr=%d\n",data->ComponentPlane[i].ui32PhysAddr);
261 drv_debug_msg(VIDEO_ENCODE_PDUMP,"\t ui32Stride=%d",data->ComponentPlane[i].ui32Stride);
262 drv_debug_msg(VIDEO_ENCODE_PDUMP,"\t ui32Height=%d\n",data->ComponentPlane[i].ui32Height);
    [all...]
tng_trace.c 122 drv_debug_msg(VIDEO_ENCODE_PDUMP,"\t\t ComponentPlane{\n");
125 drv_debug_msg(VIDEO_ENCODE_PDUMP,"\t\t\t ui32PhysAddr=%d\n",data->ComponentPlane[i].ui32PhysAddr);
126 drv_debug_msg(VIDEO_ENCODE_PDUMP,"\t ui32Stride=%d",data->ComponentPlane[i].ui32Stride);
127 drv_debug_msg(VIDEO_ENCODE_PDUMP,"\t ui32Height=%d\n",data->ComponentPlane[i].ui32Height);
    [all...]
  /external/deqp/framework/referencerenderer/
rrRenderer.cpp 214 class ComponentPlane : public ClipVolumePlane
225 bool ComponentPlane<Sign, CompNdx>::pointInClipVolume (const ClipVec4& p) const
233 ClipFloat ComponentPlane<Sign, CompNdx>::clipLineSegmentEnd (const ClipVec4& v0, const ClipVec4& v1) const
243 ClipVec4 ComponentPlane<Sign, CompNdx>::getLineIntersectionPoint (const ClipVec4& v0, const ClipVec4& v1) const
249 const ClipVec4 clippedV0 = tcu::mix(v0, v1, ComponentPlane<+1, CompNdx>().clipLineSegmentEnd(v0, v1));
250 const ClipVec4 clippedV1 = tcu::mix(v0, v1, ComponentPlane<-1, CompNdx>().clipLineSegmentEnd(v0, v1));
527 cliputil::ComponentPlane<+1, 0> clipPosX;
528 cliputil::ComponentPlane<-1, 0> clipNegX;
529 cliputil::ComponentPlane<+1, 1> clipPosY;
530 cliputil::ComponentPlane<-1, 1> clipNegY
    [all...]

Completed in 111 milliseconds