Home
last modified time | relevance | path

Searched refs:visible_height (Results 1 – 5 of 5) sorted by relevance

/external/libgav1/libgav1/src/dsp/x86/
Dintrapred_cfl_sse4.cc133 const int visible_height = max_luma_height; in CflSubsampler444_4xH_SSE4_1() local
157 } while (y < visible_height); in CflSubsampler444_4xH_SSE4_1()
215 const int visible_height = max_luma_height; in CflSubsampler444_8xH_SSE4_1() local
259 } while (y < visible_height); in CflSubsampler444_8xH_SSE4_1()
262 for (int y = visible_height; y < block_height; y += 2) { in CflSubsampler444_8xH_SSE4_1()
326 const int visible_height = max_luma_height; in CflSubsampler444_SSE4_1() local
386 } while (++y < visible_height); in CflSubsampler444_SSE4_1()
389 for (int y = visible_height; y < block_height; in CflSubsampler444_SSE4_1()
1024 const int visible_height = max_luma_height; in CflSubsampler444_4xH_SSE4_1() local
1031 int y = visible_height; in CflSubsampler444_4xH_SSE4_1()
[all …]
/external/libgav1/libgav1/src/dsp/arm/
Dintrapred_cfl_neon.cc513 const int visible_height = max_luma_height; in CflSubsampler444_4xH_NEON() local
519 int y = visible_height; in CflSubsampler444_4xH_NEON()
531 y = visible_height; in CflSubsampler444_4xH_NEON()
548 y = visible_height; in CflSubsampler444_4xH_NEON()
558 y = visible_height; in CflSubsampler444_4xH_NEON()
593 const int visible_height = max_luma_height; in CflSubsampler444_8xH_NEON() local
599 int y = visible_height; in CflSubsampler444_8xH_NEON()
608 y = visible_height; in CflSubsampler444_8xH_NEON()
623 y = visible_height; in CflSubsampler444_8xH_NEON()
633 y = visible_height; in CflSubsampler444_8xH_NEON()
[all …]
/external/python/cpython3/Lib/idlelib/
Dtree.py169 visible_height = self.canvas.winfo_height()
170 visible_bottom = self.canvas.canvasy(visible_height)
174 if top >= visible_top and height <= visible_height:
175 fraction = top + height - visible_height
/external/python/cpython2/Lib/idlelib/
DTreeWidget.py144 visible_height = self.canvas.winfo_height()
145 visible_bottom = self.canvas.canvasy(visible_height)
149 if top >= visible_top and height <= visible_height:
150 fraction = top + height - visible_height
/external/libaom/libaom/av1/encoder/
Drdopt_utils.h294 int *visible_height) { in get_txb_dimensions() argument
303 *visible_height = txb_height; in get_txb_dimensions()
308 *visible_height = in get_txb_dimensions()