Home
last modified time | relevance | path

Searched defs:mb_cols (Results 1 – 11 of 11) sorted by relevance

/external/libvpx/libvpx/vp8/decoder/
Derror_concealment.c171 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/
Dvp8_loopfilter.c316 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
Dpostproc.c400 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
Donyxc_int.h104 int mb_cols; member
/external/libvpx/libvpx/vp8/encoder/
Dlookahead.c114 int mb_cols = (src->y_width + 15) >> 4; in vp8_lookahead_push() local
Dtemporal_filter.c237 int mb_cols = cpi->common.mb_cols; in vp8_temporal_filter_iterate_c() local
/external/libvpx/libvpx/vp9/encoder/
Dvp9_lookahead.c102 int mb_cols = (src->y_width + 15) >> 4; in vp9_lookahead_push() local
Dvp9_temporal_filter.c280 int mb_cols = (frames[alt_ref_index]->y_crop_width + 15) >> 4; in temporal_filter_iterate_c() local
Dvp9_encoder.h584 static INLINE int get_token_alloc(int mb_rows, int mb_cols) { in get_token_alloc()
/external/libvpx/libvpx/vp8/
Dvp8_cx_iface.c620 int mb_cols = ((cfg->g_h + 15) >>4); in vp8e_mr_alloc_mem() local
/external/libvpx/libvpx/vp9/common/
Dvp9_onyxc_int.h179 int mb_cols, mi_cols; member