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.c195 const struct macroblockd_plane *plane_ptr) { in get_transform_size() argument
202 : av1_get_max_uv_txsize(mbmi->sb_type, plane_ptr->subsampling_x, in get_transform_size()
203 plane_ptr->subsampling_y); in get_transform_size()
239 const int plane, const struct macroblockd_plane *const plane_ptr) { in set_lpf_parameters() argument
244 const uint32_t width = plane_ptr->dst.width; in set_lpf_parameters()
245 const uint32_t height = plane_ptr->dst.height; in set_lpf_parameters()
251 const uint32_t scale_horz = plane_ptr->subsampling_x; in set_lpf_parameters()
252 const uint32_t scale_vert = plane_ptr->subsampling_y; in set_lpf_parameters()
268 get_transform_size(xd, mi[0], edge_dir, mi_row, mi_col, plane, plane_ptr); in set_lpf_parameters()
293 xd, mi_prev, edge_dir, pv_row, pv_col, plane, plane_ptr); in set_lpf_parameters()
[all …]
Dav1_loopfilter.h143 const MACROBLOCKD_PLANE *const plane_ptr,
148 const MACROBLOCKD_PLANE *const plane_ptr,
165 struct macroblockd_plane *const plane_ptr,
175 struct AV1Common *const cm, const struct macroblockd_plane *const plane_ptr,
179 struct AV1Common *const cm, const struct macroblockd_plane *const plane_ptr,
183 struct AV1Common *const cm, struct macroblockd_plane *const plane_ptr,
187 struct AV1Common *const cm, struct macroblockd_plane *const plane_ptr,
Dloopfiltermask.c780 AV1_COMMON *const cm, const struct macroblockd_plane *const plane_ptr, in av1_build_bitmask_vert_info() argument
782 const int subsampling_x = plane_ptr->subsampling_x; in av1_build_bitmask_vert_info()
783 const int subsampling_y = plane_ptr->subsampling_y; in av1_build_bitmask_vert_info()
790 for (int r = 0; (r << MI_SIZE_LOG2) < plane_ptr->dst.height; r++) { in av1_build_bitmask_vert_info()
797 for (int c = 0; (c << MI_SIZE_LOG2) < plane_ptr->dst.width; in av1_build_bitmask_vert_info()
805 if (x >= plane_ptr->dst.width) break; in av1_build_bitmask_vert_info()
858 AV1_COMMON *const cm, const struct macroblockd_plane *const plane_ptr, in av1_build_bitmask_horz_info() argument
860 const int subsampling_x = plane_ptr->subsampling_x; in av1_build_bitmask_horz_info()
861 const int subsampling_y = plane_ptr->subsampling_y; in av1_build_bitmask_horz_info()
868 for (int c = 0; (c << MI_SIZE_LOG2) < plane_ptr->dst.width; c++) { 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.c561 *plane_ptr, /* Pointer into Planes */ in OutputLine() local
598 plane_ptr = Planes[plane], bit_ptr = BitBuffer; in OutputLine()
600 count -= 2, plane_ptr += 2, bit_ptr ++) in OutputLine()
602 bit = plane_ptr[0]; in OutputLine()
609 bit = plane_ptr[1]; in OutputLine()
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_llvm.c1497 LLVMValueRef plane1, planes, plane_ptr, sum; in generate_clipmask() local
1638 plane_ptr = LLVMBuildGEP(builder, planes_ptr, indices, 3, ""); in generate_clipmask()
1639 plane1 = LLVMBuildLoad(builder, plane_ptr, "plane_x"); in generate_clipmask()
1644 plane_ptr = LLVMBuildGEP(builder, planes_ptr, indices, 3, ""); in generate_clipmask()
1645 plane1 = LLVMBuildLoad(builder, plane_ptr, "plane_y"); in generate_clipmask()
1650 plane_ptr = LLVMBuildGEP(builder, planes_ptr, indices, 3, ""); in generate_clipmask()
1651 plane1 = LLVMBuildLoad(builder, plane_ptr, "plane_z"); in generate_clipmask()
1656 plane_ptr = LLVMBuildGEP(builder, planes_ptr, indices, 3, ""); in generate_clipmask()
1657 plane1 = LLVMBuildLoad(builder, plane_ptr, "plane_w"); in generate_clipmask()