Searched defs:sb_cols (Results 1 - 6 of 6) sorted by relevance

/external/libvpx/libvpx/vp9/common/
H A Dvp9_tile_common.c19 const int sb_cols = mi_cols_aligned_to_sb(mis) >> MI_BLOCK_SIZE_LOG2; local
20 const int offset = ((idx * sb_cols) >> log2) << MI_BLOCK_SIZE_LOG2;
33 const int sb_cols = mi_cols_aligned_to_sb(mi_cols) >> MI_BLOCK_SIZE_LOG2; local
37 while ((sb_cols >> max_log2) >= MIN_TILE_WIDTH_B64)
44 while ((MAX_TILE_WIDTH_B64 << min_log2) < sb_cols)
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_tile_common.c19 const int sb_cols = mi_cols_aligned_to_sb(mis) >> MI_BLOCK_SIZE_LOG2; local
20 const int offset = ((idx * sb_cols) >> log2) << MI_BLOCK_SIZE_LOG2;
41 const int sb_cols = mi_cols_aligned_to_sb(mi_cols) >> MI_BLOCK_SIZE_LOG2; local
45 while ((sb_cols >> max_log2) >= MIN_TILE_WIDTH_B64)
52 while ((MAX_TILE_WIDTH_B64 << min_log2) < sb_cols)
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/decoder/
H A Dvp9_dthread.c59 const int sb_cols) {
66 if (c < sb_cols - 1) {
71 cur = sb_cols + nsync;
86 (void)sb_cols;
98 const int sb_cols = mi_cols_aligned_to_sb(cm->mi_cols) >> MI_BLOCK_SIZE_LOG2; local
104 for (c = 0; c < sb_cols; ++c) {
118 sync_write(lf_sync, r, c, sb_cols);
58 sync_write(VP9LfSync *const lf_sync, int r, int c, const int sb_cols) argument
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_aq_cyclicrefresh.c198 int i, block_count, bl_index, sb_rows, sb_cols, sbs_in_frame; local
258 sb_cols = (cm->mi_cols + MI_BLOCK_SIZE - 1) / MI_BLOCK_SIZE;
260 sbs_in_frame = sb_cols * sb_rows;
271 int sb_row_index = (i / sb_cols);
272 int sb_col_index = i - sb_row_index * sb_cols;
/external/libvpx/libvpx/vp9/decoder/
H A Dvp9_dthread.c59 const int sb_cols) {
66 if (c < sb_cols - 1) {
71 cur = sb_cols + nsync;
86 (void)sb_cols;
98 const int sb_cols = mi_cols_aligned_to_sb(cm->mi_cols) >> MI_BLOCK_SIZE_LOG2; local
104 for (c = 0; c < sb_cols; ++c) {
117 sync_write(lf_sync, r, c, sb_cols);
58 sync_write(VP9LfSync *const lf_sync, int r, int c, const int sb_cols) argument
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_aq_cyclicrefresh.c198 int i, block_count, bl_index, sb_rows, sb_cols, sbs_in_frame; local
258 sb_cols = (cm->mi_cols + MI_BLOCK_SIZE - 1) / MI_BLOCK_SIZE;
260 sbs_in_frame = sb_cols * sb_rows;
271 int sb_row_index = (i / sb_cols);
272 int sb_col_index = i - sb_row_index * sb_cols;

Completed in 130 milliseconds