Searched refs:cook (Results 1 - 5 of 5) sorted by relevance
/third_party/ffmpeg/tests/fate/ |
H A D | real.mak | 18 FATE_REALMEDIA_AUDIO-$(call DEMDEC, RM, COOK) += fate-ra-cook 19 fate-ra-cook: CMD = pcm -i $(TARGET_SAMPLES)/real/ra_cook.rm 20 fate-ra-cook: CMP = oneoff 21 fate-ra-cook: REF = $(SAMPLES)/real/ra_cook.pcm
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
H A D | des-internal.c | 251 u32 *cook; in cookey() local 256 cook = dough; in cookey() 259 *cook = (*raw0 & 0x00fc0000L) << 6; in cookey() 260 *cook |= (*raw0 & 0x00000fc0L) << 10; in cookey() 261 *cook |= (*raw1 & 0x00fc0000L) >> 10; in cookey() 262 *cook++ |= (*raw1 & 0x00000fc0L) >> 6; in cookey() 263 *cook = (*raw0 & 0x0003f000L) << 12; in cookey() 264 *cook |= (*raw0 & 0x0000003fL) << 16; in cookey() 265 *cook |= (*raw1 & 0x0003f000L) >> 4; in cookey() 266 *cook in cookey() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
H A D | des-internal.c | 251 u32 *cook; in cookey() local 256 cook = dough; in cookey() 259 *cook = (*raw0 & 0x00fc0000L) << 6; in cookey() 260 *cook |= (*raw0 & 0x00000fc0L) << 10; in cookey() 261 *cook |= (*raw1 & 0x00fc0000L) >> 10; in cookey() 262 *cook++ |= (*raw1 & 0x00000fc0L) >> 6; in cookey() 263 *cook = (*raw0 & 0x0003f000L) << 12; in cookey() 264 *cook |= (*raw0 & 0x0000003fL) << 16; in cookey() 265 *cook |= (*raw1 & 0x0003f000L) >> 4; in cookey() 266 *cook in cookey() [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | cook.c | 27 * Cook is identified by the codec name cook in RM files. 108 typedef struct cook { struct 113 void (*scalar_dequant)(struct cook *q, int index, int quant_index, 117 void (*decouple)(struct cook *q, 124 void (*imlt_window)(struct cook *q, float *buffer1, 127 void (*interpolate)(struct cook *q, float *buffer, 130 void (*saturate_output)(struct cook *q, float *out); 1300 .p.name = "cook",
|
H A D | Makefile | 282 OBJS-$(CONFIG_COOK_DECODER) += cook.o
|
Completed in 8 milliseconds