Searched refs:cb0 (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dcinepak.c137 uint8_t *cb0, *cb1, *cb2, *cb3; local
213 cb0 = strip->v4_codebook[*data++];
230 *p++ = cb0[6];
231 *p++ = cb0[9];
235 *p++ = cb0[0];
236 *p++ = cb0[3];
244 memcpy(ip1 + 0, cb0 + 6, 6);
246 memcpy(ip0 + 0, cb0 + 0, 6);
H A Dtwinvq.h79 const int16_t *cb0; member in struct:TwinVQFrameMode
H A Dtwinvq.c174 const int16_t *cb0, const int16_t *cb1, int cb_len)
203 tab0 = cb0 + tmp0 * cb_len;
426 mtab->fmode[ftype].cb0, mtab->fmode[ftype].cb1,
172 dequant(TwinVQContext *tctx, const uint8_t *cb_bits, float *out, enum TwinVQFrameType ftype, const int16_t *cb0, const int16_t *cb1, int cb_len) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/ehea/
H A Dehea_main.c1024 struct hcp_ehea_port_cb0 *cb0; local
1027 cb0 = (void *)get_zeroed_page(GFP_ATOMIC);
1028 if (!cb0) {
1029 ehea_error("no mem for cb0");
1037 cb0);
1044 port->mac_addr = cb0->port_mac_addr << 16;
1052 switch (cb0->port_speed) {
1084 port->num_mcs = cb0->num_default_qps;
1088 port->num_def_qps = cb0->num_default_qps;
1107 ehea_dump(cb0, sizeo
1411 struct hcp_ehea_port_cb0 *cb0; local
1854 struct hcp_ehea_port_cb0 *cb0; local
2412 struct hcp_modify_qp_cb0 *cb0; local
2751 struct hcp_modify_qp_cb0 *cb0; local
2856 struct hcp_modify_qp_cb0 *cb0; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/misc/sgi-gru/
H A Dgrukservices.c1052 void *cb0, *cb; local
1066 gru_lock_async_resource(han, &cb0, NULL);
1069 gru_vset(cb0 + i * GRU_HANDLE_STRIDE, uv_gpa(&buf[i * 4]), 0,
1077 cb = cb0 + i * GRU_HANDLE_STRIDE;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dtwinvq.c57 const int16_t *cb0; member in struct:FrameMode
363 const int16_t *cb0, const int16_t *cb1, int cb_len)
394 tab0 = cb0 + tmp0*cb_len;
752 mtab->fmode[ftype].cb0, mtab->fmode[ftype].cb1,
361 dequant(TwinContext *tctx, GetBitContext *gb, float *out, enum FrameType ftype, const int16_t *cb0, const int16_t *cb1, int cb_len) argument

Completed in 191 milliseconds