Home
last modified time | relevance | path

Searched refs:plane_w (Results 1 – 6 of 6) sorted by relevance

/external/libaom/libaom/av1/encoder/
Dtemporal_filter.c334 const int plane_w = mb_width >> subsampling_x; // Plane width. in tf_build_predictor() local
349 for (int j = 0; j < plane_w; j += w) { in tf_build_predictor()
364 av1_enc_build_one_inter_predictor(&pred[plane_offset + i * plane_w + j], in tf_build_predictor()
365 plane_w, &mv, &inter_pred_params); in tf_build_predictor()
542 const int plane_w = mb_width >> mbd->plane[plane].subsampling_x; in av1_apply_temporal_filter_yuv_c() local
544 const int frame_offset = mb_row * plane_h * frame_stride + mb_col * plane_w; in av1_apply_temporal_filter_yuv_c()
547 plane_w, plane_h, plane_w, is_high_bitdepth, in av1_apply_temporal_filter_yuv_c()
678 const int plane_w = mb_width >> mbd->plane[plane].subsampling_x; in av1_apply_temporal_filter_planewise_c() local
680 const int frame_offset = mb_row * plane_h * frame_stride + mb_col * plane_w; in av1_apply_temporal_filter_planewise_c()
683 plane_w, plane_h, plane_w, is_high_bitdepth, in av1_apply_temporal_filter_planewise_c()
[all …]
/external/libaom/libaom/av1/encoder/x86/
Dtemporal_filter_sse2.c244 const uint32_t plane_w = mb_width >> mbd->plane[plane].subsampling_x; in av1_apply_temporal_filter_planewise_sse2() local
246 const int frame_offset = mb_row * plane_h * frame_stride + mb_col * plane_w; in av1_apply_temporal_filter_planewise_sse2()
255 ref, frame_stride, pred + mb_pels * plane, plane_w, plane_w, plane_h, in av1_apply_temporal_filter_planewise_sse2()
Dtemporal_filter_avx2.c266 const uint32_t plane_w = mb_width >> mbd->plane[plane].subsampling_x; in av1_apply_temporal_filter_planewise_avx2() local
268 const int frame_offset = mb_row * plane_h * frame_stride + mb_col * plane_w; in av1_apply_temporal_filter_planewise_avx2()
277 ref, frame_stride, pred + mb_pels * plane, plane_w, plane_w, plane_h, in av1_apply_temporal_filter_planewise_avx2()
/external/libkmsxx/utils/
Dkmscapture.cpp369 uint32_t plane_w = crtc->width() / camera_fds.size(); in main() local
376 auto cam = new CameraPipeline(cam_fd, card, crtc, plane, i * plane_w, 0, in main()
377 plane_w, crtc->height(), pixfmt, buffer_provider); in main()
/external/libaom/libaom/av1/common/
Dalloccommon.c93 const int plane_w = ((frame_w + ss_x) >> ss_x) + 2 * RESTORATION_EXTRA_HORZ; in av1_alloc_restoration_buffers() local
94 const int stride = ALIGN_POWER_OF_TWO(plane_w, 5); in av1_alloc_restoration_buffers()
/external/igt-gpu-tools/tests/i915/
Di915_pm_rpm.c1694 uint32_t plane_format, plane_w, plane_h; in test_one_plane() local
1707 plane_w = 64; in test_one_plane()
1713 plane_w = default_mode_params->mode->hdisplay; in test_one_plane()
1719 plane_w = 64; in test_one_plane()
1728 igt_create_fb(drm_fd, plane_w, plane_h, plane_format, tiling, in test_one_plane()
1730 igt_create_fb(drm_fd, plane_w, plane_h, plane_format, tiling, in test_one_plane()