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

  /external/libvpx/libvpx/vp9/encoder/
vp9_encodemv.c 37 const int mv_class = vp9_get_mv_class(mag - 1, &offset); local
49 &mv_class_encodings[mv_class]);
52 if (mv_class == MV_CLASS_0) {
57 const int n = mv_class + CLASS0_BITS - 1; // number of bits
64 mv_class == MV_CLASS_0 ? mvcomp->class0_fp[d] : mvcomp->fp,
70 mv_class == MV_CLASS_0 ? mvcomp->class0_hp : mvcomp->hp);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_encodemv.c 37 const int mv_class = vp9_get_mv_class(mag - 1, &offset); local
49 &mv_class_encodings[mv_class]);
52 if (mv_class == MV_CLASS_0) {
57 const int n = mv_class + CLASS0_BITS - 1; // number of bits
64 mv_class == MV_CLASS_0 ? mvcomp->class0_fp[d] : mvcomp->fp,
70 mv_class == MV_CLASS_0 ? mvcomp->class0_hp : mvcomp->hp);
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodemv.c 207 const int mv_class = vp9_read_tree(r, vp9_mv_class_tree, mvcomp->classes); local
208 const int class0 = mv_class == MV_CLASS_0;
215 const int n = mv_class + CLASS0_BITS - 1; // number of bits
232 mag = vp9_get_mv_mag(mv_class, (d << 3) | (fr << 1) | hp) + 1;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
vp9_decodemv.c 208 const int mv_class = vp9_read_tree(r, vp9_mv_class_tree, mvcomp->classes); local
209 const int class0 = mv_class == MV_CLASS_0;
216 const int n = mv_class + CLASS0_BITS - 1; // number of bits
233 mag = vp9_get_mv_mag(mv_class, (d << 3) | (fr << 1) | hp) + 1;

Completed in 449 milliseconds