HomeSort by relevance Sort by last modified time
    Searched defs:MB_MODE_INFO (Results 1 - 2 of 2) sorted by null

  /external/libaom/libaom/av1/common/
blockd.h 213 typedef struct MB_MODE_INFO {
272 } MB_MODE_INFO;
274 static INLINE int is_intrabc_block(const MB_MODE_INFO *mbmi) {
301 static INLINE int is_inter_block(const MB_MODE_INFO *mbmi) {
305 static INLINE int has_second_ref(const MB_MODE_INFO *mbmi) {
309 static INLINE int has_uni_comp_refs(const MB_MODE_INFO *mbmi) {
346 PREDICTION_MODE av1_left_block_mode(const MB_MODE_INFO *left_mi);
348 PREDICTION_MODE av1_above_block_mode(const MB_MODE_INFO *above_mi);
350 static INLINE int is_global_mv_block(const MB_MODE_INFO *const mbmi,
499 MB_MODE_INFO **mi
    [all...]
  /external/libvpx/libvpx/vp8/common/
blockd.h 154 } MB_MODE_INFO;
157 MB_MODE_INFO mbmi;
259 * flags in MB_MODE_INFO */

Completed in 77 milliseconds