Searched refs:entropy_cfg (Results 1 – 2 of 2) sorted by relevance
2167 struct venc_entropycfg entropy_cfg; in venc_set_entropy_config() local2169 memset(&entropy_cfg,0,sizeof(entropy_cfg)); in venc_set_entropy_config()2173 entropy_cfg.longentropysel = VEN_ENTROPY_MODEL_CABAC; in venc_set_entropy_config()2175 entropy_cfg.cabacmodel = VEN_CABAC_MODEL_0; in venc_set_entropy_config()2181 entropy_cfg.cabacmodel = VEN_CABAC_MODEL_0; in venc_set_entropy_config()2185 entropy_cfg.cabacmodel = VEN_CABAC_MODEL_1; in venc_set_entropy_config()2188 entropy_cfg.cabacmodel = VEN_CABAC_MODEL_2; in venc_set_entropy_config()2193 entropy_cfg.longentropysel = VEN_ENTROPY_MODEL_CAVLC; in venc_set_entropy_config()2200 ioctl_msg.in = (void*)&entropy_cfg; in venc_set_entropy_config()2207 entropy.longentropysel = entropy_cfg.longentropysel; in venc_set_entropy_config()[all …]
2388 struct venc_entropycfg entropy_cfg; in venc_set_entropy_config() local2390 memset(&entropy_cfg,0,sizeof(entropy_cfg)); in venc_set_entropy_config()2394 entropy_cfg.longentropysel = VEN_ENTROPY_MODEL_CABAC; in venc_set_entropy_config()2397 entropy_cfg.cabacmodel = VEN_CABAC_MODEL_0; in venc_set_entropy_config()2403 entropy_cfg.cabacmodel = VEN_CABAC_MODEL_0; in venc_set_entropy_config()2408 entropy_cfg.cabacmodel = VEN_CABAC_MODEL_1; in venc_set_entropy_config()2410 entropy_cfg.cabacmodel = VEN_CABAC_MODEL_2; in venc_set_entropy_config()2415 entropy_cfg.longentropysel = VEN_ENTROPY_MODEL_CAVLC; in venc_set_entropy_config()2421 ioctl_msg.in = (void*)&entropy_cfg; in venc_set_entropy_config()2429 entropy.longentropysel = entropy_cfg.longentropysel; in venc_set_entropy_config()[all …]