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

  /external/libvpx/libvpx/vp9/common/
vp9_common_data.h 24 extern const int size_group_lookup[BLOCK_SIZES];
vp9_common_data.c 35 const int size_group_lookup[BLOCK_SIZES] = variable
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodemv.c 337 mbmi->mode = read_intra_mode_y(cm, r, size_group_lookup[bsize]);
  /external/libvpx/libvpx/vp9/encoder/
vp9_bitstream.c 424 write_intra_mode(bc, mode, cm->fc.y_mode_prob[size_group_lookup[bsize]]);
    [all...]
vp9_encodeframe.c     [all...]

Completed in 768 milliseconds