Home
last modified time | relevance | path

Searched defs:plane_h (Results 1 – 8 of 8) sorted by relevance

/external/libaom/test/
Dtemporal_filter_test.cc87 int plane_h = plane ? height >> subsampling_y : height; in GenRandomData() local
108 int plane_h = plane ? height >> subsampling_y : height; in GenExtremeData() local
349 int plane_h = plane ? height >> subsampling_y : height; in GenRandomData() local
371 int plane_h = plane ? height >> subsampling_y : height; in GenExtremeData() local
/external/libaom/av1/encoder/x86/
Dtemporal_filter_sse2.c247 const uint32_t plane_h = mb_height >> mbd->plane[plane].subsampling_y; in av1_apply_temporal_filter_sse2() local
Dhighbd_temporal_filter_sse2.c261 const uint32_t plane_h = mb_height >> mbd->plane[plane].subsampling_y; in av1_highbd_apply_temporal_filter_sse2() local
Dtemporal_filter_avx2.c271 const uint32_t plane_h = mb_height >> mbd->plane[plane].subsampling_y; in av1_apply_temporal_filter_avx2() local
Dhighbd_temporal_filter_avx2.c386 const uint32_t plane_h = mb_height >> mbd->plane[plane].subsampling_y; in av1_highbd_apply_temporal_filter_avx2() local
/external/libaom/av1/encoder/arm/neon/
Dtemporal_filter_neon.c359 const uint32_t plane_h = mb_height >> mbd->plane[plane].subsampling_y; in av1_apply_temporal_filter_neon() local
/external/libaom/av1/encoder/
Dtemporal_filter.c355 const int plane_h = mb_height >> subsampling_y; // Plane height. in tf_build_predictor() local
753 const int plane_h = mb_height >> mbd->plane[plane].subsampling_y; in tf_normalize_filtered_frame() local
/external/igt-gpu-tools/tests/i915/
Di915_pm_rpm.c1694 uint32_t plane_format, plane_w, plane_h; in test_one_plane() local