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

  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_subpel_variance.asm 147 %define sec_str sec_strideq
163 %define sec_str sec_stridemp
204 %define sec_str sec_strideq
207 %define sec_str sec_stridemp
228 shl sec_str, 1
290 add secq, sec_str
362 add secq, sec_str
491 add secq, sec_str
562 add secq, sec_str
660 add secq, sec_str
    [all...]
  /bootable/recovery/updater/
install.c 361 char* sec_str; local
362 if (ReadArgs(state, argv, 2, &frac_str, &sec_str) < 0) {
367 int sec = strtol(sec_str, NULL, 10);
372 free(sec_str);
    [all...]

Completed in 47 milliseconds