Searched refs:MAX_CBS_4x4 (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 Droqvideoenc.c73 #define MAX_CBS_4x4 256 macro
216 int usedCB4[MAX_CBS_4x4];
218 uint8_t unpacked_cb4[MAX_CBS_4x4*4*4*3];
219 uint8_t unpacked_cb4_enlarged[MAX_CBS_4x4*8*8*3];
229 int f2i4[MAX_CBS_4x4];
230 int i2f4[MAX_CBS_4x4];
544 for (i=0; i<(enc->quake3_compat ? MAX_CBS_4x4-1 : MAX_CBS_4x4); i++) {
836 roq_cell *results4 = av_malloc(sizeof(roq_cell)*MAX_CBS_4x4*4);
851 generate_codebook(enc, tempData, points, max, results4, 4, (enc->quake3_compat ? MAX_CBS_4x4
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Droqvideoenc.c70 #define MAX_CBS_4x4 255 macro
213 int usedCB4[MAX_CBS_4x4];
215 uint8_t unpacked_cb4[MAX_CBS_4x4*4*4*3];
216 uint8_t unpacked_cb4_enlarged[MAX_CBS_4x4*8*8*3];
226 int f2i4[MAX_CBS_4x4];
227 int i2f4[MAX_CBS_4x4];
541 for (i=0; i<MAX_CBS_4x4; i++) {
833 roq_cell *results4 = av_malloc(sizeof(roq_cell)*MAX_CBS_4x4*4);
848 generate_codebook(enc, tempData, points, max, results4, 4, MAX_CBS_4x4);
850 codebooks->numCB4 = MAX_CBS_4x4;
[all...]

Completed in 74 milliseconds