HomeSort by relevance Sort by last modified time
    Searched refs:active_section (Results 1 - 8 of 8) sorted by null

  /external/libvpx/libvpx/vp8/encoder/
boolhuff.c 20 unsigned int active_section = 0; variable
boolhuff.h 74 Sectionbits[active_section] += vp8_prob_cost[255-probability];
76 Sectionbits[active_section] += vp8_prob_cost[probability];
bitstream.c 56 extern unsigned int active_section;
535 active_section = 1;
584 active_section = 9;
597 active_section = 6;
643 active_section = 3;
653 active_section = 5;
696 active_section = 11;
    [all...]
encodemv.c 20 extern unsigned int active_section;
363 active_section = 4;
378 active_section = 5;
  /external/libvpx/libvpx/vp9/encoder/
vp9_boolhuff.c 21 unsigned int active_section = 0; variable
vp9_boolhuff.h 55 Sectionbits[active_section] += vp9_prob_cost[255 - probability];
57 Sectionbits[active_section] += vp9_prob_cost[probability];
vp9_bitstream.c 48 extern unsigned int active_section;
391 active_section = 9;
420 active_section = 6;
443 active_section = 3;
478 active_section = 11;
491 active_section = 5;
564 active_section = 8;
569 active_section = 1;
    [all...]
vp9_encodemv.c 20 extern unsigned int active_section;

Completed in 721 milliseconds