HomeSort by relevance Sort by last modified time
    Searched defs:mb_index (Results 1 - 4 of 4) sorted by null

  /external/libvpx/libvpx/vp8/common/
debugmodes.c 18 int mb_index = 0; local
22 mb_index = 0;
27 fprintf(mvs, "%2d ", mi[mb_index].mbmi.mode);
29 mb_index++;
33 mb_index++;
38 mb_index = 0;
43 fprintf(mvs, "%2d ", mi[mb_index].mbmi.ref_frame);
45 mb_index++;
49 mb_index++;
55 mb_index = 0
    [all...]
  /external/webrtc/webrtc/modules/video_processing/
video_denoiser.cc 28 int mb_index = mb_row * mb_cols + mb_col; local
34 if (metrics_[mb_index].is_skin) {
37 if (metrics_[mb_index].denoise &&
38 metrics_[mb_index + 1].denoise + metrics_[mb_index - 1].denoise +
39 metrics_[mb_index + mb_cols].denoise +
40 metrics_[mb_index - mb_cols].denoise <=
42 metrics_[mb_index].denoise = 0;
45 } else if (metrics_[mb_index].denoise &&
46 metrics_[mb_index + 1].denoise
97 int mb_index = mb_row * mb_cols + mb_col; local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_encodeframe.c 3003 const int mb_index = r * cm->mb_cols + c; local
3097 const int mb_index = r * cm->mb_cols + c; local
    [all...]
vp9_firstpass.c 694 const int mb_index = mb_row * cm->mb_cols + mb_col; local
696 cpi->twopass.fp_mb_float_stats[mb_index].frame_mb_intra_factor;
698 cpi->twopass.fp_mb_float_stats[mb_index].frame_mb_brightness_factor;
700 cpi->twopass.fp_mb_float_stats[mb_index].frame_mb_neutral_count;
910 const int mb_index = mb_row * cm->mb_cols + mb_col; local
913 const int mb_index = mb_row * cm->mb_cols + mb_col; local
    [all...]

Completed in 178 milliseconds