/external/libvpx/libvpx/vp8/encoder/ |
onyx_if.c | 507 vpx_memcpy(cpi->segmentation_map, segmentation_map, (cpi->common.mb_rows * cpi->common.mb_cols)); 539 CHECK_MEM_ERROR(seg_map, vpx_calloc(cpi->common.mb_rows * cpi->common.mb_cols, 1)); 575 int mbs_in_frame = cpi->common.mb_rows * cpi->common.mb_cols; [all...] |
ratectrl.c | 451 int pct_gf_active = (100 * cpi->gf_active_count) / (cpi->common.mb_rows * cpi->common.mb_cols); [all...] |
firstpass.c | 579 for (mb_row = 0; mb_row < cm->mb_rows; mb_row++) 594 x->mv_row_max = ((cm->mb_rows - 1 - mb_row) * 16) + (VP8BORDERINPIXELS - 16); 740 if (mb_row < cm->mb_rows / 2) 747 else if (mb_row > cm->mb_rows / 2) [all...] |
/external/libvpx/libvpx/vp9/common/ |
vp9_postproc.c | 656 cm->mb_cols, cm->mb_rows); 663 int mb_rows = ppbuf->y_height >> 4; 671 for (i = 0; i < mb_rows; i++) { 690 int mb_rows = ppbuf->y_height >> 4; 698 for (i = 0; i < mb_rows; i++) {
|
vp9_onyxc_int.h | 124 // MBs, mb_rows/cols is in 16-pixel units; mi_rows/cols is in 127 int mb_rows, mi_rows; member in struct:VP9Common
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/ |
vp9_temporal_filter.c | 204 int mb_rows = (frames[alt_ref_index]->y_crop_height + 15) >> 4; local 223 for (mb_row = 0; mb_row < mb_rows; mb_row++) { 236 cpi->mb.mv_row_max = ((mb_rows - 1 - mb_row) * 16)
|
vp9_firstpass.c | 517 for (mb_row = 0; mb_row < cm->mb_rows; ++mb_row) { 528 x->mv_row_max = ((cm->mb_rows - 1 - mb_row) * 16) 782 if (mb_row < cm->mb_rows / 2) { 787 } else if (mb_row > cm->mb_rows / 2) { [all...] |
vp9_encodeframe.c | [all...] |
vp9_encoder.c | 503 unsigned int tokens = get_token_alloc(cm->mb_rows, cm->mb_cols); [all...] |
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/ |
vp9_onyxc_int.h | 124 // MBs, mb_rows/cols is in 16-pixel units; mi_rows/cols is in 127 int mb_rows, mi_rows; member in struct:VP9Common
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/decoder/ |
decodemv.c | 627 pbi->mb.mb_to_bottom_edge = ((pbi->common.mb_rows - 1) * 16) << 3; 630 while (++mb_row < pbi->common.mb_rows)
|
decodeframe.c | 553 for (mb_row = 0; mb_row < pc->mb_rows; mb_row++) 574 xd->mb_to_bottom_edge = ((pc->mb_rows - 1 - mb_row) * 16) << 3; 625 pc->mb_rows, pc->mb_cols, [all...] |
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/ |
vp8_dx_iface.c | 418 int prev_mb_rows = pc->mb_rows; 468 (pc->mb_cols + 1) * (pc->mb_rows + 1),
|
vp8_cx_iface.c | 596 int mb_rows = ((cfg->g_w + 15) >>4); local 605 shared_mem_loc->mb_info = calloc(mb_rows*mb_cols, sizeof(LOWER_RES_MB_INFO)); [all...] |
/external/libvpx/libvpx/vp8/decoder/ |
decodemv.c | 627 pbi->mb.mb_to_bottom_edge = ((pbi->common.mb_rows - 1) * 16) << 3; 630 while (++mb_row < pbi->common.mb_rows)
|
decodeframe.c | 552 for (mb_row = 0; mb_row < pc->mb_rows; mb_row++) 573 xd->mb_to_bottom_edge = ((pc->mb_rows - 1 - mb_row) * 16) << 3; 624 pc->mb_rows, pc->mb_cols, [all...] |
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/ |
mfqe.c | 302 for (mb_row = 0; mb_row < cm->mb_rows; mb_row++)
|
/external/libvpx/libvpx/vp8/common/ |
mfqe.c | 302 for (mb_row = 0; mb_row < cm->mb_rows; mb_row++)
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/ |
ratectrl.c | 451 int pct_gf_active = (100 * cpi->gf_active_count) / (cpi->common.mb_rows * cpi->common.mb_cols); [all...] |
firstpass.c | 579 for (mb_row = 0; mb_row < cm->mb_rows; mb_row++) 594 x->mv_row_max = ((cm->mb_rows - 1 - mb_row) * 16) + (VP8BORDERINPIXELS - 16); 740 if (mb_row < cm->mb_rows / 2) 747 else if (mb_row > cm->mb_rows / 2) [all...] |
/external/libvpx/libvpx/vp8/ |
vp8_dx_iface.c | 473 int prev_mb_rows = pc->mb_rows; 522 (pc->mb_cols + 1) * (pc->mb_rows + 1),
|
vp8_cx_iface.c | 548 int mb_rows = ((cfg->g_w + 15) >>4); local 557 shared_mem_loc->mb_info = calloc(mb_rows*mb_cols, sizeof(LOWER_RES_MB_INFO)); [all...] |
/external/libvpx/libvpx/vp9/encoder/ |
vp9_firstpass.c | 565 for (mb_row = 0; mb_row < cm->mb_rows; ++mb_row) { 578 x->mv_row_max = ((cm->mb_rows - 1 - mb_row) * 16) 739 if (mb_row < cm->mb_rows / 2) { 744 } else if (mb_row > cm->mb_rows / 2) { [all...] |
vp9_onyx_if.c | 594 unsigned int tokens = get_token_alloc(cm->mb_rows, cm->mb_cols); 602 cm->mb_rows * cm->mb_cols)); 607 cm->mb_rows * cm->mb_cols)); [all...] |
vp9_encodeframe.c | 174 const int mb_rows = cm->mb_rows; local 188 if (row >= mb_rows || col >= mb_cols) 702 for (mb_row = 0; mb_row < cm->mb_rows; mb_row++) { 755 for (mb_row = 0; mb_row < cm->mb_rows; mb_row++) { [all...] |