HomeSort by relevance Sort by last modified time
    Searched refs:mi_col (Results 51 - 61 of 61) sorted by null

1 23

  /external/libvpx/libvpx/vp9/common/
vp9_pred_common.h 24 BLOCK_SIZE bsize, int mi_row, int mi_col) {
25 const int mi_offset = mi_row * cm->mi_cols + mi_col;
28 const int xmis = VPXMIN(cm->mi_cols - mi_col, bw);
  /external/libvpx/libvpx/vp9/encoder/
vp9_pickmode.c 48 int mi_row, int mi_col) {
66 if (is_inside(tile, mi_col, mi_row, cm->mi_rows, mv_ref)) {
87 if (is_inside(tile, mi_col, mi_row, cm->mi_rows, mv_ref)) {
103 if (is_inside(tile, mi_col, mi_row, cm->mi_rows, mv_ref)) {
126 BLOCK_SIZE bsize, int mi_row, int mi_col,
154 vp9_setup_pre_planes(xd, 0, scaled_ref_frame, mi_row, mi_col, NULL);
260 int mi_row, int mi_col, int *early_term) {
393 vp9_build_inter_predictors_sbp(xd, mi_row, mi_col, bsize, i);
775 BLOCK_SIZE bsize, int mi_row, int mi_col,
835 vp9_build_inter_predictors_sbuv(xd, mi_row, mi_col, bsize)
    [all...]
vp9_mcomp.h 79 int mi_row, int mi_col);
vp9_rd.h 177 int mi_row, int mi_col,
vp9_rdopt.c     [all...]
vp9_rd.c 515 int mi_row, int mi_col,
527 setup_pred_plane(dst + i, dst[i].buf, dst[i].stride, mi_row, mi_col,
vp9_mcomp.c     [all...]
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodeframe.c 709 int mi_row, int mi_col) {
711 const int mi_x = mi_col * MI_SIZE;
786 BLOCK_SIZE bsize, int mi_row, int mi_col,
789 const int offset = mi_row * cm->mi_stride + mi_col;
805 set_skip_context(xd, mi_row, mi_col);
809 set_mi_row_col(xd, tile, mi_row, bh, mi_col, bw, cm->mi_rows, cm->mi_cols);
811 vp9_setup_dst_planes(xd->plane, get_frame_new_buffer(cm), mi_row, mi_col);
816 int mi_row, int mi_col,
823 const int x_mis = VPXMIN(bw, cm->mi_cols - mi_col);
826 MB_MODE_INFO *mbmi = set_offsets(cm, xd, bsize, mi_row, mi_col,
1436 int mi_row, mi_col; local
1592 int mi_row, mi_col; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_pred_common.c 370 BLOCK_SIZE bsize, int mi_row, int mi_col) {
371 const int mi_offset = mi_row * cm->mi_cols + mi_col;
374 const int xmis = MIN(cm->mi_cols - mi_col, bw);
vp9_pred_common.h 30 BLOCK_SIZE bsize, int mi_row, int mi_col);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_rdopt.c     [all...]

Completed in 56 milliseconds

1 23