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

  /external/libvpx/vp8/encoder/
block.h 58 } PARTITION_INFO;
71 PARTITION_INFO *partition_info; /* work pointer */ member in struct:__anon8477
72 PARTITION_INFO *pi; /* Corresponds to upper left visible macroblock */
73 PARTITION_INFO *pip; /* Base of allocated array */
pickinter.c 422 PARTITION_INFO best_partition;
854 vpx_memcpy(&best_partition, x->partition_info, sizeof(PARTITION_INFO));
929 vpx_memcpy(x->partition_info, &best_partition, sizeof(PARTITION_INFO));
944 vpx_memcpy(x->partition_info, &best_partition, sizeof(PARTITION_INFO));
rdopt.c     [all...]
onyx_if.c     [all...]

Completed in 144 milliseconds