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

  /external/libaom/libaom/av1/decoder/
inspection.h 53 int16_t compound_type; member in struct:insp_mi_data
inspection.c 96 mi->compound_type = mbmi->interinter_comp.type;
  /external/libaom/libaom/examples/
inspect.c 95 ARG_DEF("ct", "compound_type", 0, "Dump Compound Types");
277 { "compound_type", offsetof(insp_mi_data, compound_type) },
657 buf += put_block_info(buf, compound_type_map, "compound_type",
658 offsetof(insp_mi_data, compound_type), 0);
  /external/libaom/libaom/tools/
aom_entropy_optimizer.c 434 optimize_cdf_table(&fc.compound_type[0][0], probsfile, 2, cts_each_dim,
  /external/libaom/libaom/av1/encoder/
encoder.h 456 unsigned int compound_type[BLOCK_SIZES_ALL][MASKED_COMPOUND_TYPES]; member in struct:FRAME_COUNTS
    [all...]
rdopt.c 7823 const COMPOUND_TYPE compound_type = x->e_mbd.mi[0]->interinter_comp.type; local
7904 const COMPOUND_TYPE compound_type = mbmi->interinter_comp.type; local
10075 const COMPOUND_TYPE compound_type = mbmi->interinter_comp.type; local
    [all...]
encodeframe.c     [all...]

Completed in 104 milliseconds