Searched refs:mb_col (Results 1 - 20 of 20) sorted by relevance

/external/libvpx/libvpx/vp8/common/
H A Ddebugmodes.c20 int mb_col; local
30 for (mb_col = 0; mb_col < cols; mb_col++)
49 for (mb_col = 0; mb_col < cols; mb_col++)
69 for (mb_col = 0; mb_col < cols; mb_col
[all...]
H A Dloopfilter.c205 int mb_col; local
211 for (mb_col = 0; mb_col < cm->mb_cols; mb_col++)
231 if (mb_col > 0)
263 int mb_col; local
267 for (mb_col = 0; mb_col < cm->mb_cols; mb_col++)
281 if (mb_col >
316 int mb_col; local
459 int mb_col; local
566 int mb_col; local
[all...]
H A Dmfqe.c285 int mb_col; local
304 for (mb_col = 0; mb_col < cm->mb_cols; mb_col++)
/external/libvpx/libvpx/vp8/encoder/
H A Dsegmentation.c17 int mb_row, mb_col; local
35 for (mb_col = 0; mb_col < cm->mb_cols; mb_col++)
H A Dpickinter.h20 int mb_row, int mb_col);
H A Dencodeframe.h23 int mb_row, int mb_col);
H A Dethreading.c84 int mb_col; local
116 for (mb_col = 0; mb_col < cm->mb_cols; mb_col++)
118 *current_mb_col = mb_col - 1;
120 if ((mb_col & (nsync - 1)) == 0)
122 while (mb_col > (*last_row_current_mb_col - nsync))
137 xd->mb_to_left_edge = -((mb_col * 16) << 3);
138 xd->mb_to_right_edge = ((cm->mb_cols - 1 - mb_col) * 16) << 3;
145 x->mv_col_min = -((mb_col * 1
[all...]
H A Dmr_dissim.c84 int mb_col; local
92 for (mb_col = 0; mb_col < cm->mb_cols; mb_col ++)
122 if(mb_col < (cm->mb_cols-1))
138 if(mb_col < (cm->mb_cols-1)
151 if(mb_col < (cm->mb_cols-1))
167 if(mb_col < (cm->mb_cols-1)
H A Dencodeframe.c116 int mb_row, int mb_col)
122 int use_dc_pred = (mb_col || mb_row) && (!mb_col || !mb_row);
207 int mb_row, mb_col; local
225 for (mb_col = 0; mb_col < cm->mb_cols; mb_col++)
274 int mb_row, mb_col; local
287 for (mb_col = 0; mb_col < c
115 mb_activity_measure( VP8_COMP *cpi, MACROBLOCK *x, int mb_row, int mb_col) argument
371 int mb_col; local
[all...]
H A Dtemporal_filter.c233 int mb_col, mb_row; local
270 for (mb_col = 0; mb_col < mb_cols; mb_col++)
279 cpi->mb.mv_col_min = -((mb_col * 16) + (16 - 5));
280 cpi->mb.mv_col_max = ((cpi->common.mb_cols - 1 - mb_col) * 16)
H A Dbitstream.c564 int mb_col = -1; local
566 while (++mb_col < pc->mb_cols)
578 xd->mb_to_left_edge = -((mb_col * 16) << 3);
579 xd->mb_to_right_edge = ((pc->mb_cols - 1 - mb_col) * 16) << 3;
747 int mb_col = -1; local
749 while (++mb_col < c->mb_cols)
H A Dfirstpass.c508 int mb_row, mb_col; local
597 for (mb_col = 0; mb_col < cm->mb_cols; mb_col++)
601 int use_dc_pred = (mb_col || mb_row) && (!mb_col || !mb_row);
606 xd->left_available = (mb_col != 0);
631 x->mv_col_min = -((mb_col * 16) + (VP8BORDERINPIXELS - 16));
632 x->mv_col_max = ((cm->mb_cols - 1 - mb_col) * 16) + (VP8BORDERINPIXELS - 16);
755 if (mb_col < c
[all...]
H A Dpickinter.c412 int_mv *parent_ref_mv, int mb_row, int mb_col)
428 parent_mb_col = mb_col*cpi->oxcf.mr_down_sampling_factor.den
569 int mb_col)
620 &parent_mode, &parent_ref_mv, mb_row, mb_col);
409 get_lower_res_motion_info(VP8_COMP *cpi, MACROBLOCKD *xd, int *dissim, int *parent_ref_frame, MB_PREDICTION_MODE *parent_mode, int_mv *parent_ref_mv, int mb_row, int mb_col) argument
566 vp8_pick_inter_mode(VP8_COMP *cpi, MACROBLOCK *x, int recon_yoffset, int recon_uvoffset, int *returnrate, int *returndistortion, int *returnintra, int mb_row, int mb_col) argument
H A Donyx_if.c4238 int mb_col; local
4246 for (mb_col = 0; mb_col < cm->mb_cols+1; mb_col ++)
4249 cpi->lfmv[mb_col + mb_row*(cm->mode_info_stride+1)].as_int = tmp->mbmi.mv.as_int;
4251 cpi->lf_ref_frame_sign_bias[mb_col + mb_row*(cm->mode_info_stride+1)] = cm->ref_frame_sign_bias[tmp->mbmi.ref_frame];
4252 cpi->lf_ref_frame[mb_col + mb_row*(cm->mode_info_stride+1)] = tmp->mbmi.ref_frame;
4262 int mb_col; local
4273 for (mb_col = 0; mb_col < c
[all...]
/external/libvpx/libvpx/vp8/decoder/
H A Derror_concealment.h30 * (mb_row, mb_col). */
32 int mb_row, int mb_col,
H A Derror_concealment.c109 * (mb_row, mb_col) in macroblocks, which are being overlapped by a given
116 int mb_row, int mb_col,
119 /* Find the blocks within this MB (defined by mb_row, mb_col) which are
125 const int rel_ol_blk_col = first_blk_col - mb_col * 4;
138 int end_col = MIN(4 + mb_col * 4 - first_blk_col, 2);
154 if (new_col < (mb_col*16)<<3)
329 int mb_row, int mb_col,
342 4 * mb_col + sub_col);
354 int mb_row, mb_col; local
359 for (mb_col
114 calculate_overlaps_mb(B_OVERLAP *b_overlaps, union b_mode_info *bmi, int new_row, int new_col, int mb_row, int mb_col, int first_blk_row, int first_blk_col) argument
328 calc_prev_mb_overlaps(MB_OVERLAP *overlaps, MODE_INFO *prev_mi, int mb_row, int mb_col, int mb_rows, int mb_cols) argument
433 find_neighboring_blocks(MODE_INFO *mi, EC_BLOCK *neighbors, int mb_row, int mb_col, int mb_rows, int mb_cols, int mi_stride) argument
560 vp8_interpolate_motion(MACROBLOCKD *mb, int mb_row, int mb_col, int mb_rows, int mb_cols, int mi_stride) argument
[all...]
H A Dthreading.c348 int mb_col; local
413 for (mb_col = 0; mb_col < pc->mb_cols; mb_col++)
415 *current_mb_col = mb_col - 1;
417 if ((mb_col & (nsync - 1)) == 0)
419 while (mb_col > (*last_row_current_mb_col - nsync))
430 xd->mb_to_left_edge = -((mb_col * 16) << 3);
431 xd->mb_to_right_edge = ((pc->mb_cols - 1 - mb_col) * 16) << 3;
456 mb_row, mb_col,
[all...]
H A Donyxd_if.c509 int mb_row, mb_col; local
513 for (mb_col = 0; mb_col < oci->mb_cols; mb_col++,mi++)
H A Ddecodframe.c516 int mb_row, mb_col; local
601 for (mb_col = 0; mb_col < pc->mb_cols; mb_col++)
607 xd->mb_to_left_edge = -((mb_col * 16) << 3);
608 xd->mb_to_right_edge = ((pc->mb_cols - 1 - mb_col) * 16) << 3;
629 mb_row, mb_col,
H A Ddecodemv.c632 int mb_col = -1; local
637 while (++mb_col < pbi->common.mb_cols)
640 int mb_num = mb_row * pbi->common.mb_cols + mb_col;

Completed in 201 milliseconds