Home
last modified time | relevance | path

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

/external/libvpx/vp8/encoder/x86/
Dpreproc_mmx.c19 #define FRAMECOUNT 7 macro
83 while (frame < FRAMECOUNT); in temp_filter_wmt()
96 int offset2 = (ppi->frame % FRAMECOUNT); in temp_filter_wmt()
118 mov ecx, FRAMECOUNT in temp_filter_wmt()
217 while (frame < FRAMECOUNT); in temp_filter_mmx()
230 int offset2 = (ppi->frame % FRAMECOUNT); in temp_filter_mmx()
251 mov ecx, FRAMECOUNT in temp_filter_mmx()
/external/libvpx/vp8/encoder/
Dpreproc.c31 #define FRAMECOUNT 7 macro
103 while (frame < FRAMECOUNT); in temp_filter_c()
114 int offset = (ppi->frame % FRAMECOUNT); in temp_filter_c()
147 while (frame < FRAMECOUNT); in temp_filter_c()
227 ppi->frame_buffer_alloc = vpx_malloc(32 + frame_size * FRAMECOUNT * sizeof(unsigned char)); in init_pre_proc7()