Home
last modified time | relevance | path

Searched defs:nvfb (Results 1 – 5 of 5) sorted by relevance

/external/libaom/av1/common/
Dcdef.c145 const int nvfb = (mi_params->mi_rows + MI_SIZE_64X64 - 1) / MI_SIZE_64X64; in cdef_prepare_fb() local
362 const int nvfb = (cm->mi_params.mi_rows + MI_SIZE_64X64 - 1) / MI_SIZE_64X64; in av1_cdef_init_fb_row() local
443 const int nvfb = (cm->mi_params.mi_rows + MI_SIZE_64X64 - 1) / MI_SIZE_64X64; in av1_cdef_frame() local
Dthread_common.c880 const int nvfb) { in update_cdef_row_next_job_info()
890 int *cur_fbr, const int nvfb) { in get_cdef_row_next_job()
913 const int nvfb = (cm->mi_params.mi_rows + MI_SIZE_64X64 - 1) / MI_SIZE_64X64; in cdef_sb_row_worker_hook() local
970 const int nvfb = (cm->mi_params.mi_rows + MI_SIZE_64X64 - 1) / MI_SIZE_64X64; in av1_cdef_init_fb_row_mt() local
/external/libaom/av1/encoder/
Dpickcdef.h146 int nvfb; member
Dpickcdef.c638 const int nvfb = cdef_search_ctx->nvfb; in cdef_alloc_data() local
807 const int nvfb = (mi_params->mi_rows + MI_SIZE_64X64 - 1) / MI_SIZE_64X64; in pick_cdef_from_qp() local
Dethread.c2931 static void update_next_job_info(AV1CdefSync *cdef_sync, int nvfb, int nhfb) { in update_next_job_info()
2963 const int nvfb = cdef_search_ctx->nvfb; in cdef_get_next_job() local