Searched defs:mb_cols (Results 1 – 11 of 11) sorted by relevance
/external/libvpx/libvpx/vp8/decoder/ |
D | error_concealment.c | 171 int mb_rows, int mb_cols, in vp8_calculate_overlaps() 328 int mb_rows, int mb_cols) in calc_prev_mb_overlaps() 349 int mb_rows, int mb_cols, in estimate_missing_mvs() 434 int mb_rows, int mb_cols, in find_neighboring_blocks() 560 int mb_rows, int mb_cols, in vp8_interpolate_motion()
|
/external/libvpx/libvpx/vp8/common/ |
D | vp8_loopfilter.c | 316 int mb_cols = cm->mb_cols; in vp8_loop_filter_frame() local 565 int mb_cols = post->y_width >> 4; in vp8_loop_filter_partial_frame() local
|
D | postproc.c | 400 int mb_cols = cm->mb_cols; in vp8_de_noise() local 859 int mb_cols = post->y_width >> 4; in vp8_post_proc_frame() local 891 int mb_cols = post->y_width >> 4; in vp8_post_proc_frame() local
|
D | onyxc_int.h | 104 int mb_cols; member
|
/external/libvpx/libvpx/vp8/encoder/ |
D | lookahead.c | 114 int mb_cols = (src->y_width + 15) >> 4; in vp8_lookahead_push() local
|
D | temporal_filter.c | 237 int mb_cols = cpi->common.mb_cols; in vp8_temporal_filter_iterate_c() local
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_lookahead.c | 102 int mb_cols = (src->y_width + 15) >> 4; in vp9_lookahead_push() local
|
D | vp9_temporal_filter.c | 280 int mb_cols = (frames[alt_ref_index]->y_crop_width + 15) >> 4; in temporal_filter_iterate_c() local
|
D | vp9_encoder.h | 584 static INLINE int get_token_alloc(int mb_rows, int mb_cols) { in get_token_alloc()
|
/external/libvpx/libvpx/vp8/ |
D | vp8_cx_iface.c | 620 int mb_cols = ((cfg->g_h + 15) >>4); in vp8e_mr_alloc_mem() local
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_onyxc_int.h | 179 int mb_cols, mi_cols; member
|