Home
last modified time | relevance | path

Searched defs:nhfb (Results 1 – 4 of 4) sorted by relevance

/external/libaom/libaom/av1/common/
Dcdef.c139 const int nhfb = (mi_params->mi_cols + MI_SIZE_64X64 - 1) / MI_SIZE_64X64; in cdef_prepare_fb() local
396 const int nhfb = (cm->mi_params.mi_cols + MI_SIZE_64X64 - 1) / MI_SIZE_64X64; in av1_cdef_fb_row() local
/external/libaom/libaom/av1/encoder/
Dpickcdef.h135 int nhfb; member
Dpickcdef.c410 const int nhfb = cdef_search_ctx->nhfb; in cdef_alloc_data() local
551 const int nhfb = (mi_params->mi_cols + MI_SIZE_64X64 - 1) / MI_SIZE_64X64; in pick_cdef_from_qp() local
Dethread.c2513 static void update_next_job_info(AV1CdefSync *cdef_sync, int nvfb, int nhfb) { in update_next_job_info()
2546 const int nhfb = cdef_search_ctx->nhfb; in cdef_get_next_job() local