Advertisement
k5t4j5

Untitled

Mar 23rd, 2014
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. vcd_property_hdr.prop_id = VCD_I_ENTROPY_CTRL;
  2. vcd_property_hdr.sz =
  3. sizeof(struct vcd_property_entropy_control);
  4. if (set_flag) {
  5. switch (entropy_cfg->entropysel) {
  6. case VEN_ENTROPY_MODEL_CAVLC:
  7. control.entropy_sel = VCD_ENTROPY_SEL_CAVLC;
  8. break;
  9. case VEN_ENTROPY_MODEL_CABAC:
  10. control.entropy_sel = VCD_ENTROPY_SEL_CABAC;
  11. break;
  12. default:
  13. status = false;
  14. break;
  15. }
  16.  
  17. struct venc_entropycfg{
  18. unsigned long entropysel;
  19. unsigned long cabacmodel;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement