Searched refs:plane (Results 101 - 125 of 274) sorted by relevance

1234567891011

/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_quantize.h39 void vp9_regular_quantize_b_4x4(MACROBLOCK *x, int plane, int block,
H A Dvp9_mcomp.c273 const uint8_t *z = x->plane[0].src.buf;
274 const int src_stride = x->plane[0].src.stride;
284 const int y_stride = xd->plane[0].pre[0].stride;
286 const uint8_t *y = xd->plane[0].pre[0].buf + offset;
371 const uint8_t *z = x->plane[0].src.buf;
372 const int src_stride = x->plane[0].src.stride;
383 const int y_stride = xd->plane[0].pre[0].stride;
385 const uint8_t *y = xd->plane[0].pre[0].buf + offset;
515 const struct buf_2d *const what = &x->plane[0].src;
516 const struct buf_2d *const in_what = &xd->plane[
[all...]
H A Dvp9_pickmode.c56 backup_yv12[i] = xd->plane[i].pre[0];
74 xd->plane[i].pre[0] = backup_yv12[i];
129 xd->plane[i].pre[0] = backup_yv12[i];
158 backup_yv12[i] = xd->plane[i].pre[0];
175 xd->plane[i].pre[0] = backup_yv12[i];
191 struct macroblock_plane *const p = &x->plane[0];
192 struct macroblockd_plane *const pd = &xd->plane[0];
213 struct macroblock_plane *const p = &x->plane[0];
214 struct macroblockd_plane *const pd = &xd->plane[0];
282 xd->plane[
[all...]
/external/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_video_buffer.h52 * get subformats for each plane
58 * get YUV plane order
95 * fill a resource template for the given plane
101 unsigned depth, unsigned usage, unsigned plane);
111 * extended create function, gets depth, usage and formats for each plane seperately
120 * even more extended create function, provide the pipe_resource for each plane
/external/chromium_org/third_party/webrtc/common_video/libyuv/
H A Dwebrtc_libyuv.cc137 for (int plane = 0; plane < kNumOfPlanes; ++plane) {
138 int width = (plane ? (input_frame.width() + 1) / 2 :
140 int height = (plane ? (input_frame.height() + 1) / 2 :
143 static_cast<PlaneType>(plane));
147 plane_ptr += input_frame.stride(static_cast<PlaneType>(plane));
/external/svox/pico/lib/
H A Dpicotrns.c46 picoos_uint8 picotrns_unplane(picoos_int16 symIn, picoos_uint8 * plane) { argument
48 (*plane) = 0;
51 (*plane) = symIn >> 8;
62 picoos_uint8 plane; local
64 sym = picotrns_unplane(insym, &plane);
65 switch (plane) {
695 * Add chars from NULLC-terminated string \c inStr, shifted to plane \c plane, to internal input buffer of
700 * @param plane
703 pico_status_t picotrns_stAddWithPlane(picotrns_SimpleTransducer this, picoos_char * inStr, picoos_uint8 plane) argument
727 picoos_uint8 plane; local
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_loopfilter.c907 struct macroblockd_plane *plane,
910 const int ss_x = plane->subsampling_x;
911 const int ss_y = plane->subsampling_y;
915 struct buf_2d *const dst = &plane->dst;
943 const TX_SIZE tx_size = (plane->plane_type == PLANE_TYPE_UV)
944 ? get_uv_tx_size(&mi[0].mbmi, plane)
1045 struct macroblockd_plane *const plane,
1048 struct buf_2d *const dst = &plane->dst;
1052 if (!plane->plane_type) {
1066 filter_selectively_vert_row2(plane
906 filter_block_plane_non420(VP9_COMMON *cm, struct macroblockd_plane *plane, MODE_INFO *mi_8x8, int mi_row, int mi_col) argument
1044 vp9_filter_block_plane(VP9_COMMON *const cm, struct macroblockd_plane *const plane, int mi_row, LOOP_FILTER_MASK *lfm) argument
1210 int plane; local
[all...]
H A Dvp9_loopfilter.h96 struct macroblockd_plane *const plane,
H A Dvp9_blockd.h206 struct macroblockd_plane plane[MAX_MB_PLANE]; member in struct:macroblockd
298 typedef void (*foreach_transformed_block_visitor)(int plane, int block,
304 const MACROBLOCKD *const xd, BLOCK_SIZE bsize, int plane,
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
H A Dsvga_cmd.c1192 * plane is enabled then all 3d rendering is clipped to against
1193 * the plane.
1206 uint32 index, const float *plane)
1218 cmd->plane[0] = plane[0];
1219 cmd->plane[1] = plane[1];
1220 cmd->plane[2] = plane[2];
1221 cmd->plane[
1205 SVGA3D_SetClipPlane(struct svga_winsys_context *swc, uint32 index, const float *plane) argument
[all...]
H A Dsvga_state_framebuffer.c498 /* need to express the plane in D3D-style coordinate space.
504 * Apply that matrix to our plane equation, and invert Y.
510 float plane[4]; local
512 plane[0] = a;
513 plane[1] = b;
514 plane[2] = 2.0f * c;
515 plane[3] = d - c;
517 ret = SVGA3D_SetClipPlane(svga->swc, i, plane);
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_cmd.c1192 * plane is enabled then all 3d rendering is clipped to against
1193 * the plane.
1206 uint32 index, const float *plane)
1218 cmd->plane[0] = plane[0];
1219 cmd->plane[1] = plane[1];
1220 cmd->plane[2] = plane[2];
1221 cmd->plane[
1205 SVGA3D_SetClipPlane(struct svga_winsys_context *swc, uint32 index, const float *plane) argument
[all...]
H A Dsvga_state_framebuffer.c498 /* need to express the plane in D3D-style coordinate space.
504 * Apply that matrix to our plane equation, and invert Y.
510 float plane[4]; local
512 plane[0] = a;
513 plane[1] = b;
514 plane[2] = 2.0f * c;
515 plane[3] = d - c;
517 ret = SVGA3D_SetClipPlane(svga->swc, i, plane);
/external/chromium-trace/trace-viewer/src/tracing/importer/linux_perf/
H A Di915_parser.js72 i915FlipOpenSlice: function(ts, obj, plane) {
76 kthread.openSlice = 'flip:' + obj + '/' + plane;
314 var event = /plane=(\d+), obj=(\w+)/.exec(eventBase.details);
318 var plane = parseInt(event[1]);
321 this.i915FlipOpenSlice(ts, obj, plane);
326 plane: plane
/external/chromium_org/media/base/simd/
H A Dlinear_scale_yuv_to_rgb_mmx_x64.asm29 ; 1. Y plane
30 ; 2. U plane
31 ; 3. V plane
/external/chromium_org/third_party/webrtc/modules/video_render/ios/
H A Dopen_gles20.mm279 // Uploads a plane of pixel data, accounting for stride != width*bpp.
283 const uint8_t* plane) {
285 // Yay! We can upload the entire plane in a single GL call.
294 static_cast<const GLvoid*>(plane));
307 static_cast<const GLvoid*>(plane + (row * stride)));
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
H A Ddraw_context.c129 ASSIGN_4V( draw->plane[0], -1, 0, 0, 1 );
130 ASSIGN_4V( draw->plane[1], 1, 0, 0, 1 );
131 ASSIGN_4V( draw->plane[2], 0, -1, 0, 1 );
132 ASSIGN_4V( draw->plane[3], 0, 1, 0, 1 );
133 ASSIGN_4V( draw->plane[4], 0, 0, 1, 1 ); /* yes these are correct */
134 ASSIGN_4V( draw->plane[5], 0, 0, -1, 1 ); /* mesa's a bit wonky */
138 draw->pt.user.planes = (float (*) [DRAW_TOTAL_CLIP_PLANES][4]) &(draw->plane[0]);
293 memcpy(&draw->plane[6], clip->ucp, sizeof(clip->ucp));
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
H A Dlp_rast_tri.c256 const struct lp_rast_plane *plane = GET_PLANES(tri); local
264 __m128i p0 = _mm_load_si128((__m128i *)&plane[0]); /* c, dcdx, dcdy, eo */
265 __m128i p1 = _mm_load_si128((__m128i *)&plane[1]); /* c, dcdx, dcdy, eo */
266 __m128i p2 = _mm_load_si128((__m128i *)&plane[2]); /* c, dcdx, dcdy, eo */
277 __m128i span_0; /* 0,dcdx,2dcdx,3dcdx for plane 0 */
278 __m128i span_1; /* 0,dcdx,2dcdx,3dcdx for plane 1 */
279 __m128i span_2; /* 0,dcdx,2dcdx,3dcdx for plane 2 */
370 const struct lp_rast_plane *plane = GET_PLANES(tri); local
374 __m128i p0 = _mm_load_si128((__m128i *)&plane[0]); /* c, dcdx, dcdy, eo */
375 __m128i p1 = _mm_load_si128((__m128i *)&plane[
[all...]
/external/chromium_org/ui/ozone/platform/dri/
H A Dhardware_display_plane.cc55 ScopedDrmPlanePtr plane)
58 plane_(plane.Pass()),
96 LOG(ERROR) << "Failed to set plane data";
107 LOG(ERROR) << "Unable to get plane properties.";
124 LOG(ERROR) << "Unable to get plane properties.";
52 HardwareDisplayPlane( DriWrapper* drm, drmModePropertySetPtr atomic_property_set, ScopedDrmPlanePtr plane) argument
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_context.c129 ASSIGN_4V( draw->plane[0], -1, 0, 0, 1 );
130 ASSIGN_4V( draw->plane[1], 1, 0, 0, 1 );
131 ASSIGN_4V( draw->plane[2], 0, -1, 0, 1 );
132 ASSIGN_4V( draw->plane[3], 0, 1, 0, 1 );
133 ASSIGN_4V( draw->plane[4], 0, 0, 1, 1 ); /* yes these are correct */
134 ASSIGN_4V( draw->plane[5], 0, 0, -1, 1 ); /* mesa's a bit wonky */
138 draw->pt.user.planes = (float (*) [DRAW_TOTAL_CLIP_PLANES][4]) &(draw->plane[0]);
293 memcpy(&draw->plane[6], clip->ucp, sizeof(clip->ucp));
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_rast_tri.c256 const struct lp_rast_plane *plane = GET_PLANES(tri); local
264 __m128i p0 = _mm_load_si128((__m128i *)&plane[0]); /* c, dcdx, dcdy, eo */
265 __m128i p1 = _mm_load_si128((__m128i *)&plane[1]); /* c, dcdx, dcdy, eo */
266 __m128i p2 = _mm_load_si128((__m128i *)&plane[2]); /* c, dcdx, dcdy, eo */
277 __m128i span_0; /* 0,dcdx,2dcdx,3dcdx for plane 0 */
278 __m128i span_1; /* 0,dcdx,2dcdx,3dcdx for plane 1 */
279 __m128i span_2; /* 0,dcdx,2dcdx,3dcdx for plane 2 */
370 const struct lp_rast_plane *plane = GET_PLANES(tri); local
374 __m128i p0 = _mm_load_si128((__m128i *)&plane[0]); /* c, dcdx, dcdy, eo */
375 __m128i p1 = _mm_load_si128((__m128i *)&plane[
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_quantize.h48 void vp9_regular_quantize_b_4x4(MACROBLOCK *x, int plane, int block,
/external/chromium_org/third_party/mesa/src/src/mesa/math/
H A Dm_xform.h112 CONST GLfloat plane[4] );
/external/libvpx/libvpx/vp9/common/
H A Dvp9_loopfilter.h96 struct macroblockd_plane *const plane,
/external/mesa3d/src/mesa/math/
H A Dm_xform.h112 CONST GLfloat plane[4] );

Completed in 2908 milliseconds

1234567891011