Home
last modified time | relevance | path

Searched refs:token (Results 1 – 25 of 32) sorted by relevance

12

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dtokenize.c118 int band, rc, v, token; in tokenize2nd_order_b() local
144 token = vp8_dct_value_tokens_ptr[v].Token; in tokenize2nd_order_b()
145 t->Token = token; in tokenize2nd_order_b()
149 ++x->coef_counts [1] [0] [pt] [token]; in tokenize2nd_order_b()
150 pt = vp8_prev_token_class[token]; in tokenize2nd_order_b()
161 token = vp8_dct_value_tokens_ptr[v].Token; in tokenize2nd_order_b()
163 t->Token = token; in tokenize2nd_order_b()
168 ++x->coef_counts [1] [band] [pt] [token]; in tokenize2nd_order_b()
170 pt = vp8_prev_token_class[token]; in tokenize2nd_order_b()
204 int token; in tokenize1st_order_b() local
[all …]
Dencodemb.c207 signed char token; member
286 tokens[eob][0].token = DCT_EOB_TOKEN; in optimize_b()
314 mb->token_costs[type][band][pt][tokens[next][0].token]; in optimize_b()
316 mb->token_costs[type][band][pt][tokens[next][1].token]; in optimize_b()
333 tokens[i][0].token = t0; in optimize_b()
358 t0 = tokens[next][0].token == DCT_EOB_TOKEN ? in optimize_b()
360 t1 = tokens[next][1].token == DCT_EOB_TOKEN ? in optimize_b()
374 tokens[next][0].token]; in optimize_b()
380 tokens[next][1].token]; in optimize_b()
403 tokens[i][1].token =best?t1:t0; in optimize_b()
[all …]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_tokenize.c131 t[i].token = --j; in vp9_tokenize_initialize()
134 t[i].token = a; in vp9_tokenize_initialize()
142 const vp9_extra_bit *p = &vp9_extra_bits[t[i].token]; in vp9_tokenize_initialize()
180 int16_t extra, uint8_t token, in add_token() argument
183 (*t)->token = token; in add_token()
188 ++counts[token]; in add_token()
193 uint8_t token, in add_token_no_extra() argument
196 (*t)->token = token; in add_token_no_extra()
200 ++counts[token]; in add_token_no_extra()
267 (uint8_t)vp9_dct_value_tokens_ptr[v].token, in tokenize_b()
[all …]
Dvp9_treewriter.h43 const struct vp9_token *token) { in vp9_write_token() argument
44 vp9_write_tree(w, tree, probs, token->value, token->len, 0); in vp9_write_token()
Dvp9_encodemb.c72 signed char token; member
99 int idx, int token, in trellis_get_coeff_context() argument
102 token_cache[scan[idx]] = vp9_pt_energy_class[token]; in trellis_get_coeff_context()
149 tokens[eob][0].token = EOB_TOKEN; in optimize_b()
155 qcoeff[scan[i]]].token]; in optimize_b()
170 t0 = (vp9_dct_value_tokens_ptr + x)->token; in optimize_b()
177 [tokens[next][0].token]; in optimize_b()
180 [tokens[next][1].token]; in optimize_b()
191 tokens[i][0].token = t0; in optimize_b()
216 t0 = tokens[next][0].token == EOB_TOKEN ? EOB_TOKEN : ZERO_TOKEN; in optimize_b()
[all …]
Dvp9_tokenize.h28 int16_t token; member
35 uint8_t token; member
Dvp9_bitstream.c128 while (p < stop && p->token != EOSB_TOKEN) { in pack_mb_tokens()
129 const int t = p->token; in pack_mb_tokens()
182 *tp = p + (p->token == EOSB_TOKEN); in pack_mb_tokens()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
Dsvc_encodeframe.c285 char *token; in parse_quantizer_values() local
304 token = strtok_r(input_string, delim, &save_ptr); in parse_quantizer_values()
306 if (token != NULL) { in parse_quantizer_values()
307 q = atoi(token); in parse_quantizer_values()
310 "svc-quantizer-values: invalid value %s\n", token); in parse_quantizer_values()
314 token = strtok_r(NULL, delim, &save_ptr); in parse_quantizer_values()
344 char *token; in parse_scale_factors() local
358 token = strtok_r(input_string, delim, &save_ptr); in parse_scale_factors()
361 if (token != NULL) { in parse_scale_factors()
362 num = strtol(token, &token, 10); in parse_scale_factors()
[all …]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
Dvp9_detokenize.c60 #define INCREMENT_COUNT(token) \ argument
63 ++coef_counts[band][ctx][token]; \
66 #define WRITE_COEF_CONTINUE(val, token) \ argument
70 token_cache[scan[c]] = vp9_pt_energy_class[token]; \
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
D802.11.h278 uint8 token; member
557 uint8 token; member
572 uint8 token; member
792 uint8 token; member
1573 uint8 token; /* dialog token */ member
1584 uint8 token; /* dialog token */ member
1605 uint8 token; /* dialog token */ member
1649 uint8 token; /* dialog token */ member
1678 uint8 token; /* dialog token */ member
1925 uint8 token; /* dialog token */ member
[all …]
/hardware/ti/omap4-aah/kernel-headers-ti/linux/
Domap_ion.h34 unsigned int token; member
/hardware/ril/libril/
Dril.cpp99 #define printRequest(token, req) \ argument
100 RLOGD("[%04d]> %s %s", token, requestToString(req), printBuf)
112 #define printRequest(token, req)
136 int32_t token; //this is not RIL_Token member
455 pRI->token = 0xffffffff; // token is not used in this context in issueLocalRequest()
480 int32_t token; in processCommandBuffer() local
493 status = p.readInt32 (&token); in processCommandBuffer()
521 RLOGE("unsupported request code %d token %d", request, token); in processCommandBuffer()
524 pErr.writeInt32 (token); in processCommandBuffer()
534 pRI->token = token; in processCommandBuffer()
[all …]
/hardware/qcom/display/msm8084/libexternal/
Dexternal.cpp179 const char token[] = ", \n"; in readCEUnderscanInfo() local
214 ce_info_str = strtok_r(scanInfo, token, &save_ptr); in readCEUnderscanInfo()
217 ce_info_str = strtok_r(NULL, token, &save_ptr); in readCEUnderscanInfo()
220 ce_info_str = strtok_r(NULL, token, &save_ptr); in readCEUnderscanInfo()
/hardware/qcom/display/msm8960/libexternal/
Dexternal.cpp231 const char token[] = ", \n"; in readCEUnderscanInfo() local
265 ce_info_str = strtok(scanInfo, token); in readCEUnderscanInfo()
268 ce_info_str = strtok(NULL, token); in readCEUnderscanInfo()
271 ce_info_str = strtok(NULL, token); in readCEUnderscanInfo()
/hardware/qcom/display/msm8226/libexternal/
Dexternal.cpp179 const char token[] = ", \n"; in readCEUnderscanInfo() local
214 ce_info_str = strtok_r(scanInfo, token, &save_ptr); in readCEUnderscanInfo()
217 ce_info_str = strtok_r(NULL, token, &save_ptr); in readCEUnderscanInfo()
220 ce_info_str = strtok_r(NULL, token, &save_ptr); in readCEUnderscanInfo()
/hardware/qcom/display/msm8974/libexternal/
Dexternal.cpp281 const char token[] = ", \n"; in readCEUnderscanInfo() local
316 ce_info_str = strtok(scanInfo, token); in readCEUnderscanInfo()
319 ce_info_str = strtok(NULL, token); in readCEUnderscanInfo()
322 ce_info_str = strtok(NULL, token); in readCEUnderscanInfo()
/hardware/qcom/media/mm-video-legacy/vidc/venc/test/
Dvenc_test.cpp1602 char *token, *dupstr, *temp; in parseWxH() local
1606 token = strtok_r(dupstr, delimiters, &temp); in parseWxH()
1607 if (token) in parseWxH()
1609 w = strtoul(token, NULL, 10); in parseWxH()
1610 token = strtok_r(NULL, delimiters, &temp); in parseWxH()
1611 if (token) in parseWxH()
1613 h = strtoul(token, NULL, 10); in parseWxH()
/hardware/ti/omap4-aah/ion/
Dion.c84 .token = 0, in ion_alloc_tiler()
/hardware/intel/img/psb_video/src/
Dtng_enc_trace.c663 int token; member
708 static char *header_to_str(int token) in header_to_str() argument
715 if (p->token == token) in header_to_str()
Dpsb_drv_debug.c248 char *token, *value, *saveptr; in psb_parse_config() local
260 token = strtok_r(oneline, "=\n", &saveptr); in psb_parse_config()
263 if (NULL == token || NULL == value) in psb_parse_config()
266 if (strcmp(token, env) == 0) { in psb_parse_config()
Dtng_trace.c879 int token; member
924 static char *header_to_str(int token) in header_to_str() argument
931 if (p->token == token) in header_to_str()
/hardware/qcom/media/mm-video-v4l2/vidc/venc/test/
Dvenc_test.cpp1627 char *token, *dupstr, *temp; in parseWxH() local
1631 token = strtok_r(dupstr, delimiters, &temp); in parseWxH()
1633 if (token) { in parseWxH()
1634 w = strtoul(token, NULL, 10); in parseWxH()
1635 token = strtok_r(NULL, delimiters, &temp); in parseWxH()
1637 if (token) { in parseWxH()
1638 h = strtoul(token, NULL, 10); in parseWxH()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/
Dcpplint.py2020 token = matched.group(1)
2021 if token == '{':
2031 elif token == ';' or token == ')':
3222 token = matched.group(1)
3223 if token == '(':
3231 elif token in ('&&', '||'):
3238 elif token in ('<<', '<<=', '>>', '>>=', '->*', '->'):
3240 lhs += token
3244 operator = token
/hardware/intel/common/libva/va/
Dva.c60 char *token, *value, *saveptr; in va_parseConfig() local
71 token = strtok_r(oneline, "=\n", &saveptr); in va_parseConfig()
74 if (NULL == token || NULL == value) in va_parseConfig()
77 if (strcmp(token, env) == 0) { in va_parseConfig()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/armv5te/
Dvp8_packtokens_armv5.asm79 ; v is kept in r12 during the token pack loop

12