Searched refs:MAX_TB_SIZE (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 Dhevcpred_template.c97 pixel left_array[2 * MAX_TB_SIZE + 1];
98 pixel filtered_left_array[2 * MAX_TB_SIZE + 1];
99 pixel top_array[2 * MAX_TB_SIZE + 1];
100 pixel filtered_top_array[2 * MAX_TB_SIZE + 1];
161 memset(left, 128, 2 * MAX_TB_SIZE*sizeof(pixel));
162 memset(top , 128, 2 * MAX_TB_SIZE*sizeof(pixel));
441 pixel ref_array[3 * MAX_TB_SIZE + 4];
H A Dhevc.h58 #define MAX_TB_SIZE 32 macro
697 DECLARE_ALIGNED(32, int16_t, coeffs[2][MAX_TB_SIZE * MAX_TB_SIZE]);

Completed in 70 milliseconds