Home
last modified time | relevance | path

Searched refs:entropy_cfg (Results 1 – 4 of 4) sorted by relevance

/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/src/
Dvideo_encoder_device.cpp2167 struct venc_entropycfg entropy_cfg; in venc_set_entropy_config() local
2169 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 …]
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
Dvideo_encoder_device.cpp2389 struct venc_entropycfg entropy_cfg; in venc_set_entropy_config() local
2391 memset(&entropy_cfg,0,sizeof(entropy_cfg)); in venc_set_entropy_config()
2395 entropy_cfg.longentropysel = VEN_ENTROPY_MODEL_CABAC; in venc_set_entropy_config()
2398 entropy_cfg.cabacmodel = VEN_CABAC_MODEL_0; in venc_set_entropy_config()
2404 entropy_cfg.cabacmodel = VEN_CABAC_MODEL_0; in venc_set_entropy_config()
2409 entropy_cfg.cabacmodel = VEN_CABAC_MODEL_1; in venc_set_entropy_config()
2411 entropy_cfg.cabacmodel = VEN_CABAC_MODEL_2; in venc_set_entropy_config()
2416 entropy_cfg.longentropysel = VEN_ENTROPY_MODEL_CAVLC; in venc_set_entropy_config()
2422 ioctl_msg.in = (void*)&entropy_cfg; in venc_set_entropy_config()
2430 entropy.longentropysel = entropy_cfg.longentropysel; in venc_set_entropy_config()
[all …]
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/
Dvideo_encoder_device.cpp2389 struct venc_entropycfg entropy_cfg; in venc_set_entropy_config() local
2391 memset(&entropy_cfg,0,sizeof(entropy_cfg)); in venc_set_entropy_config()
2395 entropy_cfg.longentropysel = VEN_ENTROPY_MODEL_CABAC; in venc_set_entropy_config()
2398 entropy_cfg.cabacmodel = VEN_CABAC_MODEL_0; in venc_set_entropy_config()
2404 entropy_cfg.cabacmodel = VEN_CABAC_MODEL_0; in venc_set_entropy_config()
2409 entropy_cfg.cabacmodel = VEN_CABAC_MODEL_1; in venc_set_entropy_config()
2411 entropy_cfg.cabacmodel = VEN_CABAC_MODEL_2; in venc_set_entropy_config()
2416 entropy_cfg.longentropysel = VEN_ENTROPY_MODEL_CAVLC; in venc_set_entropy_config()
2422 ioctl_msg.in = (void*)&entropy_cfg; in venc_set_entropy_config()
2430 entropy.longentropysel = entropy_cfg.longentropysel; in venc_set_entropy_config()
[all …]
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/
Dvideo_encoder_device.cpp2388 struct venc_entropycfg entropy_cfg; in venc_set_entropy_config() local
2390 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 …]