Home
last modified time | relevance | path

Searched refs:MI_SIZE_64X64 (Results 1 – 8 of 8) sorted by relevance

/external/libaom/libaom/av1/common/
Dcdef.c30 maxr = AOMMIN(maxr, MI_SIZE_64X64); in sb_all_skip()
31 maxc = AOMMIN(maxc, MI_SIZE_64X64); in sb_all_skip()
62 maxc = AOMMIN(maxc, MI_SIZE_64X64); in sb_compute_cdef_list()
66 maxr = AOMMIN(maxr, MI_SIZE_64X64); in sb_compute_cdef_list()
147 cdef_list dlist[MI_SIZE_64X64 * MI_SIZE_64X64]; in av1_cdef_frame()
157 const int nvfb = (cm->mi_rows + MI_SIZE_64X64 - 1) / MI_SIZE_64X64; in av1_cdef_frame()
158 const int nhfb = (cm->mi_cols + MI_SIZE_64X64 - 1) / MI_SIZE_64X64; in av1_cdef_frame()
182 (MI_SIZE_64X64 << mi_high_l2[pli]) + 2 * CDEF_VBORDER; in av1_cdef_frame()
193 if (cm->mi_grid_visible[MI_SIZE_64X64 * fbr * cm->mi_stride + in av1_cdef_frame()
194 MI_SIZE_64X64 * fbc] == NULL || in av1_cdef_frame()
[all …]
Dav1_loopfilter.h60 uint8_t lfl_y_hor[MI_SIZE_64X64][MI_SIZE_64X64];
61 uint8_t lfl_y_ver[MI_SIZE_64X64][MI_SIZE_64X64];
64 uint8_t lfl_u_ver[MI_SIZE_64X64][MI_SIZE_64X64];
65 uint8_t lfl_u_hor[MI_SIZE_64X64][MI_SIZE_64X64];
68 uint8_t lfl_v_ver[MI_SIZE_64X64][MI_SIZE_64X64];
69 uint8_t lfl_v_hor[MI_SIZE_64X64][MI_SIZE_64X64];
Dav1_loopfilter.c764 const int row = r % MI_SIZE_64X64; in setup_masks()
765 const int col = c % MI_SIZE_64X64; in setup_masks()
810 const int row = r % MI_SIZE_64X64; in setup_masks()
811 const int col = c % MI_SIZE_64X64; in setup_masks()
1045 const int row = mi_row + y * MI_SIZE_64X64; in av1_setup_bitmask()
1046 const int col = mi_col + x * MI_SIZE_64X64; in av1_setup_bitmask()
1081 const int row = mi_row + y * MI_SIZE_64X64; in av1_setup_bitmask()
1082 const int col = mi_col + x * MI_SIZE_64X64; in av1_setup_bitmask()
1332 if (offset + next_edge >= MI_SIZE_64X64) next_edge = 0; in filter_selectively_horiz()
1414 if (offset + next_edge >= MI_SIZE_64X64) next_edge = 0; in highbd_filter_selectively_horiz()
[all …]
Dalloccommon.c43 cm->lf.lfm_stride = (cm->mi_cols + (MI_SIZE_64X64 - 1)) >> MIN_MIB_SIZE_LOG2; in alloc_loop_filter_mask()
44 cm->lf.lfm_num = ((cm->mi_rows + (MI_SIZE_64X64 - 1)) >> MIN_MIB_SIZE_LOG2) * in alloc_loop_filter_mask()
Dthread_common.c229 step = MI_SIZE_64X64; in enqueue_lf_jobs()
349 for (mi_col = 0; mi_col < cm->mi_cols; mi_col += MI_SIZE_64X64) { in thread_loop_filter_bitmask_rows()
360 for (mi_col = 0; mi_col < cm->mi_cols; mi_col += MI_SIZE_64X64) { in thread_loop_filter_bitmask_rows()
Denums.h55 #define MI_SIZE_64X64 (64 >> MI_SIZE_LOG2) macro
/external/libaom/libaom/av1/encoder/
Dpickcdef.c304 int nvfb = (cm->mi_rows + MI_SIZE_64X64 - 1) / MI_SIZE_64X64; in av1_cdef_search()
305 int nhfb = (cm->mi_cols + MI_SIZE_64X64 - 1) / MI_SIZE_64X64; in av1_cdef_search()
385 nhb = AOMMIN(MI_SIZE_64X64, cm->mi_cols - MI_SIZE_64X64 * fbc); in av1_cdef_search()
386 nvb = AOMMIN(MI_SIZE_64X64, cm->mi_rows - MI_SIZE_64X64 * fbr); in av1_cdef_search()
391 cm->mi_grid_visible[MI_SIZE_64X64 * fbr * cm->mi_stride + in av1_cdef_search()
392 MI_SIZE_64X64 * fbc]; in av1_cdef_search()
402 nhb = AOMMIN(MI_SIZE_128X128, cm->mi_cols - MI_SIZE_64X64 * fbc); in av1_cdef_search()
406 nvb = AOMMIN(MI_SIZE_128X128, cm->mi_rows - MI_SIZE_64X64 * fbr); in av1_cdef_search()
410 if (sb_all_skip(cm, fbr * MI_SIZE_64X64, fbc * MI_SIZE_64X64)) continue; in av1_cdef_search()
411 cdef_count = sb_compute_cdef_list(cm, fbr * MI_SIZE_64X64, in av1_cdef_search()
[all …]
/external/libaom/libaom/av1/decoder/
Ddecodeframe.c1429 const int row = mi_row % MI_SIZE_64X64; in store_bitmask_vartx()
1430 const int col = mi_col % MI_SIZE_64X64; in store_bitmask_vartx()
1501 row = mi_row % MI_SIZE_64X64; in store_bitmask_univariant_tx()
1502 col = mi_col % MI_SIZE_64X64; in store_bitmask_univariant_tx()
1529 const int row_start = mi_row % MI_SIZE_64X64; in store_bitmask_other_info()
1530 const int col_start = mi_col % MI_SIZE_64X64; in store_bitmask_other_info()
1567 row = r % MI_SIZE_64X64; in store_bitmask_other_info()