HomeSort by relevance Sort by last modified time
    Searched refs:mb_cols (Results 1 - 25 of 39) sorted by null

1 2

  /external/libvpx/libvpx/vp8/decoder/
error_concealment.h 35 int mb_rows, int mb_cols);
error_concealment.c 50 vpx_calloc(pbi->common.mb_rows * pbi->common.mb_cols, sizeof(MB_OVERLAP));
150 void vp8_calculate_overlaps(MB_OVERLAP *overlap_ul, int mb_rows, int mb_cols,
167 if (new_row >= ((16 * mb_rows) << 3) || new_col >= ((16 * mb_cols) << 3)) {
187 end_col = VPXMIN(mb_cols - overlap_mb_col, 2);
200 mb_overlap = overlap_ul + (overlap_mb_row + rel_row) * mb_cols +
278 int mb_cols) {
283 vp8_calculate_overlaps(overlaps, mb_rows, mb_cols,
293 MODE_INFO *prev_mi, int mb_rows, int mb_cols,
296 memset(overlaps, 0, sizeof(MB_OVERLAP) * mb_rows * mb_cols);
299 for (mb_col = 0; mb_col < mb_cols; ++mb_col)
    [all...]
threading.c 256 const int first_row_no_sync_above = pc->mb_cols + nsync;
358 for (mb_col = 0; mb_col < pc->mb_cols; ++mb_col) {
374 xd->mb_to_right_edge = ((pc->mb_cols - 1 - mb_col) * 16) << 3;
395 vp8_interpolate_motion(xd, mb_row, mb_col, pc->mb_rows, pc->mb_cols);
454 if (mb_col != pc->mb_cols - 1) {
decodemv.c 528 mb_to_right_edge_start = ((pbi->common.mb_cols - 1) * 16) << 3;
536 while (++mb_col < pbi->common.mb_cols) {
538 int mb_num = mb_row * pbi->common.mb_cols + mb_col;
decodeframe.c 526 for (mb_col = 0; mb_col < pc->mb_cols; ++mb_col) {
532 xd->mb_to_right_edge = ((pc->mb_cols - 1 - mb_col) * 16) << 3;
551 vp8_interpolate_motion(xd, mb_row, mb_col, pc->mb_rows, pc->mb_cols);
628 lf_mic += pc->mb_cols;
    [all...]
onyxd_if.c 373 for (col = 0; col < pbi->common.mb_cols; ++col) {
433 for (mb_col = 0; mb_col < oci->mb_cols; mb_col++, mi++) {
  /external/libvpx/libvpx/vp8/encoder/
segmentation.c 23 memset(cpi->gf_active_flags, 1, (cm->mb_rows * cm->mb_cols));
24 cpi->gf_active_count = cm->mb_rows * cm->mb_cols;
29 for (mb_col = 0; mb_col < cm->mb_cols; ++mb_col) {
lookahead.c 97 int mb_cols = (src->y_width + 15) >> 4; local
114 for (; col < mb_cols; ++col) {
119 if (col == mb_cols) break;
124 for (; active_end < mb_cols; ++active_end) {
136 active_map += mb_cols;
mr_dissim.c 84 for (mb_col = 0; mb_col < cm->mb_cols; ++mb_col) {
111 if (mb_col < (cm->mb_cols - 1)) {
125 if (mb_col < (cm->mb_cols - 1) && mb_row < (cm->mb_rows - 1)) {
135 if (mb_col < (cm->mb_cols - 1)) {
149 if (mb_col < (cm->mb_cols - 1) && mb_row < (cm->mb_rows - 1)) {
temporal_filter.c 192 int mb_cols = cpi->common.mb_cols; local
225 for (mb_col = 0; mb_col < mb_cols; ++mb_col) {
234 cpi->mb.mv_col_max = ((cpi->common.mb_cols - 1 - mb_col) * 16) + (16 - 5);
336 mb_y_offset += 16 * (f->y_stride - mb_cols);
337 mb_uv_offset += 8 * (f->uv_stride - mb_cols);
encodeframe.c 203 for (mb_col = 0; mb_col < cm->mb_cols; ++mb_col) {
260 for (mb_col = 0; mb_col < cm->mb_cols; ++mb_col) {
286 x->src.y_buffer += 16 * x->src.y_stride - 16 * cm->mb_cols;
337 int map_index = (mb_row * cpi->common.mb_cols);
347 const int rightmost_col = cm->mb_cols + nsync;
391 for (mb_col = 0; mb_col < cm->mb_cols; ++mb_col) {
400 xd->mb_to_right_edge = ((cm->mb_cols - 1 - mb_col) * 16) << 3;
407 ((cm->mb_cols - 1 - mb_col) * 16) + (VP8BORDERINPIXELS - 16);
619 memset(cm->above_context, 0, sizeof(ENTROPY_CONTEXT_PLANES) * cm->mb_cols);
774 tp = cpi->tok + mb_row * (cm->mb_cols * 16 * 24)
    [all...]
ethreading.c 81 int map_index = (mb_row * cm->mb_cols);
88 tp = cpi->tok + (mb_row * (cm->mb_cols * 16 * 24));
108 for (mb_col = 0; mb_col < cm->mb_cols; ++mb_col) {
128 xd->mb_to_right_edge = ((cm->mb_cols - 1 - mb_col) * 16) << 3;
137 ((cm->mb_cols - 1 - mb_col) * 16) + (VP8BORDERINPIXELS - 16);
296 16 * cm->mb_cols;
299 8 * cm->mb_cols;
302 8 * cm->mb_cols;
307 x->gf_active_ptr += cm->mb_cols * cpi->encoding_thread_count;
510 if (th_count > ((cm->mb_cols / cpi->mt_sync_range) - 1))
    [all...]
onyx_if.c 485 (cpi->common.mb_rows * cpi->common.mb_cols));
517 int mbs_in_frame = cpi->common.mb_rows * cpi->common.mb_cols;
531 (cpi->common.mb_rows * cpi->common.mb_cols) / 10;
537 (cpi->common.mb_rows * cpi->common.mb_cols) / 20;
    [all...]
  /external/webrtc/webrtc/modules/video_processing/
video_denoiser.cc 22 int mb_cols,
27 for (int mb_col = 1; mb_col < mb_cols - 1; ++mb_col) {
28 int mb_index = mb_row * mb_cols + mb_col;
39 metrics_[mb_index + mb_cols].denoise +
40 metrics_[mb_index - mb_cols].denoise <=
48 metrics_[mb_index + mb_cols + 1].denoise +
49 metrics_[mb_index + mb_cols - 1].denoise +
50 metrics_[mb_index - mb_cols + 1].denoise +
51 metrics_[mb_index - mb_cols - 1].denoise +
52 metrics_[mb_index + mb_cols].denoise
80 int mb_cols = width_ >> 4; local
    [all...]
video_denoiser.h 26 int mb_cols,
  /external/libvpx/libvpx/test/
set_roi.cc 49 cpi.common.mb_cols = 320 >> 4;
50 const int mbs = (cpi.common.mb_rows * cpi.common.mb_cols);
65 vp8_set_roimap(&cpi, roi_map, cpi.common.mb_rows, cpi.common.mb_cols,
132 vp8_set_roimap(&cpi, roi_map, cpi.common.mb_rows, cpi.common.mb_cols,
141 vp8_set_roimap(&cpi, roi_map, cpi.common.mb_rows, cpi.common.mb_cols,
152 vp8_set_roimap(&cpi, roi_map, cpi.common.mb_rows, cpi.common.mb_cols,
160 cpi.common.mb_cols, delta_q, delta_lf, threshold);
165 cpi.common.mb_cols - 1, delta_q, delta_lf, threshold);
active_map_refresh_test.cc 49 void GenerateMap(int mb_rows, int mb_cols, const vpx_image_t &current,
52 for (int mb_c = 0; mb_c < mb_cols; ++mb_c) {
53 map[mb_r * mb_cols + mb_c] = CheckMb(current, previous, mb_r, mb_c);
  /external/libvpx/libvpx/vp8/common/
alloccommon.c 86 oci->mb_cols = width >> 4;
87 oci->MBs = oci->mb_rows * oci->mb_cols;
88 oci->mode_info_stride = oci->mb_cols + 1;
90 vpx_calloc((oci->mb_cols + 1) * (oci->mb_rows + 1), sizeof(MODE_INFO));
100 vpx_calloc(sizeof(ENTROPY_CONTEXT_PLANES) * oci->mb_cols, 1);
117 * Note: Round up mb_cols to support SIMD reads
119 oci->pp_limits_buffer = vpx_memalign(16, 24 * ((oci->mb_cols + 1) & ~1));
mfqe.c 260 for (mb_col = 0; mb_col < cm->mb_cols; ++mb_col) {
321 y_ptr += show->y_stride * 16 - 16 * cm->mb_cols;
322 u_ptr += show->uv_stride * 8 - 8 * cm->mb_cols;
323 v_ptr += show->uv_stride * 8 - 8 * cm->mb_cols;
324 yd_ptr += dest->y_stride * 16 - 16 * cm->mb_cols;
325 ud_ptr += dest->uv_stride * 8 - 8 * cm->mb_cols;
326 vd_ptr += dest->uv_stride * 8 - 8 * cm->mb_cols;
vp8_loopfilter.c 179 for (mb_col = 0; mb_col < cm->mb_cols; ++mb_col) {
232 for (mb_col = 0; mb_col < cm->mb_cols; ++mb_col) {
277 int mb_cols = cm->mb_cols; local
299 for (mb_col = 0; mb_col < mb_cols; ++mb_col) {
350 for (mb_col = 0; mb_col < mb_cols; ++mb_col) {
421 for (mb_col = 0; mb_col < cm->mb_cols; ++mb_col) {
488 int mb_cols = post->y_width >> 4; local
515 mode_info_context = cm->mi + (post->y_height >> 5) * (mb_cols + 1);
519 for (mb_col = 0; mb_col < mb_cols; ++mb_col)
    [all...]
onyxc_int.h 100 int mb_cols; member in struct:VP8Common
postproc.c 74 unsigned char *uvlimits = cm->pp_limits_buffer + 16 * cm->mb_cols;
82 for (mbc = 0; mbc < cm->mb_cols; ++mbc) {
126 int mb_cols = cm->mb_cols; local
132 memset(limits, (unsigned char)ppl, 16 * mb_cols);
  /external/libvpx/libvpx/vp9/encoder/
vp9_lookahead.c 95 int mb_cols = (src->y_width + 15) >> 4; local
132 for (; col < mb_cols; ++col) {
137 if (col == mb_cols) break;
142 for (; active_end < mb_cols; ++active_end) {
154 active_map += mb_cols;
vp9_mbgraph.c 251 x->mv_limits.col_max = (cm->mb_cols - 1) * 8 + BORDER_MV_PIXELS_B16;
255 for (mb_col = 0; mb_col < cm->mb_cols; mb_col++) {
282 offset += cm->mb_cols;
298 vpx_calloc(cm->mb_rows * cm->mb_cols * sizeof(*arf_not_zz), 1));
309 offset += cm->mb_cols, mb_row++) {
310 for (mb_col = 0; mb_col < cm->mb_cols; mb_col++) {
332 if (arf_not_zz[mi_row / 2 * cm->mb_cols + mi_col / 2]) {
381 cm->mb_rows * cm->mb_cols * sizeof(*cpi->mbgraph_stats[i].mb_stats));
  /external/libvpx/libvpx/vp9/common/
vp9_alloccommon.c 46 cm->mb_cols = (cm->mi_cols + 1) >> 1;
48 cm->MBs = cm->mb_rows * cm->mb_cols;

Completed in 451 milliseconds

1 2