Searched defs:mi_cols (Results 1 – 19 of 19) sorted by relevance
/external/libaom/libaom/av1/decoder/ |
D | inspection.c | 16 static void ifd_init_mi_rc(insp_frame_data *fd, int mi_cols, int mi_rows) { in ifd_init_mi_rc() 24 int mi_cols = ALIGN_POWER_OF_TWO(frame_width, 3) >> MI_SIZE_LOG2; in ifd_init() local
|
D | inspection.h | 72 int mi_cols; member
|
D | decoder.h | 85 int mi_cols; member
|
/external/libaom/libaom/av1/common/ |
D | tile_common.c | 31 int mi_cols = ALIGN_POWER_OF_TWO(cm->mi_cols, cm->seq_params.mib_size_log2); in av1_get_tile_limits() local 48 int mi_cols = ALIGN_POWER_OF_TWO(cm->mi_cols, cm->seq_params.mib_size_log2); in av1_calculate_tile_cols() local
|
D | alloccommon.c | 26 const int mi_cols = aligned_width >> MI_SIZE_LOG2; in av1_get_MBs() local
|
D | onyxc_int.h | 136 int mi_cols; member 379 int mb_cols, mi_cols; member 827 int mi_rows, int mi_cols) { in set_mi_row_col()
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_tile_common.c | 51 void vp9_get_tile_n_bits(int mi_cols, int *min_log2_tile_cols, in vp9_get_tile_n_bits()
|
D | vp9_onyxc_int.h | 70 int mi_cols; member 160 int mb_cols, mi_cols; member 374 int mi_rows, int mi_cols) { in set_mi_row_col()
|
/external/libaom/libaom/examples/ |
D | inspect.c | 397 const int mi_cols = frame_data.mi_cols; in put_reference_frame() local 435 const int mi_cols = frame_data.mi_cols; in put_motion_vectors() local 474 const int mi_cols = frame_data.mi_cols; in put_combined() local 507 const int mi_cols = frame_data.mi_cols; in put_block_info() local
|
/external/libaom/libaom/av1/encoder/ |
D | aq_cyclicrefresh.c | 62 CYCLIC_REFRESH *av1_cyclic_refresh_alloc(int mi_rows, int mi_cols) { in av1_cyclic_refresh_alloc()
|
D | encoder.c | 191 const int mi_cols = cpi->common.mi_cols; in av1_set_active_map() local 221 const int mi_cols = cpi->common.mi_cols; in av1_get_active_map() local 893 int mi_cols = ALIGN_POWER_OF_TWO(cm->mi_cols, cm->seq_params.mib_size_log2); in set_tile_info() local 2731 int mi_cols = ALIGN_POWER_OF_TWO(cm->mi_cols, MAX_MIB_SIZE_LOG2); in av1_create_compressor() local
|
D | encoder.h | 170 int mi_cols; member
|
D | encodeframe.c | 5686 const int mi_cols = cm->mi_cols; in av1_encode_frame() local
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_aq_cyclicrefresh.c | 32 CYCLIC_REFRESH *vp9_cyclic_refresh_alloc(int mi_rows, int mi_cols) { in vp9_cyclic_refresh_alloc()
|
D | vp9_ethread.c | 61 int mi_cols = aligned_width >> MI_SIZE_LOG2; in get_max_tile_cols() local
|
D | vp9_svc_layercontext.h | 129 int mi_cols[VPX_MAX_LAYERS]; member
|
D | vp9_svc_layercontext.c | 34 int mi_cols = cpi->common.mi_cols; in vp9_init_layer_context() local
|
D | vp9_encoder.c | 728 const int mi_cols = cpi->common.mi_cols; in vp9_set_active_map() local 756 const int mi_cols = cpi->common.mi_cols; in vp9_get_active_map() local 6429 const int mi_cols = mi_cols_aligned_to_sb(cm->mi_cols); local
|
D | vp9_encoder.h | 316 int mi_cols; member
|