Searched refs:colmv_bufs (Results 1 – 1 of 1) sorted by relevance
162 HalBufs colmv_bufs; member1361 if (reg_ctx->colmv_bufs) { in hal_av1d_release_res()1362 hal_bufs_deinit(reg_ctx->colmv_bufs); in hal_av1d_release_res()1363 reg_ctx->colmv_bufs = NULL; in hal_av1d_release_res()1997 if (reg_ctx->colmv_bufs == NULL || reg_ctx->colmv_size < mv_size) { in vdpu383_av1d_colmv_setup()1998 if (reg_ctx->colmv_bufs) { in vdpu383_av1d_colmv_setup()1999 hal_bufs_deinit(reg_ctx->colmv_bufs); in vdpu383_av1d_colmv_setup()2000 reg_ctx->colmv_bufs = NULL; in vdpu383_av1d_colmv_setup()2003 hal_bufs_init(®_ctx->colmv_bufs); in vdpu383_av1d_colmv_setup()2004 if (reg_ctx->colmv_bufs == NULL) { in vdpu383_av1d_colmv_setup()[all …]