OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:predu
(Results
1 - 3
of
3
) sorted by null
/external/libvpx/libvpx/vp8/common/
reconintra.c
246
int
predu
= uleft_col[i] + uabove_row[j] - utop_left;
local
249
if (
predu
< 0)
250
predu
= 0;
252
if (
predu
> 255)
253
predu
= 255;
261
upred_ptr[j] =
predu
;
/external/libvpx/libvpx/vp8/encoder/
pickinter.c
318
int
predu
= uleft_col[i] + uabove_row[j] - utop_left;
local
325
if (
predu
< 0)
326
predu
= 0;
328
if (
predu
> 255)
329
predu
= 255;
356
diff = u_p -
predu
;
[
all
...]
/packages/apps/Browser/res/values-hr/
strings.xml
288
<string name="pref_link_prefetch_title" msgid="4123685219009241072">"
Predu
?itavanje web-stranice"</string>
294
<string name="pref_link_prefetch_summary" msgid="6558181497993206817">"Dopustite pregledniku
predu
?itavanje povezanih web-stranica u pozadini"</string>
295
<string name="pref_link_prefetch_dialogtitle" msgid="3804646141622839765">"
Predu
?itavanje web-stranice"</string>
[
all
...]
Completed in 141 milliseconds