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

  /external/libavc/decoder/
ih264d_process_bslice.c 345 /* If present MB is 16x16 and the partition of colocated Mb is >= PRED_8x8 */
    [all...]
ih264d_tables.c 493 PRED_16x8, PRED_8x16, PRED_8x8, PRED_8x8R0,
501 PRED_8x16, PRED_16x8, PRED_8x16, PRED_8x8,
503 PRED_8x8,
504 PRED_8x8, PRED_8x8 };
    [all...]
ih264d_defs.h 439 #define PRED_8x8 3
ih264d_parse_pslice.c 111 uc_sub_mb = ((u1_mb_type == PRED_8x8) | (u1_mb_type == PRED_8x8R0));
117 UWORD8 u1_colz = (PRED_8x8 << 6);
458 uc_sub_mb = ((u1_mb_type == PRED_8x8) | (u1_mb_type == PRED_8x8R0));
464 UWORD8 u1_colz = (PRED_8x8 << 6);
    [all...]
ih264d_parse_bslice.c 142 *pu1_col_info++ = ((PRED_8x8) << 6)
443 const UWORD8 u1_colz = ((PRED_8x8) << 6);
    [all...]

Completed in 54 milliseconds