Searched refs:visible_height (Results 1 – 5 of 5) sorted by relevance
133 const int visible_height = max_luma_height; in CflSubsampler444_4xH_SSE4_1() local157 } while (y < visible_height); in CflSubsampler444_4xH_SSE4_1()215 const int visible_height = max_luma_height; in CflSubsampler444_8xH_SSE4_1() local259 } 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() local386 } 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() local1031 int y = visible_height; in CflSubsampler444_4xH_SSE4_1()[all …]
513 const int visible_height = max_luma_height; in CflSubsampler444_4xH_NEON() local519 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() local599 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 …]
169 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
144 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
294 int *visible_height) { in get_txb_dimensions() argument303 *visible_height = txb_height; in get_txb_dimensions()308 *visible_height = in get_txb_dimensions()