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

  /external/libvpx/libvpx/vp8/encoder/
boolhuff.c 15 unsigned __int64 Sectionbits[500];
boolhuff.h 74 Sectionbits[active_section] += vp8_prob_cost[255-probability];
76 Sectionbits[active_section] += vp8_prob_cost[probability];
bitstream.c 50 unsigned __int64 Sectionbits[500];
    [all...]
onyx_if.c 127 extern unsigned __int64 Sectionbits[50];
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_boolhuff.c 16 unsigned __int64 Sectionbits[500];
vp9_boolhuff.h 55 Sectionbits[active_section] += vp9_prob_cost[255 - probability];
57 Sectionbits[active_section] += vp9_prob_cost[probability];
vp9_bitstream.c 39 unsigned __int64 Sectionbits[500];
    [all...]
vp9_onyx_if.c 110 extern unsigned __int64 Sectionbits[500];
    [all...]

Completed in 40 milliseconds