Searched refs:plane (Results 76 - 100 of 274) sorted by relevance

1234567891011

/external/mesa3d/src/mesa/tnl/
H A Dt_vb_fog.c91 * near and far clip plane distances).
165 GLfloat plane[4]; local
171 plane[0] = m[2];
172 plane[1] = m[6];
173 plane[2] = m[10];
174 plane[3] = m[14];
181 VB->AttribPtr[_TNL_ATTRIB_POS], plane );
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_rdopt.c150 struct macroblock_plane *const p = &x->plane[i];
151 struct macroblockd_plane *const pd = &x->e_mbd.plane[i];
190 struct macroblock_plane *const p = &x->plane[i];
191 struct macroblockd_plane *const pd = &xd->plane[i];
281 int plane, int block,
288 const struct macroblock_plane *p = &x->plane[plane];
289 const struct macroblockd_plane *pd = &xd->plane[plane];
354 static void dist_block(int plane, in argument
280 cost_coeffs(MACROBLOCK *x, int plane, int block, ENTROPY_CONTEXT *A, ENTROPY_CONTEXT *L, TX_SIZE tx_size, const int16_t *scan, const int16_t *nb, int use_fast_coef_costing) argument
378 rate_block(int plane, int block, BLOCK_SIZE plane_bsize, TX_SIZE tx_size, struct rdcost_block_args* args) argument
389 block_rd_txfm(int plane, int block, BLOCK_SIZE plane_bsize, TX_SIZE tx_size, void *arg) argument
451 txfm_rd_in_plane(MACROBLOCK *x, int *rate, int64_t *distortion, int *skippable, int64_t *sse, int64_t ref_best_rd, int plane, BLOCK_SIZE bsize, TX_SIZE tx_size, int use_fast_coef_casting) argument
907 int plane; local
915 int plane; local
[all...]
H A Dvp9_temporal_filter.c155 struct buf_2d src = x->plane[0].src;
156 struct buf_2d pre = xd->plane[0].pre[0];
162 x->plane[0].src.buf = arf_frame_buf;
163 x->plane[0].src.stride = stride;
164 xd->plane[0].pre[0].buf = frame_ptr_buf;
165 xd->plane[0].pre[0].stride = stride;
187 x->plane[0].src = src;
188 xd->plane[0].pre[0] = pre;
213 const int mb_uv_height = 16 >> mbd->plane[1].subsampling_y;
214 const int mb_uv_width = 16 >> mbd->plane[
[all...]
H A Dvp9_block.h56 struct macroblock_plane plane[MAX_MB_PLANE]; member in struct:macroblock
/external/chromium_org/media/base/
H A Dvideo_util.cc34 void CopyPlane(size_t plane, const uint8* source, int stride, int rows, argument
36 uint8* dest = frame->data(plane);
37 int dest_stride = frame->stride(plane);
40 int bytes_to_copy_per_row = std::min(frame->row_bytes(plane), stride);
43 int rows_to_copy = std::min(frame->rows(plane), rows);
76 // Fill the Y plane.
103 // Fill the A plane.
114 int plane,
117 uint8* ptr = frame->data(plane);
118 const int rows = frame->rows(plane);
113 LetterboxPlane(VideoFrame* frame, int plane, const gfx::Rect& view_area, uint8 fill_byte) argument
[all...]
H A Dvideo_util.h22 // Copies a plane of YUV(A) source into a VideoFrame object, taking into account
35 // Sets alpha plane values to be completely opaque (all 255's).
38 // |plane| is one of VideoFrame::kYPlane, VideoFrame::kUPlane,
40 MEDIA_EXPORT void CopyPlane(size_t plane, const uint8* source, int stride,
61 // Rotates |src| plane by |rotation| degree with possible flipping vertically
/external/chromium_org/media/filters/
H A Dskcanvas_video_renderer.cc254 for (int plane = VideoFrame::kYPlane; plane <= VideoFrame::kVPlane;
255 ++plane) {
260 plane,
263 sizes[plane].set(size.width(), size.height());
268 if (plane == media::VideoFrame::kYPlane) {
277 row_bytes[plane] = static_cast<size_t>(frame_->stride(plane));
278 planes[plane] = frame_->data(plane)
[all...]
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_rdopt.c439 struct macroblock_plane *const p = &x->plane[i];
440 struct macroblockd_plane *const pd = &xd->plane[i];
484 const struct macroblock_plane *const p = &x->plane[0];
485 const struct macroblockd_plane *const pd = &xd->plane[0];
553 int plane, int block,
560 const struct macroblock_plane *p = &x->plane[plane];
561 const struct macroblockd_plane *pd = &xd->plane[plane];
626 static void dist_block(int plane, in argument
552 cost_coeffs(MACROBLOCK *x, int plane, int block, ENTROPY_CONTEXT *A, ENTROPY_CONTEXT *L, TX_SIZE tx_size, const int16_t *scan, const int16_t *nb, int use_fast_coef_costing) argument
650 rate_block(int plane, int block, BLOCK_SIZE plane_bsize, TX_SIZE tx_size, struct rdcost_block_args* args) argument
661 block_rd_txfm(int plane, int block, BLOCK_SIZE plane_bsize, TX_SIZE tx_size, void *arg) argument
738 txfm_rd_in_plane(MACROBLOCK *x, int *rate, int64_t *distortion, int *skippable, int64_t *sse, int64_t ref_best_rd, int plane, BLOCK_SIZE bsize, TX_SIZE tx_size, int use_fast_coef_casting) argument
1316 int plane; local
1324 int plane; local
[all...]
/external/libvpx/libvpx/examples/
H A Dvp8_multi_resolution_encoder.c86 int plane; local
88 for (plane = 0; plane < 3; plane++)
91 int w = (plane ? (1 + img->d_w) / 2 : img->d_w);
92 int h = (plane ? (1 + img->d_h) / 2 : img->d_h);
95 /* Determine the correct plane based on the image format. The for-loop
99 switch (plane)
108 ptr = img->planes[plane];
123 ptr += img->stride[plane];
[all...]
/external/chromium_org/ui/ozone/platform/dri/
H A Dhardware_display_controller_unittest.cc76 ui::OverlayPlane plane(scoped_refptr<ui::ScanoutBuffer>(
79 EXPECT_TRUE(controller_->Modeset(plane, kDefaultMode));
80 EXPECT_FALSE(plane.buffer->HasOneRef());
104 ui::OverlayPlane plane(scoped_refptr<ui::ScanoutBuffer>(new MockScanoutBuffer(
107 EXPECT_FALSE(controller_->Modeset(plane, kDefaultMode));
159 plane2.overlay_plane = 1; // Force association with a plane.
H A Dhardware_display_plane.h27 ScopedDrmPlanePtr plane);
H A Dscoped_drm_types.h39 void operator()(drmModePlane* plane) const;
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-unicode-private.hh171 hb_codepoint_t plane = ch >> 16; local
172 if (likely (plane == 0))
193 switch (plane) {
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
H A Ddraw_cliptest_tmp.h36 /* const */ float (*plane)[4] = pvs->draw->plane;
108 * to decide when the plane is clipping.
122 if (dot4(clipvertex, plane[plane_idx]) < 0)
/external/harfbuzz_ng/src/
H A Dhb-unicode-private.hh171 hb_codepoint_t plane = ch >> 16; local
172 if (likely (plane == 0))
193 switch (plane) {
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_cliptest_tmp.h36 /* const */ float (*plane)[4] = pvs->draw->plane;
108 * to decide when the plane is clipping.
122 if (dot4(clipvertex, plane[plane_idx]) < 0)
/external/chromium_org/media/base/simd/
H A Dscale_yuv_to_rgb_sse2_x64.asm29 ; 1. Y plane
30 ; 2. U plane
31 ; 3. V plane
/external/chromium_org/native_client_sdk/src/gonacl_appengine/static/bullet/
H A Dscene.js7 var plane; variable
180 plane = new THREE.Mesh( new THREE.PlaneGeometry( 200, 200, 100, 100), new THREE.MeshBasicMaterial( { color: 0x000000, opacity: 0.25, transparent: true, wireframe: true } ) );
181 plane.rotation.x = Math.PI * 0.5;
182 plane.visible = true;
183 scene.add( plane );
248 if (intersects[0].object != plane) {
/external/chromium_org/content/common/gpu/
H A Dimage_transport_surface_iosurface_mac.cc82 // Don't think we need to identify a plane.
83 GLuint plane = 0; local
93 plane);
/external/chromium_org/third_party/libvpx/source/libvpx/
H A Dtools_common.h145 int vpx_img_plane_width(const vpx_image_t *img, int plane);
146 int vpx_img_plane_height(const vpx_image_t *img, int plane);
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Des1_conversion.h11 _es_ClipPlanef(GLenum plane, const GLfloat *equation);
14 _es_ClipPlanex(GLenum plane, const GLfixed *equation);
46 _es_GetClipPlanef(GLenum plane, GLfloat *equation);
49 _es_GetClipPlanex(GLenum plane, GLfixed *equation);
/external/mesa3d/src/mesa/main/
H A Des1_conversion.h11 _es_ClipPlanef(GLenum plane, const GLfloat *equation);
14 _es_ClipPlanex(GLenum plane, const GLfixed *equation);
46 _es_GetClipPlanef(GLenum plane, GLfloat *equation);
49 _es_GetClipPlanex(GLenum plane, GLfixed *equation);
/external/libvpx/libvpx/vp9/common/
H A Dvp9_loopfilter.c905 struct macroblockd_plane *plane,
908 const int ss_x = plane->subsampling_x;
909 const int ss_y = plane->subsampling_y;
913 struct buf_2d *const dst = &plane->dst;
941 const TX_SIZE tx_size = (plane->plane_type == PLANE_TYPE_UV)
1043 struct macroblockd_plane *const plane,
1046 struct buf_2d *const dst = &plane->dst;
1050 if (!plane->plane_type) {
1064 filter_selectively_vert_row2(plane->plane_type,
1122 if (plane
904 filter_block_plane_non420(VP9_COMMON *cm, struct macroblockd_plane *plane, MODE_INFO **mi_8x8, int mi_row, int mi_col) argument
1042 vp9_filter_block_plane(VP9_COMMON *const cm, struct macroblockd_plane *const plane, int mi_row, LOOP_FILTER_MASK *lfm) argument
1207 int plane; local
[all...]
/external/chromium_org/third_party/mesa/src/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/modules/desktop_capture/win/
H A Dcursor.cc99 const RGBQUAD* plane = reinterpret_cast<const RGBQUAD*>(data); local
102 if (plane->rgbReserved != 0)
104 plane += 1;
106 plane += stride - width;

Completed in 983 milliseconds

1234567891011