Home
last modified time | relevance | path

Searched refs:plane_start (Results 1 – 11 of 11) sorted by relevance

/external/libaom/libaom/av1/common/
Dav1_loopfilter.h127 void av1_loop_filter_frame_init(struct AV1Common *cm, int plane_start,
133 int plane_start, int plane_end, int partial_frame);
136 struct macroblockd *mbd, int plane_start,
Dthread_common.c212 int plane_start, int plane_end) { in enqueue_lf_jobs() argument
219 for (plane = plane_start; plane < plane_end; plane++) { in enqueue_lf_jobs()
395 int plane_start, int plane_end, in loop_filter_rows_mt() argument
435 plane_start, plane_end); in loop_filter_rows_mt()
472 MACROBLOCKD *xd, int plane_start, int plane_end, in av1_loop_filter_frame_mt() argument
489 av1_loop_filter_frame_init(cm, plane_start, plane_end); in av1_loop_filter_frame_mt()
496 for (int plane = plane_start; plane < plane_end; plane++) { in av1_loop_filter_frame_mt()
512 loop_filter_rows_mt(frame, cm, xd, start_mi_row, end_mi_row, plane_start, in av1_loop_filter_frame_mt()
515 loop_filter_rows_mt(frame, cm, xd, start_mi_row, end_mi_row, plane_start, in av1_loop_filter_frame_mt()
519 loop_filter_rows_mt(frame, cm, xd, start_mi_row, end_mi_row, plane_start, in av1_loop_filter_frame_mt()
Dthread_common.h104 struct macroblockd *mbd, int plane_start,
Dav1_loopfilter.c515 void av1_loop_filter_frame_init(AV1_COMMON *cm, int plane_start, in av1_loop_filter_frame_init() argument
538 assert(plane_start >= AOM_PLANE_Y); in av1_loop_filter_frame_init()
541 for (plane = plane_start; plane < plane_end; plane++) { in av1_loop_filter_frame_init()
2357 int plane_start, int plane_end) { in loop_filter_rows() argument
2367 for (plane = plane_start; plane < plane_end; plane++) { in loop_filter_rows()
2405 for (plane = plane_start; plane < plane_end; plane++) { in loop_filter_rows()
2466 int plane_start, int plane_end, int partial_frame) { in av1_loop_filter_frame() argument
2477 av1_loop_filter_frame_init(cm, plane_start, plane_end); in av1_loop_filter_frame()
2482 plane_start, plane_end); in av1_loop_filter_frame()
Dreconinter.h281 const int plane_start, const int plane_end);
Dreconinter.c679 const int plane_start, const int plane_end) { in av1_setup_dst_planes() argument
682 for (int i = plane_start; i < AOMMIN(plane_end, MAX_MB_PLANE); ++i) { in av1_setup_dst_planes()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_program.c816 stage_prog_data->binding_table.plane_start[0] = stage_prog_data->binding_table.texture_start; in brw_assign_common_binding_table_offsets()
818 stage_prog_data->binding_table.plane_start[1] = next_binding_table_offset; in brw_assign_common_binding_table_offsets()
821 stage_prog_data->binding_table.plane_start[2] = next_binding_table_offset; in brw_assign_common_binding_table_offsets()
Dbrw_wm_surface_state.c1100 surf_offset += stage_state->prog_data->binding_table.plane_start[plane]; in update_stage_texture_surfaces()
/external/mesa3d/src/intel/compiler/
Dbrw_compiler.h585 uint32_t plane_start[3]; member
Dbrw_fs_nir.cpp4671 stage_prog_data->binding_table.plane_start[plane] - in nir_emit_texture()
/external/libaom/libaom/av1/encoder/
Dpickrst.c1402 const int plane_start = AOM_PLANE_Y; in av1_pick_filter_restoration() local
1404 for (int plane = plane_start; plane <= plane_end; ++plane) { in av1_pick_filter_restoration()