Searched refs:ALGO_NOP (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dtruemotion1.c102 #define ALGO_NOP 0 macro
122 { ALGO_NOP, 0, 0, 0 },
134 { ALGO_NOP, 4, 4, BLOCK_4x4 },
136 { ALGO_NOP, 4, 2, BLOCK_4x2 },
139 { ALGO_NOP, 2, 4, BLOCK_2x4 },
141 { ALGO_NOP, 2, 2, BLOCK_2x2 },
871 } else if (compression_types[s->compression].algorithm != ALGO_NOP) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dtruemotion1.c105 #define ALGO_NOP 0 macro
125 { ALGO_NOP, 0, 0, 0 },
137 { ALGO_NOP, 4, 4, BLOCK_4x4 },
139 { ALGO_NOP, 4, 2, BLOCK_4x2 },
142 { ALGO_NOP, 2, 4, BLOCK_2x4 },
144 { ALGO_NOP, 2, 2, BLOCK_2x2 },
883 } else if (compression_types[s->compression].algorithm != ALGO_NOP) {

Completed in 85 milliseconds