Home
last modified time | relevance | path

Searched refs:bl_index (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_aq_cyclicrefresh.c397 int i, block_count, bl_index, sb_rows, sb_cols, sbs_in_frame; in cyclic_refresh_update_map() local
430 bl_index = mi_row * cm->mi_cols + mi_col; in cyclic_refresh_update_map()
438 const int bl_index2 = bl_index + y * cm->mi_cols + x; in cyclic_refresh_update_map()
459 seg_map[bl_index + y * cm->mi_cols + x] = CR_SEGMENT_ID_BOOST1; in cyclic_refresh_update_map()
Dvp9_denoiser.c591 int bl_index = mi_row * cm->mi_cols + mi_col; in vp9_denoiser_update_noise_estimate() local
592 int bl_index1 = bl_index + 1; in vp9_denoiser_update_noise_estimate()
593 int bl_index2 = bl_index + cm->mi_cols; in vp9_denoiser_update_noise_estimate()
606 if (cr->consec_zero_mv[bl_index] > thresh_consec_zeromv && in vp9_denoiser_update_noise_estimate()