/external/libvpx/libvpx/vp8/encoder/ |
segmentation.c | 26 memset(cpi->gf_active_flags, 1, (cm->mb_rows * cm->mb_cols)); 27 cpi->gf_active_count = cm->mb_rows * cm->mb_cols; 35 for (mb_col = 0; mb_col < cm->mb_cols; mb_col++)
|
lookahead.c | 114 int mb_cols = (src->y_width + 15) >> 4; local 135 for (; col < mb_cols; ++col) 142 if (col == mb_cols) 148 for (; active_end < mb_cols; ++active_end) 164 active_map += mb_cols;
|
mr_dissim.c | 94 for (mb_col = 0; mb_col < cm->mb_cols; mb_col ++) 124 if(mb_col < (cm->mb_cols-1)) 140 if(mb_col < (cm->mb_cols-1) 153 if(mb_col < (cm->mb_cols-1)) 169 if(mb_col < (cm->mb_cols-1)
|
ethreading.c | 87 int map_index = (mb_row * cm->mb_cols); 94 tp = cpi->tok + (mb_row * (cm->mb_cols * 16 * 24)); 114 for (mb_col = 0; mb_col < cm->mb_cols; mb_col++) 136 xd->mb_to_right_edge = ((cm->mb_cols - 1 - mb_col) * 16) << 3; 144 x->mv_col_max = ((cm->mb_cols - 1 - mb_col) * 16) + (VP8BORDERINPIXELS - 16); 305 x->src.y_buffer += 16 * x->src.y_stride * (cpi->encoding_thread_count + 1) - 16 * cm->mb_cols; 306 x->src.u_buffer += 8 * x->src.uv_stride * (cpi->encoding_thread_count + 1) - 8 * cm->mb_cols; 307 x->src.v_buffer += 8 * x->src.uv_stride * (cpi->encoding_thread_count + 1) - 8 * cm->mb_cols; 311 x->gf_active_ptr += cm->mb_cols * cpi->encoding_thread_count; 532 if(th_count > ((cm->mb_cols / cpi->mt_sync_range) - 1) [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
segmentation.c | 26 vpx_memset(cpi->gf_active_flags, 1, (cm->mb_rows * cm->mb_cols)); 27 cpi->gf_active_count = cm->mb_rows * cm->mb_cols; 35 for (mb_col = 0; mb_col < cm->mb_cols; mb_col++)
|
lookahead.c | 114 int mb_cols = (src->y_width + 15) >> 4; local 135 for (; col < mb_cols; ++col) 142 if (col == mb_cols) 148 for (; active_end < mb_cols; ++active_end) 164 active_map += mb_cols;
|
mr_dissim.c | 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)
|
ethreading.c | 89 int map_index = (mb_row * cm->mb_cols); 96 tp = cpi->tok + (mb_row * (cm->mb_cols * 16 * 24)); 116 for (mb_col = 0; mb_col < cm->mb_cols; mb_col++) 138 xd->mb_to_right_edge = ((cm->mb_cols - 1 - mb_col) * 16) << 3; 146 x->mv_col_max = ((cm->mb_cols - 1 - mb_col) * 16) + (VP8BORDERINPIXELS - 16); 288 x->src.y_buffer += 16 * x->src.y_stride * (cpi->encoding_thread_count + 1) - 16 * cm->mb_cols; 289 x->src.u_buffer += 8 * x->src.uv_stride * (cpi->encoding_thread_count + 1) - 8 * cm->mb_cols; 290 x->src.v_buffer += 8 * x->src.uv_stride * (cpi->encoding_thread_count + 1) - 8 * cm->mb_cols; 294 x->gf_active_ptr += cm->mb_cols * cpi->encoding_thread_count; 517 if(th_count > ((cm->mb_cols / cpi->mt_sync_range) - 1) [all...] |
/external/libvpx/libvpx/vp8/decoder/ |
error_concealment.h | 37 int mb_rows, int mb_cols,
|
error_concealment.c | 54 pbi->overlaps = vpx_calloc(pbi->common.mb_rows * pbi->common.mb_cols, 172 int mb_rows, int mb_cols, 191 if (new_row >= ((16*mb_rows) << 3) || new_col >= ((16*mb_cols) << 3)) 213 end_col = VPXMIN(mb_cols - overlap_mb_col, 2); 231 mb_overlap = overlap_ul + (overlap_mb_row + rel_row) * mb_cols + 329 int mb_rows, int mb_cols) 338 overlaps, mb_rows, mb_cols, 350 int mb_rows, int mb_cols, 354 memset(overlaps, 0, sizeof(MB_OVERLAP) * mb_rows * mb_cols); 358 for (mb_col = 0; mb_col < mb_cols; ++mb_col [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,
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/ |
error_concealment.h | 37 int mb_rows, int mb_cols,
|
error_concealment.c | 55 pbi->overlaps = vpx_calloc(pbi->common.mb_rows * pbi->common.mb_cols, 173 int mb_rows, int mb_cols, 192 if (new_row >= ((16*mb_rows) << 3) || new_col >= ((16*mb_cols) << 3)) 214 end_col = MIN(mb_cols - overlap_mb_col, 2); 232 mb_overlap = overlap_ul + (overlap_mb_row + rel_row) * mb_cols + 330 int mb_rows, int mb_cols) 339 overlaps, mb_rows, mb_cols, 351 int mb_rows, int mb_cols, 355 vpx_memset(overlaps, 0, sizeof(MB_OVERLAP) * mb_rows * mb_cols); 359 for (mb_col = 0; mb_col < mb_cols; ++mb_col [all...] |
/external/libvpx/libvpx/test/ |
set_roi.cc | 54 cpi.common.mb_cols = 320 >> 4; 55 const int mbs = (cpi.common.mb_rows * cpi.common.mb_cols); 70 cpi.common.mb_cols, delta_q, delta_lf, 138 cpi.common.mb_cols, rand_deltas, 148 cpi.common.mb_cols, delta_q, 160 cpi.common.mb_cols, delta_q, 167 cpi.common.mb_cols, delta_q, 172 cpi.common.mb_cols - 1, delta_q,
|
active_map_refresh_test.cc | 48 void GenerateMap(int mb_rows, int mb_cols, const vpx_image_t ¤t, 51 for (int mb_c = 0; mb_c < mb_cols; ++mb_c) { 52 map[mb_r * mb_cols + mb_c] = CheckMb(current, previous, mb_r, mb_c);
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/ |
set_roi.cc | 54 cpi.common.mb_cols = 320 >> 4; 55 const int mbs = (cpi.common.mb_rows * cpi.common.mb_cols); 70 cpi.common.mb_cols, delta_q, delta_lf, 138 cpi.common.mb_cols, rand_deltas, 148 cpi.common.mb_cols, delta_q, 160 cpi.common.mb_cols, delta_q, 167 cpi.common.mb_cols, delta_q, 172 cpi.common.mb_cols - 1, delta_q,
|
/external/libvpx/libvpx/vp8/common/ |
alloccommon.c | 84 oci->mb_cols = width >> 4; 85 oci->MBs = oci->mb_rows * oci->mb_cols; 86 oci->mode_info_stride = oci->mb_cols + 1; 87 oci->mip = vpx_calloc((oci->mb_cols + 1) * (oci->mb_rows + 1), sizeof(MODE_INFO)); 97 oci->above_context = vpx_calloc(sizeof(ENTROPY_CONTEXT_PLANES) * oci->mb_cols, 1); 113 * Note: Round up mb_cols to support SIMD reads 115 oci->pp_limits_buffer = vpx_memalign(16, 24 * ((oci->mb_cols + 1) & ~1));
|
mfqe.c | 305 for (mb_col = 0; mb_col < cm->mb_cols; mb_col++) 377 y_ptr += show->y_stride * 16 - 16 * cm->mb_cols; 378 u_ptr += show->uv_stride * 8 - 8 * cm->mb_cols; 379 v_ptr += show->uv_stride * 8 - 8 * cm->mb_cols; 380 yd_ptr += dest->y_stride * 16 - 16 * cm->mb_cols; 381 ud_ptr += dest->uv_stride * 8 - 8 * cm->mb_cols; 382 vd_ptr += dest->uv_stride * 8 - 8 * cm->mb_cols;
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ |
alloccommon.c | 83 oci->mb_cols = width >> 4; 84 oci->MBs = oci->mb_rows * oci->mb_cols; 85 oci->mode_info_stride = oci->mb_cols + 1; 86 oci->mip = vpx_calloc((oci->mb_cols + 1) * (oci->mb_rows + 1), sizeof(MODE_INFO)); 96 oci->above_context = vpx_calloc(sizeof(ENTROPY_CONTEXT_PLANES) * oci->mb_cols, 1); 112 * Note: Round up mb_cols to support SIMD reads 114 oci->pp_limits_buffer = vpx_memalign(16, 24 * ((oci->mb_cols + 1) & ~1));
|
mfqe.c | 304 for (mb_col = 0; mb_col < cm->mb_cols; mb_col++) 376 y_ptr += show->y_stride * 16 - 16 * cm->mb_cols; 377 u_ptr += show->uv_stride * 8 - 8 * cm->mb_cols; 378 v_ptr += show->uv_stride * 8 - 8 * cm->mb_cols; 379 yd_ptr += dest->y_stride * 16 - 16 * cm->mb_cols; 380 ud_ptr += dest->uv_stride * 8 - 8 * cm->mb_cols; 381 vd_ptr += dest->uv_stride * 8 - 8 * cm->mb_cols;
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
vp9_lookahead.c | 99 int mb_cols = (src->y_width + 15) >> 4; local 121 for (; col < mb_cols; ++col) { 127 if (col == mb_cols) 133 for (; active_end < mb_cols; ++active_end) { 148 active_map += mb_cols;
|
vp9_mbgraph.c | 271 x->mv_col_max = (cm->mb_cols - 1) * 8 + BORDER_MV_PIXELS_B16; 274 for (mb_col = 0; mb_col < cm->mb_cols; mb_col++) { 300 offset += cm->mb_cols; 315 vpx_calloc(cm->mb_rows * cm->mb_cols * sizeof(*arf_not_zz), 327 offset += cm->mb_cols, mb_row++) { 328 for (mb_col = 0; mb_col < cm->mb_cols; mb_col++) { 351 if (arf_not_zz[mi_row / 2 * cm->mb_cols + mi_col / 2]) { 401 cm->mb_rows * cm->mb_cols *
|
/external/libvpx/libvpx/vp9/encoder/ |
vp9_lookahead.c | 102 int mb_cols = (src->y_width + 15) >> 4; local 141 for (; col < mb_cols; ++col) { 147 if (col == mb_cols) 153 for (; active_end < mb_cols; ++active_end) { 168 active_map += mb_cols;
|
vp9_mbgraph.c | 270 x->mv_col_max = (cm->mb_cols - 1) * 8 + BORDER_MV_PIXELS_B16; 273 for (mb_col = 0; mb_col < cm->mb_cols; mb_col++) { 297 offset += cm->mb_cols; 312 vpx_calloc(cm->mb_rows * cm->mb_cols * sizeof(*arf_not_zz), 324 offset += cm->mb_cols, mb_row++) { 325 for (mb_col = 0; mb_col < cm->mb_cols; mb_col++) { 348 if (arf_not_zz[mi_row / 2 * cm->mb_cols + mi_col / 2]) { 399 cm->mb_rows * cm->mb_cols * sizeof(*cpi->mbgraph_stats[i].mb_stats));
|