/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
D | tokenize.c | 111 int pt; /* near block/prev token context index */ in tokenize2nd_order_b() local 126 VP8_COMBINEENTROPYCONTEXTS(pt, *a, *l); in tokenize2nd_order_b() 132 t->context_tree = cpi->common.fc.coef_probs [1] [0] [pt]; in tokenize2nd_order_b() 135 ++x->coef_counts [1] [0] [pt] [DCT_EOB_TOKEN]; in tokenize2nd_order_b() 147 t->context_tree = cpi->common.fc.coef_probs [1] [0] [pt]; 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() 164 t->context_tree = cpi->common.fc.coef_probs [1] [band] [pt]; in tokenize2nd_order_b() 166 t->skip_eob_node = ((pt == 0)); in tokenize2nd_order_b() 168 ++x->coef_counts [1] [band] [pt] [token]; in tokenize2nd_order_b() [all …]
|
D | encodemb.c | 254 int pt; in optimize_b() local 312 pt = vp8_prev_token_class[t0]; 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() 372 pt = vp8_prev_token_class[t0]; in optimize_b() 373 rate0 += mb->token_costs[type][band][pt][ in optimize_b() 378 pt = vp8_prev_token_class[t1]; in optimize_b() 379 rate1 += mb->token_costs[type][band][pt][ in optimize_b() 434 VP8_COMBINEENTROPYCONTEXTS(pt, *a, *l); in optimize_b() 441 rate0 += mb->token_costs[type][band][pt][t0]; in optimize_b() [all …]
|
D | rdopt.c | 525 int pt ; /* surrounding block/prev coef predictor */ in cost_coeffs() local 529 VP8_COMBINEENTROPYCONTEXTS(pt, *a, *l); in cost_coeffs() 536 cost += mb->token_costs [type] [vp8_coef_bands[c]] [pt] [t]; in cost_coeffs() 538 pt = vp8_prev_token_class[t]; in cost_coeffs() 542 cost += mb->token_costs [type] [vp8_coef_bands[c]] [pt] [DCT_EOB_TOKEN]; in cost_coeffs() 544 pt = (c != !type); /* is eob first coefficient; */ in cost_coeffs() 545 *a = *l = pt; in cost_coeffs()
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/ |
D | 802.11e.h | 91 #define WLC_CAC_GET_TID(pt) ((((pt).octets[0]) & TS_INFO_TID_MASK) >> TS_INFO_TID_SHIFT) argument 92 #define WLC_CAC_GET_DIR(pt) ((((pt).octets[0]) & \ argument 94 #define WLC_CAC_GET_PSB(pt) ((((pt).octets[1]) & TS_INFO_PSB_MASK) >> TS_INFO_PSB_SHIFT) argument 95 #define WLC_CAC_GET_USER_PRIO(pt) ((((pt).octets[1]) & \ argument 98 #define WLC_CAC_SET_TID(pt, id) ((((pt).octets[0]) & (~TS_INFO_TID_MASK)) | \ argument 100 #define WLC_CAC_SET_USER_PRIO(pt, prio) ((((pt).octets[0]) & (~TS_INFO_USER_PRIO_MASK)) | \ argument
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | vp9_tokenize.c | 219 int pt; /* near block/prev token context index */ in tokenize_b() local 242 pt = get_entropy_context(tx_size, pd->above_context + aoff, in tokenize_b() 254 add_token_no_extra(&t, coef_probs[band[c]][pt], ZERO_TOKEN, skip_eob, in tokenize_b() 255 counts[band[c]][pt]); in tokenize_b() 256 eob_branch[band[c]][pt] += !skip_eob; in tokenize_b() 261 pt = get_coef_context(nb, token_cache, c); in tokenize_b() 265 add_token(&t, coef_probs[band[c]][pt], in tokenize_b() 269 counts[band[c]][pt]); in tokenize_b() 270 eob_branch[band[c]][pt] += !skip_eob; in tokenize_b() 275 pt = get_coef_context(nb, token_cache, c); in tokenize_b() [all …]
|
D | vp9_encodemb.c | 101 int bak = token_cache[scan[idx]], pt; in trellis_get_coeff_context() local 103 pt = get_coef_context(nb, token_cache, idx + 1); in trellis_get_coeff_context() 105 return pt; in trellis_get_coeff_context() 125 int best, band, pt; in optimize_b() local 174 pt = trellis_get_coeff_context(scan, nb, i, t0, token_cache); in optimize_b() 176 mb->token_costs[tx_size][type][ref][band][0][pt] in optimize_b() 179 mb->token_costs[tx_size][type][ref][band][0][pt] in optimize_b() 224 pt = trellis_get_coeff_context(scan, nb, i, t0, token_cache); in optimize_b() 225 rate0 += mb->token_costs[tx_size][type][ref][band][!x][pt] in optimize_b() 229 pt = trellis_get_coeff_context(scan, nb, i, t1, token_cache); in optimize_b() [all …]
|
D | vp9_rdopt.c | 569 int pt = combine_entropy_contexts(*A, *L); in cost_coeffs() local 577 cost = token_costs[0][0][pt][EOB_TOKEN]; in cost_coeffs() 585 cost = (*token_costs)[0][pt][prev_t] + vp9_dct_value_cost_ptr[v]; in cost_coeffs() 599 pt = get_coef_context(nb, token_cache, c); in cost_coeffs() 600 cost += (*token_costs)[!prev_t][pt][t] + vp9_dct_value_cost_ptr[v]; in cost_coeffs() 615 pt = get_coef_context(nb, token_cache, c); in cost_coeffs() 616 cost += (*token_costs)[0][pt][EOB_TOKEN]; in cost_coeffs()
|
/hardware/invensense/6515/libsensors_iio/software/simple_apps/playback/linux/ |
D | datalogger_outputs.c | 209 struct inv_single_sensor_t *pt = &dl_out.sc.temp; 214 *value = pt->calibrated[0]; 217 *timestamp = pt->timestamp; 228 struct inv_single_sensor_t *pt = &dl_out.sc.temp; in inv_get_sensor_type_temperature_float() local 231 *timestamp = pt->timestamp; in inv_get_sensor_type_temperature_float() 236 ltemp = pt->calibrated[0]; in inv_get_sensor_type_temperature_float()
|
/hardware/intel/img/psb_video/src/ |
D | tng_enc_trace.c | 158 unsigned int *pd, *pt;/* virtual of page directory/table */ in phy2virt_mmu() local 219 pt = (unsigned int *)(linear_fb + (pt_phyaddr - phy_fb)); in phy2virt_mmu() 221 …NCODE_PDUMP,"INFO: pt_index 0x%08x, pt 0x%08x, pt[pt_index] 0x%08x\n", pt_index, pt, pt[pt_index]); in phy2virt_mmu() 223 if ((pt[pt_index] & 1) == 0) { in phy2virt_mmu() 228 mem_start = pt[pt_index] & 0xfffff000; in phy2virt_mmu() 234 pd_phyaddr, pd_index, pd[pd_index], pt_index, pt[pt_index], mem_start); in phy2virt_mmu()
|
/hardware/ril/reference-ril/ |
D | reference-ril.c | 2833 int32_t pt = 0; local 2854 err = at_tok_nexthexint(&p, &pt); 2860 *preferred = pt;
|
/hardware/intel/common/libva/doc/ |
D | Doxyfile | 1528 # The default size is 10pt.
|