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

  /external/libvpx/libvpx/vp8/common/
modecont.c 14 const int vp8_mode_contexts[6][4] = variable
modecont.h 15 extern const int vp8_mode_contexts[6][4];
findnearmv.c 186 p[0] = vp8_mode_contexts [near_mv_ref_ct[0]] [0];
187 p[1] = vp8_mode_contexts [near_mv_ref_ct[1]] [1];
188 p[2] = vp8_mode_contexts [near_mv_ref_ct[2]] [2];
189 p[3] = vp8_mode_contexts [near_mv_ref_ct[3]] [3];
190 /*p[3] = vp8_mode_contexts [near_mv_ref_ct[1] + near_mv_ref_ct[2] + near_mv_ref_ct[3]] [3];*/
  /external/libvpx/libvpx/vp8/decoder/
decodemv.c 428 if( vp8_read(bc, vp8_mode_contexts [cnt[CNT_INTRA]] [0]) )
448 if( vp8_read(bc, vp8_mode_contexts [cnt[CNT_NEAREST]] [1]) )
451 if( vp8_read(bc, vp8_mode_contexts [cnt[CNT_NEAR]] [2]) )
479 if( vp8_read(bc, vp8_mode_contexts [cnt[CNT_SPLITMV]] [3]) )

Completed in 95 milliseconds