HomeSort by relevance Sort by last modified time
    Searched refs:countbreak (Results 1 - 8 of 8) sorted by null

  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
sad_halfpel.cpp 193 UInt *countbreak = &(htfm_stat->countbreak); local
251 (*countbreak)++;
258 (*countbreak)++;
275 UInt *countbreak = &(htfm_stat->countbreak); local
332 (*countbreak)++;
339 (*countbreak)++;
356 UInt *countbreak = &(htfm_stat->countbreak); local
    [all...]
sad.cpp 102 uint *countbreak = &(htfm_stat->countbreak); local
183 (*countbreak)++;
191 (*countbreak)++;
avcenc_int.h 358 uint countbreak; member in struct:tagHTFM_Stat
motion_est.cpp 620 htfm_stat->countbreak = 0;
689 if (htfm_stat->countbreak == 0)
690 htfm_stat->countbreak = 1;
692 newvar[0] = (double)(htfm_stat->abs_dif_mad_avg) / (htfm_stat->countbreak * 16.);
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
sad_halfpel.cpp 346 UInt *countbreak = &(htfm_stat->countbreak); local
402 (*countbreak)++;
409 (*countbreak)++;
425 UInt *countbreak = &(htfm_stat->countbreak); local
480 (*countbreak)++;
487 (*countbreak)++;
503 UInt *countbreak = &(htfm_stat->countbreak); local
    [all...]
sad.cpp 117 UInt *countbreak = &(htfm_stat->countbreak); local
196 (*countbreak)++;
204 (*countbreak)++;
mp4lib_int.h 310 UInt countbreak; member in struct:tagHTFM_Stat
motion_est.cpp 552 htfm_stat->countbreak = 0;
621 if (htfm_stat->countbreak == 0)
622 htfm_stat->countbreak = 1;
624 newvar[0] = (double)(htfm_stat->abs_dif_mad_avg) / (htfm_stat->countbreak * 16.);
    [all...]

Completed in 101 milliseconds