Searched defs:mb_rows (Results 1 – 8 of 8) sorted by relevance
/external/libvpx/libvpx/vp8/decoder/ |
D | error_concealment.c | 173 int mb_rows, int mb_cols, in vp8_calculate_overlaps() 330 int mb_rows, int mb_cols) in calc_prev_mb_overlaps() 351 int mb_rows, int mb_cols, in estimate_missing_mvs() 436 int mb_rows, int mb_cols, in find_neighboring_blocks() 562 int mb_rows, int mb_cols, in vp8_interpolate_motion()
|
D | threading.c | 703 void vp8mt_de_alloc_temp_buffers(VP8D_COMP *pbi, int mb_rows) in vp8mt_de_alloc_temp_buffers()
|
/external/libvpx/libvpx/vp8/encoder/ |
D | lookahead.c | 113 int mb_rows = (src->y_height + 15) >> 4; in vp8_lookahead_push() local
|
D | temporal_filter.c | 236 int mb_rows = cpi->common.mb_rows; in vp8_temporal_filter_iterate_c() local
|
/external/libvpx/libvpx/vp8/common/ |
D | loopfilter.c | 317 int mb_rows = cm->mb_rows; in vp8_loop_filter_frame() local 568 int mb_rows = post->y_height >> 4; in vp8_loop_filter_partial_frame() local
|
D | postproc.c | 400 int mb_rows = source->y_width >> 4; in vp8_de_noise() local 858 int mb_rows = post->y_height >> 4; in vp8_post_proc_frame() local 890 int mb_rows = post->y_height >> 4; in vp8_post_proc_frame() local
|
D | onyxc_int.h | 100 int mb_rows; member
|
/external/libvpx/libvpx/vp8/ |
D | vp8_cx_iface.c | 552 int mb_rows = ((cfg->g_w + 15) >>4); in vp8e_mr_alloc_mem() local
|