Home
last modified time | relevance | path

Searched refs:MAX_TB_SIZE (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dhevcpred_template.c98 pixel left_array[2 * MAX_TB_SIZE + 1]; in FUNC()
99 pixel filtered_left_array[2 * MAX_TB_SIZE + 1]; in FUNC()
100 pixel top_array[2 * MAX_TB_SIZE + 1]; in FUNC()
101 pixel filtered_top_array[2 * MAX_TB_SIZE + 1]; in FUNC()
162 memset(left, 128, 2 * MAX_TB_SIZE*sizeof(pixel)); in FUNC()
163 memset(top , 128, 2 * MAX_TB_SIZE*sizeof(pixel)); in FUNC()
442 pixel ref_array[3 * MAX_TB_SIZE + 4]; in FUNC()
Dhevcdec.h51 #define MAX_TB_SIZE 32 macro