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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dh264.h992 int8_t *i4x4_cache = h->intra4x4_pred_mode_cache; local
994 AV_COPY32(i4x4, i4x4_cache + 4 + 8 * 4);
995 i4x4[4] = i4x4_cache[7 + 8 * 3];
996 i4x4[5] = i4x4_cache[7 + 8 * 2];
997 i4x4[6] = i4x4_cache[7 + 8 * 1];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dh264.h788 int8_t *i4x4_cache= h->intra4x4_pred_mode_cache; local
790 AV_COPY32(i4x4, i4x4_cache + 4 + 8*4);
791 i4x4[4]= i4x4_cache[7+8*3];
792 i4x4[5]= i4x4_cache[7+8*2];
793 i4x4[6]= i4x4_cache[7+8*1];

Completed in 88 milliseconds