HomeSort by relevance Sort by last modified time
    Searched refs:cb (Results 201 - 225 of 889) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/jpeg/
jdmerge.c 18 * G = Y + K2 * Cb + K3 * Cr
19 * B = Y + K4 * Cb
72 int * Cb_b_tab; /* => table for Cb to B conversion */
74 INT32 * Cb_g_tab; /* => table for Cb to G conversion */
123 /* The Cb or Cr value we are thinking of is x = i - CENTERJSAMPLE */
127 /* Cb=>B value is nearest int to 1.77200 * x */
132 /* Cb=>G value is scaled-up -0.34414 * x */
256 int cb, cr; local
275 cb = GETJSAMPLE(*inptr1++);
278 cgreen = (int) RIGHT_SHIFT(Cbgtab[cb] + Crgtab[cr], SCALEBITS)
315 int cb, cr; local
379 int cb, cr; local
453 int cb, cr; local
529 int cb, cr; local
614 int cb, cr; local
    [all...]
jdcolor.c 23 int * Cb_b_tab; /* => table for Cb to B conversion */
25 INT32 * Cb_g_tab; /* => table for Cb to G conversion */
54 * YCbCr is defined per CCIR 601-1, except that Cb and Cr are
58 * G = Y - 0.34414 * Cb - 0.71414 * Cr
59 * B = Y + 1.77200 * Cb
60 * where Cb and Cr represent the incoming values less CENTERJSAMPLE.
70 * by precalculating the constants times Cb and Cr for all possible values.
75 * The Cr=>R and Cb=>B values can be rounded to integers in advance; the
112 /* The Cb or Cr value we are thinking of is x = i - CENTERJSAMPLE */
116 /* Cb=>B value is nearest int to 1.77200 * x *
144 register int y, cb, cr; local
185 register int y, cb, cr; local
226 register int y, cb, cr; local
298 register int y, cb, cr; local
694 register int y, cb, cr; local
    [all...]
  /external/qemu/distrib/jpeg-6b/
jdmerge.c 18 * G = Y + K2 * Cb + K3 * Cr
19 * B = Y + K4 * Cb
72 int * Cb_b_tab; /* => table for Cb to B conversion */
74 INT32 * Cb_g_tab; /* => table for Cb to G conversion */
123 /* The Cb or Cr value we are thinking of is x = i - CENTERJSAMPLE */
127 /* Cb=>B value is nearest int to 1.77200 * x */
132 /* Cb=>G value is scaled-up -0.34414 * x */
256 int cb, cr; local
275 cb = GETJSAMPLE(*inptr1++);
278 cgreen = (int) RIGHT_SHIFT(Cbgtab[cb] + Crgtab[cr], SCALEBITS)
315 int cb, cr; local
379 int cb, cr; local
453 int cb, cr; local
529 int cb, cr; local
614 int cb, cr; local
    [all...]
jdcolor.c 23 int * Cb_b_tab; /* => table for Cb to B conversion */
25 INT32 * Cb_g_tab; /* => table for Cb to G conversion */
54 * YCbCr is defined per CCIR 601-1, except that Cb and Cr are
58 * G = Y - 0.34414 * Cb - 0.71414 * Cr
59 * B = Y + 1.77200 * Cb
60 * where Cb and Cr represent the incoming values less CENTERJSAMPLE.
70 * by precalculating the constants times Cb and Cr for all possible values.
75 * The Cr=>R and Cb=>B values can be rounded to integers in advance; the
112 /* The Cb or Cr value we are thinking of is x = i - CENTERJSAMPLE */
116 /* Cb=>B value is nearest int to 1.77200 * x *
144 register int y, cb, cr; local
185 register int y, cb, cr; local
226 register int y, cb, cr; local
298 register int y, cb, cr; local
694 register int y, cb, cr; local
    [all...]
  /external/aac/libMpegTPDec/src/
tpdec_asc.cpp 573 CSTpCallBacks *cb )
580 error = cb->cbSbr(cb->cbSbrData, hBs, asc->m_samplingFrequency, asc->m_extensionSamplingFrequency, asc->m_samplesPerFrame, AOT_ER_AAC_ELD, ID_CPE, i++);
582 error = cb->cbSbr(cb->cbSbrData, hBs, asc->m_samplingFrequency, asc->m_extensionSamplingFrequency, asc->m_samplesPerFrame, AOT_ER_AAC_ELD, ID_SCE, i++);
587 error |= cb->cbSbr(cb->cbSbrData, hBs, asc->m_samplingFrequency, asc->m_extensionSamplingFrequency, asc->m_samplesPerFrame, AOT_ER_AAC_ELD, ID_CPE, i++);
589 error |= cb->cbSbr(cb->cbSbrData, hBs, asc->m_samplingFrequency, asc->m_extensionSamplingFrequency, asc->m_samplesPerFrame, AOT_ER_AAC_ELD, ID_CPE, i++);
593 error |= cb->cbSbr(cb->cbSbrData, hBs, asc->m_samplingFrequency, asc->m_extensionSamplingFrequency, asc->m_sam (…)
    [all...]
  /external/chromium/third_party/libjingle/source/talk/base/
firewallsocketserver.cc 57 virtual int Send(const void* pv, size_t cb) {
58 return SendTo(pv, cb, GetRemoteAddress());
60 virtual int SendTo(const void* pv, size_t cb, const SocketAddress& addr) {
66 return static_cast<int>(cb);
69 return AsyncSocketAdapter::SendTo(pv, cb, addr);
71 virtual int Recv(void* pv, size_t cb) {
73 return RecvFrom(pv, cb, &addr);
75 virtual int RecvFrom(void* pv, size_t cb, SocketAddress* paddr) {
78 int res = AsyncSocketAdapter::RecvFrom(pv, cb, paddr);
88 return AsyncSocketAdapter::RecvFrom(pv, cb, paddr)
    [all...]
  /external/iptables/extensions/
libxt_recent.c 85 static void recent_parse(struct xt_option_call *cb)
87 struct xt_recent_mtinfo *info = cb->data;
89 xtables_option_parse(cb);
90 switch (cb->entry->id) {
93 if (cb->invert)
98 if (cb->invert)
103 if (cb->invert)
108 if (cb->invert)
123 static void recent_check(struct xt_fcheck_call *cb)
125 if (!(cb->xflags & F_ANY_OP)
    [all...]
libip6t_hbh.c 102 static void hbh_parse(struct xt_option_call *cb)
104 struct ip6t_opts *optinfo = cb->data;
106 xtables_option_parse(cb);
107 switch (cb->entry->id) {
109 if (cb->invert)
113 optinfo->optsnr = parse_options(cb->arg, optinfo->opts);
libip6t_ipv6header.c 159 static void ipv6header_parse(struct xt_option_call *cb)
161 struct ip6t_ipv6header_info *info = cb->data;
163 xtables_option_parse(cb);
164 switch (cb->entry->id) {
166 if (!(info->matchflags = parse_header(cb->arg)))
168 if (cb->invert)
libipt_MASQUERADE.c 74 static void MASQUERADE_parse(struct xt_option_call *cb)
76 const struct ipt_entry *entry = cb->xt_entry;
78 struct nf_nat_multi_range *mr = cb->data;
89 xtables_option_parse(cb);
90 switch (cb->entry->id) {
95 parse_ports(cb->arg, mr);
libipt_SAME.c 73 static void SAME_parse(struct xt_option_call *cb)
75 struct ipt_same_info *mr = cb->data;
78 xtables_option_parse(cb);
79 switch (cb->entry->id) {
86 parse_to(cb->arg, &mr->range[mr->rangesize]);
88 if (cb->xflags & F_RANDOM)
libxt_CT.c 99 static void ct_parse(struct xt_option_call *cb)
101 struct xt_ct_target_info *info = cb->data;
103 xtables_option_parse(cb);
104 switch (cb->entry->id) {
109 info->ct_events = ct_parse_events(ct_event_tbl, ARRAY_SIZE(ct_event_tbl), cb->arg);
112 info->exp_events = ct_parse_events(exp_event_tbl, ARRAY_SIZE(exp_event_tbl), cb->arg);
libxt_udp.c 46 static void udp_parse(struct xt_option_call *cb)
48 struct xt_udp *udpinfo = cb->data;
50 xtables_option_parse(cb);
51 switch (cb->entry->id) {
53 if (cb->invert)
57 if (cb->invert)
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm_gcc/
h264bsdWriteMacroblock.S 31 #define cb r4 define
97 LDR cb, [image, #0x10]
120 VLD1 {qRow0, qRow1}, [data]! ;//cb rows 0,1,2,3
122 VLD1 {qRow2, qRow3}, [data]! ;//cb rows 4,5,6,7
128 VST1 {dRow0}, [cb,:64], cwidth
131 VST1 {dRow1}, [cb,:64], cwidth
134 VST1 {dRow2}, [cb,:64], cwidth
137 VST1 {dRow3}, [cb,:64], cwidth
140 VST1 {dRow4}, [cb,:64], cwidth
143 VST1 {dRow5}, [cb,:64], cwidt
    [all...]
  /system/core/libnl_2/
netlink.c 105 int nl_recvmsgs(struct nl_sock *sk, struct nl_cb *cb)
147 cb_rc = cb->cb_err(&nla, nlme, cb->cb_err_arg);
162 if (cb->cb_set[i]) {
166 cb_rc = cb->cb_set[i](msg, cb->cb_args[i]);
172 cb_rc = cb->cb_set[i](msg, cb->cb_args[i]);
178 cb_rc = cb->cb_set[i](msg, cb->cb_args[i])
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_yuv_sw.c 109 unsigned char *cb, unsigned char *out,
113 unsigned char *cb, unsigned char *out,
127 unsigned char *cb, unsigned char *out,
131 unsigned char *cb, unsigned char *out,
137 unsigned char *cb, unsigned char *out,
165 + colortab[ *cb + 2*256 ];
166 cb_b = 2*768+256 + colortab[ *cb + 3*256 ];
167 ++cr; ++cb;
207 unsigned char *cb, unsigned char *out,
237 + colortab[ *cb + 2*256 ]
    [all...]
  /sdk/emulator/opengl/host/libs/libOpenglRender/
ColorBuffer.cpp 54 ColorBuffer *cb = new ColorBuffer(); local
57 s_gl.glGenTextures(1, &cb->m_tex);
58 s_gl.glBindTexture(GL_TEXTURE_2D, cb->m_tex);
78 s_gl.glGenTextures(1, &cb->m_blitTex);
79 s_gl.glBindTexture(GL_TEXTURE_2D, cb->m_blitTex);
90 cb->m_width = p_width;
91 cb->m_height = p_height;
92 cb->m_internalFormat = texInternalFormat;
95 cb->m_eglImage = s_egl.eglCreateImageKHR(fb->getDisplay(),
98 (EGLClientBuffer)cb->m_tex
    [all...]
  /external/bluetooth/bluez/src/
agent.c 77 void *cb; member in struct:agent_request
160 agent_cb cb; local
167 pincode_cb = agent->request->cb;
171 cb = agent->request->cb;
172 cb(agent, &err, agent->request->user_data);
193 agent_remove_cb cb, void *remove_cb_data)
203 agent->remove_cb = cb;
215 void *cb,
225 req->cb = cb
255 agent_cb cb = req->cb; local
364 agent_pincode_cb cb = req->cb; local
538 agent_passkey_cb cb = req->cb; local
    [all...]
  /external/wpa_supplicant_8/src/eapol_auth/
eapol_auth_sm.c 30 sm->eapol->cb.set_port_authorized(sm->eapol->conf.ctx, sm->sta, 1)
32 sm->eapol->cb.set_port_authorized(sm->eapol->conf.ctx, sm->sta, 0)
38 #define abortAuth() sm->eapol->cb.abort_auth(sm->eapol->conf.ctx, sm->sta)
39 #define txKey() sm->eapol->cb.tx_key(sm->eapol->conf.ctx, sm->sta)
52 if (eapol->cb.logger == NULL)
54 eapol->cb.logger(eapol->conf.ctx, addr, level, txt);
66 if (eapol->cb.logger == NULL)
98 sm->eapol->cb.eapol_send(sm->eapol->conf.ctx, sm->sta,
127 sm->eapol->cb.eapol_send(sm->eapol->conf.ctx, sm->sta,
221 sm->eapol->cb.finished(sm->eapol->conf.ctx, sm->sta, 0
    [all...]
  /external/webkit/Source/WebCore/editing/
InsertLineBreakCommand.cpp 59 Element* cb = pos.deprecatedNode()->enclosingBlockFlowElement(); local
60 if (cb == pos.deprecatedNode())
61 appendNode(node, cb);
71 Element* cb = pos.deprecatedNode()->enclosingBlockFlowElement(); local
72 if (cb == pos.deprecatedNode())
73 appendNode(node, cb);
  /frameworks/ml/bordeaux/service/src/android/bordeaux/services/
BordeauxService.java 134 public void registerCallback(IBordeauxServiceCallback cb) {
135 if (cb != null) mCallbacks.register(cb);
138 public void unregisterCallback(IBordeauxServiceCallback cb) {
139 if (cb != null) mCallbacks.unregister(cb);
  /dalvik/dexgen/src/com/android/dexgen/dex/code/form/
Form11n.java 83 CstLiteralBits cb = (CstLiteralBits) cst; local
85 return cb.fitsInInt() && signedFitsInNibble(cb.getIntBits());
Form21s.java 82 CstLiteralBits cb = (CstLiteralBits) cst; local
84 return cb.fitsInInt() && signedFitsInShort(cb.getIntBits());
Form22b.java 84 CstLiteralBits cb = (CstLiteralBits) cst; local
86 return cb.fitsInInt() && signedFitsInByte(cb.getIntBits());
Form22s.java 84 CstLiteralBits cb = (CstLiteralBits) cst; local
86 return cb.fitsInInt() && signedFitsInShort(cb.getIntBits());

Completed in 643 milliseconds

1 2 3 4 5 6 7 891011>>