Searched refs:plane (Results 126 - 150 of 274) sorted by relevance

1234567891011

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/decoder/
H A Dvp9_detokenize.c204 int plane, int block, BLOCK_SIZE plane_bsize,
206 struct macroblockd_plane *const pd = &xd->plane[plane];
203 vp9_decode_block_tokens(VP9_COMMON *cm, MACROBLOCKD *xd, int plane, int block, BLOCK_SIZE plane_bsize, int x, int y, TX_SIZE tx_size, vp9_reader *r) argument
H A Dvp9_decodeframe.c186 xd->plane[0].dequant = cm->y_dequant[q_index];
189 xd->plane[i].dequant = cm->uv_dequant[q_index];
192 static void inverse_transform_block(MACROBLOCKD* xd, int plane, int block, argument
195 struct macroblockd_plane *const pd = &xd->plane[plane];
245 static void predict_and_reconstruct_intra_block(int plane, int block, argument
251 struct macroblockd_plane *const pd = &xd->plane[plane];
253 const PREDICTION_MODE mode = (plane == 0) ? get_y_mode(mi, block)
263 x, y, plane);
281 reconstruct_inter_block(int plane, int block, BLOCK_SIZE plane_bsize, TX_SIZE tx_size, void *arg) argument
[all...]
/external/libvpx/libvpx/vp9/common/
H A Dvp9_blockd.h205 struct macroblockd_plane plane[MAX_MB_PLANE]; member in struct:macroblockd
296 typedef void (*foreach_transformed_block_visitor)(int plane, int block,
302 const MACROBLOCKD *const xd, BLOCK_SIZE bsize, int plane,
H A Dvp9_reconintra.c317 int plane) {
326 const struct macroblockd_plane *const pd = &xd->plane[plane];
338 if (plane == 0) {
440 int aoff, int loff, int plane) {
451 have_top, have_left, have_right, x, y, plane);
312 build_intra_predictors(const MACROBLOCKD *xd, const uint8_t *ref, int ref_stride, uint8_t *dst, int dst_stride, MB_PREDICTION_MODE mode, TX_SIZE tx_size, int up_available, int left_available, int right_available, int x, int y, int plane) argument
436 vp9_predict_intra_block(const MACROBLOCKD *xd, int block_idx, int bwl_in, TX_SIZE tx_size, MB_PREDICTION_MODE mode, const uint8_t *ref, int ref_stride, uint8_t *dst, int dst_stride, int aoff, int loff, int plane) argument
H A Dvp9_entropy.h104 struct macroblockd_plane *const pd = &xd->plane[i];
/external/libvpx/libvpx/vp9/decoder/
H A Dvp9_detokenize.c198 int plane, int block, BLOCK_SIZE plane_bsize,
200 struct macroblockd_plane *const pd = &xd->plane[plane];
197 vp9_decode_block_tokens(VP9_COMMON *cm, MACROBLOCKD *xd, int plane, int block, BLOCK_SIZE plane_bsize, int x, int y, TX_SIZE tx_size, vp9_reader *r) argument
H A Dvp9_decodeframe.c184 xd->plane[0].dequant = cm->y_dequant[q_index];
187 xd->plane[i].dequant = cm->uv_dequant[q_index];
190 static void inverse_transform_block(MACROBLOCKD* xd, int plane, int block, argument
193 struct macroblockd_plane *const pd = &xd->plane[plane];
241 static void predict_and_reconstruct_intra_block(int plane, int block, argument
247 struct macroblockd_plane *const pd = &xd->plane[plane];
249 const MB_PREDICTION_MODE mode = (plane == 0) ? get_y_mode(mi, block)
259 x, y, plane);
277 reconstruct_inter_block(int plane, int block, BLOCK_SIZE plane_bsize, TX_SIZE tx_size, void *arg) argument
[all...]
/external/svox/pico/lib/
H A Dpicospho.c462 picoos_uint8 plane, unshifted; local
464 unshifted = picotrns_unplane(sym,&plane);
465 PICODBG_TRACE(("adding %i/%i (%c on plane %i) at phonBuf[%i]",pos,sym,unshifted,plane,spho->phonWritePos));
939 picoos_uint8 plane; local
1329 sym = picotrns_unplane(sym, &plane);
1331 PICODBG_ASSERT((PICOKFST_PLANE_PB_STRENGTHS == plane));
1458 sym = picotrns_unplane(sym, &plane);
1460 PICODBG_ASSERT((PICOKFST_PLANE_PB_STRENGTHS == plane));
1529 ohead.info2 = picotrns_unplane(sym, &plane);
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_mcomp.c260 const uint8_t *const z = x->plane[0].src.buf; \
261 const int src_stride = x->plane[0].src.stride; \
270 const int y_stride = xd->plane[0].pre[0].stride; \
272 const uint8_t *const y = xd->plane[0].pre[0].buf; \
510 const struct buf_2d *const what = &x->plane[0].src;
511 const struct buf_2d *const in_what = &xd->plane[0].pre[0];
711 const struct buf_2d *const what = &x->plane[0].src;
712 const struct buf_2d *const in_what = &xd->plane[0].pre[0];
984 const struct buf_2d *const what = &x->plane[0].src;
985 const struct buf_2d *const in_what = &xd->plane[
[all...]
H A Dvp9_firstpass.c397 struct macroblock_plane *const p = x->plane;
398 struct macroblockd_plane *const pd = xd->plane;
496 vp9_setup_dst_planes(xd->plane, new_yv12, 0, 0);
542 xd->plane[0].dst.buf = new_yv12->y_buffer + recon_yoffset;
543 xd->plane[1].dst.buf = new_yv12->u_buffer + recon_uvoffset;
544 xd->plane[2].dst.buf = new_yv12->v_buffer + recon_uvoffset;
564 this_error = vp9_get_mb_ss(x->plane[0].src_diff);
603 xd->plane[0].pre[0].buf = first_ref_buf->y_buffer + recon_yoffset;
604 motion_error = get_prediction_error(bsize, &x->plane[0].src,
605 &xd->plane[
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
H A Ddraw_pipe_clip.c67 float (*plane)[4]; member in struct:clip_stage
271 * this function extracts the clip distance for the current plane,
279 const float *plane; local
288 plane = clipper->plane[plane_idx];
289 dp = dot4(vert->clip, plane);
385 * on whether it's a user-defined clipping plane. We're
389 /* we want to see an edge along the clip plane */
394 /* we don't want to see an edge along the frustum clip plane */
495 clipmask &= ~(1 << plane_idx); /* turn off this plane'
[all...]
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pipe_clip.c67 float (*plane)[4]; member in struct:clip_stage
271 * this function extracts the clip distance for the current plane,
279 const float *plane; local
288 plane = clipper->plane[plane_idx];
289 dp = dot4(vert->clip, plane);
385 * on whether it's a user-defined clipping plane. We're
389 /* we want to see an edge along the clip plane */
394 /* we don't want to see an edge along the frustum clip plane */
495 clipmask &= ~(1 << plane_idx); /* turn off this plane'
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/
H A Dvpxenc.c1726 int plane; local
1742 for (plane = 0; plane < 3; plane++) {
1746 if (plane) {
1751 uint16_t *p_src = (uint16_t *)(src->planes[plane] +
1752 y * src->stride[plane]);
1753 uint16_t *p_dst = (uint16_t *)(dst->planes[plane] +
1754 y * dst->stride[plane]);
1765 int plane; local
1811 int plane; local
[all...]
/external/deqp/framework/referencerenderer/
H A DrrRenderer.cpp155 * Calculate the intersection of line segment v0-v1 and a given plane. Line
163 const ClipFloat plane)
165 return (plane*w0 - v0) / ((v1 - v0) - plane*(w1 - w0));
246 // even if the another point is not on the plane. Prevent clipping ratio from saturating by using points on line
247 // that are (nearly) on this and (nearly) on the opposite plane.
253 // Find intersection point of line from v0 to v1 and the current plane. Avoid ratios near 1.0
274 void clipTriangleOneVertex (std::vector<TriangleVertex>& clippedEdges, const ClipVolumePlane& plane, const TriangleVertex& clipped, const TriangleVertex& v1, const TriangleVertex& v2) argument
288 const ClipFloat hitDist = plane.clipLineSegmentEnd(inside.position, outside.position);
300 middle.position = plane
159 getSegmentVolumeEdgeClip(const ClipFloat v0, const ClipFloat w0, const ClipFloat v1, const ClipFloat w1, const ClipFloat plane) argument
348 clipTriangleTwoVertices(std::vector<TriangleVertex>& clippedEdges, const ClipVolumePlane& plane, const TriangleVertex& v0, const TriangleVertex& clipped1, const TriangleVertex& clipped2) argument
436 clipTriangleToPlane(std::vector<TriangleVertex>& clippedEdges, const TriangleVertex* vertices, const ClipVolumePlane& plane) argument
551 const ClipVolumePlane* plane = planes[planeNdx]; local
[all...]
/external/libvpx/libvpx/
H A Dvpxdec.c242 const int plane = planes[i]; local
243 const unsigned char *buf = img->planes[plane];
244 const int stride = img->stride[plane];
245 const int w = vpx_img_plane_width(img, plane);
246 const int h = vpx_img_plane_height(img, plane);
260 const int plane = planes[i]; local
261 const unsigned char *buf = img->planes[plane];
262 const int stride = img->stride[plane];
263 const int w = vpx_img_plane_width(img, plane);
264 const int h = vpx_img_plane_height(img, plane);
[all...]
/external/chromium_org/third_party/webrtc/modules/video_render/android/
H A Dvideo_render_opengles20.cc357 // Uploads a plane of pixel data, accounting for stride != width*bpp.
359 const uint8_t* plane) {
361 // Yay! We can upload the entire plane in a single GL call.
364 static_cast<const GLvoid*>(plane));
371 static_cast<const GLvoid*>(plane + (row * stride)));
358 GlTexSubImage2D(GLsizei width, GLsizei height, int stride, const uint8_t* plane) argument
/external/chromium_org/third_party/webrtc/modules/video_processing/main/test/unit_test/
H A Dvideo_processing_unittest.cc349 for (int plane = 0; plane < webrtc::kNumOfPlanes; plane ++) {
350 webrtc::PlaneType plane_type = static_cast<webrtc::PlaneType>(plane);
/external/chromium_org/ui/ozone/platform/dri/
H A Dhardware_display_controller.h29 // Simpler constructor for the primary plane.
123 void QueueOverlayPlane(const OverlayPlane& plane);
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_firstpass.c381 const uint8_t *const src = x->plane[0].src.buf;
382 const int src_stride = x->plane[0].src.stride;
383 const uint8_t *const ref = xd->plane[0].pre[0].buf;
384 const int ref_stride = xd->plane[0].pre[0].stride;
478 struct macroblock_plane *const p = x->plane;
479 struct macroblockd_plane *const pd = xd->plane;
589 xd->plane[0].dst.buf = new_yv12->y_buffer + recon_yoffset;
590 xd->plane[1].dst.buf = new_yv12->u_buffer + recon_uvoffset;
591 xd->plane[2].dst.buf = new_yv12->v_buffer + recon_uvoffset;
634 xd->plane[
[all...]
H A Dvp9_encodeframe.c109 var = cpi->fn_ptr[bs].vf(x->plane[0].src.buf, x->plane[0].src.stride,
122 var = cpi->fn_ptr[bs].vf(x->plane[0].src.buf,
123 x->plane[0].src.stride,
481 s = x->plane[0].src.buf;
482 sp = x->plane[0].src.stride;
496 d = xd->plane[0].dst.buf;
497 dp = xd->plane[0].dst.stride;
595 const unsigned int act = vp9_variance16x16(x->plane[0].src.buf,
596 x->plane[
3620 int plane; local
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_reconintra.c636 int plane, int bd) {
647 const struct macroblockd_plane *const pd = &xd->plane[plane];
657 if (plane == 0) {
767 int plane) {
776 const struct macroblockd_plane *const pd = &xd->plane[plane];
786 if (plane == 0) {
888 int aoff, int loff, int plane) {
902 x, y, plane, x
625 build_intra_predictors_high(const MACROBLOCKD *xd, const uint8_t *ref8, int ref_stride, uint8_t *dst8, int dst_stride, PREDICTION_MODE mode, TX_SIZE tx_size, int up_available, int left_available, int right_available, int x, int y, int plane, int bd) argument
762 build_intra_predictors(const MACROBLOCKD *xd, const uint8_t *ref, int ref_stride, uint8_t *dst, int dst_stride, PREDICTION_MODE mode, TX_SIZE tx_size, int up_available, int left_available, int right_available, int x, int y, int plane) argument
884 vp9_predict_intra_block(const MACROBLOCKD *xd, int block_idx, int bwl_in, TX_SIZE tx_size, PREDICTION_MODE mode, const uint8_t *ref, int ref_stride, uint8_t *dst, int dst_stride, int aoff, int loff, int plane) argument
[all...]
H A Dvp9_onyxc_int.h82 // plane. Revisit as part of the future change to YV12_BUFFER_CONFIG to
248 xd->plane[i].dqcoeff = xd->dqcoeff[i];
272 struct macroblockd_plane *const pd = &xd->plane[i];
/external/chromium_org/third_party/WebKit/Source/platform/fonts/win/
H A DFontFallbackWin.cpp325 int plane = character >> 16;
326 switch (plane) {
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Des1_conversion.c60 _es_ClipPlanef(GLenum plane, const GLfloat *equation) argument
69 _mesa_ClipPlane(plane, converted_equation);
73 _es_ClipPlanex(GLenum plane, const GLfixed *equation) argument
82 _mesa_ClipPlane(plane, converted_equation);
210 _es_GetClipPlanef(GLenum plane, GLfloat *equation) argument
215 _mesa_GetClipPlane(plane, converted_equation);
222 _es_GetClipPlanex(GLenum plane, GLfixed *equation) argument
227 _mesa_GetClipPlane(plane, converted_equation);
/external/chromium_org/ui/surface/
H A Daccelerated_surface_mac.cc229 // Don't think we need to identify a plane.
230 GLuint plane = 0; local
240 plane);

Completed in 497 milliseconds

1234567891011