Home
last modified time | relevance | path

Searched refs:plane_ptr (Results 1 – 7 of 7) sorted by relevance

/external/libaom/libaom/av1/common/
Dav1_loopfilter.h142 const MACROBLOCKD_PLANE *const plane_ptr,
147 const MACROBLOCKD_PLANE *const plane_ptr,
168 struct macroblockd_plane *const plane_ptr,
179 struct AV1Common *const cm, const struct macroblockd_plane *const plane_ptr,
183 struct AV1Common *const cm, const struct macroblockd_plane *const plane_ptr,
187 struct AV1Common *const cm, struct macroblockd_plane *const plane_ptr,
191 struct AV1Common *const cm, struct macroblockd_plane *const plane_ptr,
Dav1_loopfilter.c1480 AV1_COMMON *const cm, const struct macroblockd_plane *const plane_ptr, in av1_build_bitmask_vert_info() argument
1482 const int subsampling_x = plane_ptr->subsampling_x; in av1_build_bitmask_vert_info()
1483 const int subsampling_y = plane_ptr->subsampling_y; in av1_build_bitmask_vert_info()
1491 for (int r = 0; (r << MI_SIZE_LOG2) < plane_ptr->dst.height; r += row_step) { in av1_build_bitmask_vert_info()
1498 for (int c = 0; (c << MI_SIZE_LOG2) < plane_ptr->dst.width; in av1_build_bitmask_vert_info()
1506 if (x >= plane_ptr->dst.width) break; in av1_build_bitmask_vert_info()
1559 AV1_COMMON *const cm, const struct macroblockd_plane *const plane_ptr, in av1_build_bitmask_horz_info() argument
1561 const int subsampling_x = plane_ptr->subsampling_x; in av1_build_bitmask_horz_info()
1562 const int subsampling_y = plane_ptr->subsampling_y; in av1_build_bitmask_horz_info()
1570 for (int c = 0; (c << MI_SIZE_LOG2) < plane_ptr->dst.width; c += col_step) { in av1_build_bitmask_horz_info()
[all …]
/external/mesa3d/src/intel/compiler/
Dbrw_clip_line.c128 struct brw_indirect plane_ptr = brw_indirect(4, 0); in clip_and_emit_line() local
139 brw_MOV(p, get_addr_reg(plane_ptr), brw_clip_plane0_address(c)); in clip_and_emit_line()
190 brw_MOV(p, c->reg.plane_equation, deref_4f(plane_ptr, 0)); in clip_and_emit_line()
192 brw_MOV(p, c->reg.plane_equation, deref_4b(plane_ptr, 0)); in clip_and_emit_line()
259 brw_ADD(p, get_addr_reg(plane_ptr), get_addr_reg(plane_ptr), brw_clip_plane_stride(c)); in clip_and_emit_line()
Dbrw_clip_tri.c261 struct brw_indirect plane_ptr = brw_indirect(3, 0); in brw_clip_tri() local
271 brw_MOV(p, get_addr_reg(plane_ptr), brw_clip_plane0_address(c)); in brw_clip_tri()
301 brw_MOV(p, c->reg.plane_equation, deref_4f(plane_ptr, 0)); in brw_clip_tri()
303 brw_MOV(p, c->reg.plane_equation, deref_4b(plane_ptr, 0)); in brw_clip_tri()
423 brw_ADD(p, get_addr_reg(plane_ptr), get_addr_reg(plane_ptr), brw_clip_plane_stride(c)); in brw_clip_tri()
/external/libcups/filter/
Drastertohp.c567 *plane_ptr, /* Pointer into Planes */ in OutputLine() local
604 plane_ptr = Planes[plane], bit_ptr = BitBuffer; in OutputLine()
606 count -= 2, plane_ptr += 2, bit_ptr ++) in OutputLine()
608 bit = plane_ptr[0]; in OutputLine()
615 bit = plane_ptr[1]; in OutputLine()
/external/webrtc/webrtc/common_video/libyuv/
Dwebrtc_libyuv.cc144 const uint8_t* plane_ptr = input_frame.buffer( in ExtractBuffer() local
147 memcpy(&buffer_ptr[pos], plane_ptr, width); in ExtractBuffer()
149 plane_ptr += input_frame.stride(static_cast<PlaneType>(plane)); in ExtractBuffer()
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_llvm.c1148 LLVMValueRef plane1, planes, plane_ptr, sum; in generate_clipmask() local
1289 plane_ptr = LLVMBuildGEP(builder, planes_ptr, indices, 3, ""); in generate_clipmask()
1290 plane1 = LLVMBuildLoad(builder, plane_ptr, "plane_x"); in generate_clipmask()
1295 plane_ptr = LLVMBuildGEP(builder, planes_ptr, indices, 3, ""); in generate_clipmask()
1296 plane1 = LLVMBuildLoad(builder, plane_ptr, "plane_y"); in generate_clipmask()
1301 plane_ptr = LLVMBuildGEP(builder, planes_ptr, indices, 3, ""); in generate_clipmask()
1302 plane1 = LLVMBuildLoad(builder, plane_ptr, "plane_z"); in generate_clipmask()
1307 plane_ptr = LLVMBuildGEP(builder, planes_ptr, indices, 3, ""); in generate_clipmask()
1308 plane1 = LLVMBuildLoad(builder, plane_ptr, "plane_w"); in generate_clipmask()