Home
last modified time | relevance | path

Searched refs:sb_width (Results 1 – 3 of 3) sorted by relevance

/third_party/cef/tests/ceftests/views/
Dscroll_view_unittest.cc124 const int sb_width = scroll_view->GetVerticalScrollbarWidth(); in RunScrollViewLayout() local
125 EXPECT_GT(sb_width, 0); in RunScrollViewLayout()
129 EXPECT_EQ(CefRect(0, 0, scroll_view_bounds.width - sb_width, in RunScrollViewLayout()
/third_party/ffmpeg/libavcodec/
Dlibaomenc.c428 int sb_128x128_possible, sb_size, sb_width, sb_height; in choose_tiling() local
557 sb_width = (avctx->width + sb_size - 1) / sb_size; in choose_tiling()
560 tile_size = sb_width / ctx->tile_cols; in choose_tiling()
561 rounding = sb_width % ctx->tile_cols; in choose_tiling()
Dvp3.c388 int sb_width = plane ? s->c_superblock_width in init_block_mapping() local
396 for (sb_x = 0; sb_x < sb_width; sb_x++) in init_block_mapping()
741 int sb_width = plane ? s->c_superblock_width : s->y_superblock_width; in vp4_unpack_macroblocks() local
749 for (sb_x = 0; sb_x < sb_width; sb_x++) { in vp4_unpack_macroblocks()