HomeSort by relevance Sort by last modified time
    Searched refs:sb_cols (Results 1 - 7 of 7) sorted by null

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_tile_common.c 19 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/libvpx/libvpx/vp9/common/
vp9_tile_common.c 19 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;
vp9_thread_common.c 58 const int sb_cols) {
65 if (c < sb_cols - 1) {
70 cur = sb_cols + nsync;
85 (void)sb_cols;
97 const int sb_cols = mi_cols_aligned_to_sb(cm->mi_cols) >> MI_BLOCK_SIZE_LOG2; local
141 sync_write(lf_sync, r, c, sb_cols);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
vp9_dthread.c 59 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);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_aq_cyclicrefresh.c 198 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/encoder/
vp9_aq_cyclicrefresh.c 397 int i, block_count, bl_index, sb_rows, sb_cols, sbs_in_frame; local
404 sb_cols = (cm->mi_cols + MI_BLOCK_SIZE - 1) / MI_BLOCK_SIZE;
406 sbs_in_frame = sb_cols * sb_rows;
424 int sb_row_index = (i / sb_cols);
425 int sb_col_index = i - sb_row_index * sb_cols;
vp9_ratectrl.c 1968 int sb_cols = (cm->mi_cols + MI_BLOCK_SIZE - 1) \/ MI_BLOCK_SIZE; local
    [all...]

Completed in 573 milliseconds