Searched defs:above (Results 1 - 25 of 42) sorted by relevance

12

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_common_data.c147 PARTITION_CONTEXT above; member in struct:__anon13108
H A Dvp9_entropymode.h104 const PREDICTION_MODE above = vp9_above_block_mode(mi, above_mi, block); local
106 return vp9_kf_y_mode_prob[above][left];
/external/libvpx/libvpx/vp9/common/
H A Dvp9_common_data.c140 PARTITION_CONTEXT above; member in struct:__anon24900
H A Dvp9_entropymode.h104 const MB_PREDICTION_MODE above = vp9_above_block_mode(mi, above_mi, block); local
106 return vp9_kf_y_mode_prob[above][left];
H A Dvp9_reconintra.c37 const uint8_t *above, \
39 type##_predictor(dst, stride, size, above, left); \
49 const uint8_t *above, const uint8_t *left) {
78 const uint8_t *above, const uint8_t *left) {
82 dst[c] = r & 1 ? ROUND_POWER_OF_TWO(above[r/2 + c] +
83 above[r/2 + c + 1] * 2 +
84 above[r/2 + c + 2], 2)
85 : ROUND_POWER_OF_TWO(above[r/2 + c] +
86 above[r/2 + c + 1], 1);
93 const uint8_t *above, cons
48 d207_predictor(uint8_t *dst, ptrdiff_t stride, int bs, const uint8_t *above, const uint8_t *left) argument
77 d63_predictor(uint8_t *dst, ptrdiff_t stride, int bs, const uint8_t *above, const uint8_t *left) argument
92 d45_predictor(uint8_t *dst, ptrdiff_t stride, int bs, const uint8_t *above, const uint8_t *left) argument
106 d117_predictor(uint8_t *dst, ptrdiff_t stride, int bs, const uint8_t *above, const uint8_t *left) argument
136 d135_predictor(uint8_t *dst, ptrdiff_t stride, int bs, const uint8_t *above, const uint8_t *left) argument
157 d153_predictor(uint8_t *dst, ptrdiff_t stride, int bs, const uint8_t *above, const uint8_t *left) argument
184 v_predictor(uint8_t *dst, ptrdiff_t stride, int bs, const uint8_t *above, const uint8_t *left) argument
195 h_predictor(uint8_t *dst, ptrdiff_t stride, int bs, const uint8_t *above, const uint8_t *left) argument
206 tm_predictor(uint8_t *dst, ptrdiff_t stride, int bs, const uint8_t *above, const uint8_t *left) argument
219 dc_128_predictor(uint8_t *dst, ptrdiff_t stride, int bs, const uint8_t *above, const uint8_t *left) argument
230 dc_left_predictor(uint8_t *dst, ptrdiff_t stride, int bs, const uint8_t *above, const uint8_t *left) argument
246 dc_top_predictor(uint8_t *dst, ptrdiff_t stride, int bs, const uint8_t *above, const uint8_t *left) argument
261 dc_predictor(uint8_t *dst, ptrdiff_t stride, int bs, const uint8_t *above, const uint8_t *left) argument
[all...]
/external/wpa_supplicant_8/wpa_supplicant/
H A Dbgscan.c108 void bgscan_notify_signal_change(struct wpa_supplicant *wpa_s, int above, argument
113 wpa_s->bgscan->notify_signal_change(wpa_s->bgscan_priv, above,
H A Dbgscan.h24 void (*notify_signal_change)(void *priv, int above,
38 void bgscan_notify_signal_change(struct wpa_supplicant *wpa_s, int above,
65 int above, int current_signal,
64 bgscan_notify_signal_change(struct wpa_supplicant *wpa_s, int above, int current_signal, int current_noise, int current_txrate) argument
H A Dbgscan_simple.c207 static void bgscan_simple_notify_signal_change(void *priv, int above, argument
221 "(above=%d current_signal=%d current_noise=%d "
222 "current_txrate=%d))", above, current_signal,
224 if (data->scan_interval == data->long_interval && !above) {
250 } else if (data->scan_interval == data->short_interval && above) {
257 } else if (!above) {
H A Dbgscan_learn.c561 static void bgscan_learn_notify_signal_change(void *priv, int above, argument
575 "(above=%d current_signal=%d current_noise=%d "
576 "current_txrate=%d)", above, current_signal,
578 if (data->scan_interval == data->long_interval && !above) {
585 } else if (data->scan_interval == data->short_interval && above) {
592 } else if (!above) {
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
H A DFontTest.cpp8 * 1. Redistributions of source code must retain the above copyright
10 * 2. Redistributions in binary form must reproduce the above copyright
43 UChar above[1]; local
49 above[0] = rangeEnd + 1;
55 EXPECT_EQ(SimplePath, Character::characterRangeCodePath(above, 1));
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
H A Dfindnearmv.c36 const MODE_INFO *above = here - xd->mode_info_stride; local
38 const MODE_INFO *aboveleft = above - 1;
48 /* Process above */
49 if (above->mbmi.ref_frame != INTRA_FRAME)
51 if (above->mbmi.mv.as_int)
53 (++mv)->as_int = above->mbmi.mv.as_int;
54 mv_bias(ref_frame_sign_bias[above->mbmi.ref_frame], refframe, mv, ref_frame_sign_bias);
83 /* Process above left */
108 /* See if above-left MV can be merged with NEAREST */
113 cnt[CNT_SPLITMV] = ((above
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Dmr_dissim.c105 const MODE_INFO *above = here - cm->mode_info_stride; local
107 const MODE_INFO *aboveleft = above - 1;
119 GET_MV_SIGN(above)
126 aboveright = above + 1;
148 GET_MV(above)
155 aboveright = above + 1;
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/mips/dspr2/
H A Dvp9_intrapred16_dspr2.c18 const uint8_t *above, const uint8_t *left) {
165 const uint8_t *above, const uint8_t *left) {
172 "lw %[above1], (%[above]) \n\t"
173 "lw %[above2], 4(%[above]) \n\t"
196 "lw %[above1], 8(%[above]) \n\t"
197 "lw %[above2], 12(%[above]) \n\t"
328 : [above] "r" (above), [left] "r" (left),
17 vp9_h_predictor_16x16_dspr2(uint8_t *dst, ptrdiff_t stride, const uint8_t *above, const uint8_t *left) argument
164 vp9_dc_predictor_16x16_dspr2(uint8_t *dst, ptrdiff_t stride, const uint8_t *above, const uint8_t *left) argument
H A Dvp9_intrapred4_dspr2.c18 const uint8_t *above, const uint8_t *left) {
45 const uint8_t *above, const uint8_t *left) {
51 "lw %[above_c], (%[above]) \n\t"
81 : [above] "r" (above), [left] "r" (left),
87 const uint8_t *above, const uint8_t *left) {
97 "ulw %[resl], (%[above]) \n\t"
104 "lbu %[top_left], -1(%[above]) \n\t"
228 : [above] "r" (above), [lef
17 vp9_h_predictor_4x4_dspr2(uint8_t *dst, ptrdiff_t stride, const uint8_t *above, const uint8_t *left) argument
44 vp9_dc_predictor_4x4_dspr2(uint8_t *dst, ptrdiff_t stride, const uint8_t *above, const uint8_t *left) argument
86 vp9_tm_predictor_4x4_dspr2(uint8_t *dst, ptrdiff_t stride, const uint8_t *above, const uint8_t *left) argument
[all...]
H A Dvp9_intrapred8_dspr2.c18 const uint8_t *above, const uint8_t *left) {
74 const uint8_t *above, const uint8_t *left) {
81 "lw %[above1], (%[above]) \n\t"
82 "lw %[above2], 4(%[above]) \n\t"
151 : [above] "r" (above), [left] "r" (left), [dst] "r" (dst),
157 const uint8_t *above, const uint8_t *left) {
167 "ulw %[reshw], (%[above]) \n\t"
168 "ulw %[top_left], 4(%[above]) \n\t"
177 "lbu %[top_left], -1(%[above]) \
17 vp9_h_predictor_8x8_dspr2(uint8_t *dst, ptrdiff_t stride, const uint8_t *above, const uint8_t *left) argument
73 vp9_dc_predictor_8x8_dspr2(uint8_t *dst, ptrdiff_t stride, const uint8_t *above, const uint8_t *left) argument
156 vp9_tm_predictor_8x8_dspr2(uint8_t *dst, ptrdiff_t stride, const uint8_t *above, const uint8_t *left) argument
[all...]
/external/libvpx/libvpx/vp8/common/
H A Dfindnearmv.c36 const MODE_INFO *above = here - xd->mode_info_stride; local
38 const MODE_INFO *aboveleft = above - 1;
48 /* Process above */
49 if (above->mbmi.ref_frame != INTRA_FRAME)
51 if (above->mbmi.mv.as_int)
53 (++mv)->as_int = above->mbmi.mv.as_int;
54 mv_bias(ref_frame_sign_bias[above->mbmi.ref_frame], refframe, mv, ref_frame_sign_bias);
83 /* Process above left */
108 /* See if above-left MV can be merged with NEAREST */
113 cnt[CNT_SPLITMV] = ((above
[all...]
/external/libvpx/libvpx/vp8/encoder/
H A Dmr_dissim.c104 const MODE_INFO *above = here - cm->mode_info_stride; local
106 const MODE_INFO *aboveleft = above - 1;
118 GET_MV_SIGN(above)
125 aboveright = above + 1;
147 GET_MV(above)
154 aboveright = above + 1;
/external/libvpx/libvpx/vp9/common/mips/dspr2/
H A Dvp9_intrapred16_dspr2.c18 const uint8_t *above, const uint8_t *left) {
165 const uint8_t *above, const uint8_t *left) {
172 "lw %[above1], (%[above]) \n\t"
173 "lw %[above2], 4(%[above]) \n\t"
196 "lw %[above1], 8(%[above]) \n\t"
197 "lw %[above2], 12(%[above]) \n\t"
328 : [above] "r" (above), [left] "r" (left),
17 vp9_h_predictor_16x16_dspr2(uint8_t *dst, ptrdiff_t stride, const uint8_t *above, const uint8_t *left) argument
164 vp9_dc_predictor_16x16_dspr2(uint8_t *dst, ptrdiff_t stride, const uint8_t *above, const uint8_t *left) argument
H A Dvp9_intrapred4_dspr2.c18 const uint8_t *above, const uint8_t *left) {
45 const uint8_t *above, const uint8_t *left) {
51 "lw %[above_c], (%[above]) \n\t"
81 : [above] "r" (above), [left] "r" (left),
87 const uint8_t *above, const uint8_t *left) {
97 "ulw %[resl], (%[above]) \n\t"
104 "lbu %[top_left], -1(%[above]) \n\t"
228 : [above] "r" (above), [lef
17 vp9_h_predictor_4x4_dspr2(uint8_t *dst, ptrdiff_t stride, const uint8_t *above, const uint8_t *left) argument
44 vp9_dc_predictor_4x4_dspr2(uint8_t *dst, ptrdiff_t stride, const uint8_t *above, const uint8_t *left) argument
86 vp9_tm_predictor_4x4_dspr2(uint8_t *dst, ptrdiff_t stride, const uint8_t *above, const uint8_t *left) argument
[all...]
H A Dvp9_intrapred8_dspr2.c18 const uint8_t *above, const uint8_t *left) {
74 const uint8_t *above, const uint8_t *left) {
81 "lw %[above1], (%[above]) \n\t"
82 "lw %[above2], 4(%[above]) \n\t"
151 : [above] "r" (above), [left] "r" (left), [dst] "r" (dst),
157 const uint8_t *above, const uint8_t *left) {
167 "ulw %[reshw], (%[above]) \n\t"
168 "ulw %[top_left], 4(%[above]) \n\t"
177 "lbu %[top_left], -1(%[above]) \
17 vp9_h_predictor_8x8_dspr2(uint8_t *dst, ptrdiff_t stride, const uint8_t *above, const uint8_t *left) argument
73 vp9_dc_predictor_8x8_dspr2(uint8_t *dst, ptrdiff_t stride, const uint8_t *above, const uint8_t *left) argument
156 vp9_tm_predictor_8x8_dspr2(uint8_t *dst, ptrdiff_t stride, const uint8_t *above, const uint8_t *left) argument
[all...]
/external/chromium_org/tools/traceline/traceline/
H A Dassembler.h12 // - Redistributions of source code must retain the above copyright notice,
15 // - Redistribution in binary form must reproduce the above copyright
35 // The original source code covered by the above license above has been
74 above = 7, enumerator in enum:Condition
/external/chromium_org/ash/wm/
H A Dsession_state_animator_impl.cc165 bool above,
176 above ? LAYER_SCALE_ANIMATION_ABOVE : LAYER_SCALE_ANIMATION_BELOW);
236 bool above,
246 above ? LAYER_SCALE_ANIMATION_ABOVE : LAYER_SCALE_ANIMATION_BELOW);
163 HideWindow(aura::Window* window, base::TimeDelta duration, bool above, ui::LayerAnimationObserver* observer) argument
234 ShowWindow(aura::Window* window, base::TimeDelta duration, bool above, ui::LayerAnimationObserver* observer) argument
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/decoder/
H A Ddecodemv.c216 const vp8_prob * get_sub_mv_ref_prob(const int left, const int above) argument
219 int aez = (above == 0);
220 int lea = (left == above);
277 /* On top edge, get from MB above us */
320 refer back to us via "left" or "above". */
351 const MODE_INFO *above = mi - mis; local
353 const MODE_INFO *aboveleft = above - 1;
368 /* Process above */
369 if (above->mbmi.ref_frame != INTRA_FRAME)
371 if (above
[all...]
/external/jemalloc/test/src/
H A DSFMT.c13 * * Redistributions of source code must retain the above copyright
15 * * Redistributions in binary form must reproduce the above
462 uint32_t ret, above; local
464 above = 0xffffffffU - (0xffffffffU % limit);
467 if (ret < above) {
512 uint64_t ret, above; local
514 above = KQU(0xffffffffffffffff) - (KQU(0xffffffffffffffff) % limit);
517 if (ret < above) {
/external/libvpx/libvpx/vp8/decoder/
H A Ddecodemv.c216 const vp8_prob * get_sub_mv_ref_prob(const int left, const int above) argument
219 int aez = (above == 0);
220 int lea = (left == above);
277 /* On top edge, get from MB above us */
320 refer back to us via "left" or "above". */
351 const MODE_INFO *above = mi - mis; local
353 const MODE_INFO *aboveleft = above - 1;
368 /* Process above */
369 if (above->mbmi.ref_frame != INTRA_FRAME)
371 if (above
[all...]

Completed in 1394 milliseconds

12