Home
last modified time | relevance | path

Searched refs:pu (Results 1 - 25 of 45) sorted by relevance

12

/third_party/ffmpeg/libavcodec/
H A Ddirac_parser.c100 static int unpack_parse_unit(DiracParseUnit *pu, DiracParseContext *pc, in unpack_parse_unit() argument
114 pu->pu_type = start[4]; in unpack_parse_unit()
116 pu->next_pu_offset = AV_RB32(start + 5); in unpack_parse_unit()
117 pu->prev_pu_offset = AV_RB32(start + 9); in unpack_parse_unit()
121 if (valid_pu_types[i] == pu->pu_type) in unpack_parse_unit()
126 if (pu->pu_type == 0x10 && pu->next_pu_offset == 0x00) in unpack_parse_unit()
127 pu->next_pu_offset = 13; /* The length of a parse info header */ in unpack_parse_unit()
130 if ((pu->next_pu_offset && pu in unpack_parse_unit()
170 DiracParseUnit pu1, pu; dirac_combine_frame() local
[all...]
H A Dv210dec.c116 int16_t *pu = (uint16_t*)frame->data[1] + slice_start * frame->linesize[1] / 2; in v210_decode_slice() local
120 decode_row((const uint32_t *)psrc, py, pu, pv, avctx->width, s->unpack_frame); in v210_decode_slice()
123 pu += frame->linesize[1] / 2; in v210_decode_slice()
H A Dhevcdec.c1339 lc->tu.intra_pred_mode = lc->pu.intra_pred_mode[blk_idx]; in hls_transform_tree()
1341 lc->tu.intra_pred_mode_c = lc->pu.intra_pred_mode_c[blk_idx]; in hls_transform_tree()
1342 lc->tu.chroma_mode_c = lc->pu.chroma_mode_c[blk_idx]; in hls_transform_tree()
1344 lc->tu.intra_pred_mode_c = lc->pu.intra_pred_mode_c[0]; in hls_transform_tree()
1345 lc->tu.chroma_mode_c = lc->pu.chroma_mode_c[0]; in hls_transform_tree()
1349 lc->tu.intra_pred_mode = lc->pu.intra_pred_mode[0]; in hls_transform_tree()
1350 lc->tu.intra_pred_mode_c = lc->pu.intra_pred_mode_c[0]; in hls_transform_tree()
1351 lc->tu.chroma_mode_c = lc->pu.chroma_mode_c[0]; in hls_transform_tree()
1842 mv->mv[0].x += lc->pu.mvd.x; in hevc_luma_mv_mvp_mode()
1843 mv->mv[0].y += lc->pu in hevc_luma_mv_mvp_mode()
[all...]
H A Dhevc_cabac.c1553 case 2: lc->pu.mvd.x = mvd_decode(s); break; in ff_hevc_hls_mvd_coding()
1554 case 1: lc->pu.mvd.x = mvd_sign_flag_decode(s); break; in ff_hevc_hls_mvd_coding()
1555 case 0: lc->pu.mvd.x = 0; break; in ff_hevc_hls_mvd_coding()
1559 case 2: lc->pu.mvd.y = mvd_decode(s); break; in ff_hevc_hls_mvd_coding()
1560 case 1: lc->pu.mvd.y = mvd_sign_flag_decode(s); break; in ff_hevc_hls_mvd_coding()
1561 case 0: lc->pu.mvd.y = 0; break; in ff_hevc_hls_mvd_coding()
/third_party/mesa3d/src/util/
H A Du_pointer.h65 } pu; in pointer_to_uintptr() local
66 pu.p = ptr; in pointer_to_uintptr()
67 return pu.u; in pointer_to_uintptr()
76 } pu; in uintptr_to_pointer() local
77 pu.u = u; in uintptr_to_pointer()
78 return pu.p; in uintptr_to_pointer()
/third_party/libwebsockets/plugins/ssh-base/
H A Dtelnet.c128 uint8_t buf[LWS_PRE + 800], *pu = in; in lws_callback_raw_telnet() local
184 if (telnet_ld(pss, *pu)) in lws_callback_raw_telnet()
185 buf[n++] = *pu++; in lws_callback_raw_telnet()
187 pu++; in lws_callback_raw_telnet()
207 pu = buf + LWS_PRE + 400; in lws_callback_raw_telnet()
208 m = (int)pss->vhd->ops->tx(pss->priv, LWS_STDOUT, pu, in lws_callback_raw_telnet()
216 if (*pu == 0xff) in lws_callback_raw_telnet()
218 buf[LWS_PRE + n++] = *pu++; in lws_callback_raw_telnet()
/third_party/ffmpeg/libswscale/x86/
H A Dyuv2rgb_template.c39 const uint8_t *pu = src[1] + (y >> vshift) * srcStride[1]; \
85 RENAME(ff_yuv_420_rgb15)(index, image, pu - index, pv - index, &(c->redDither), py - 2 * index); in yuv420_rgb15()
105 RENAME(ff_yuv_420_rgb16)(index, image, pu - index, pv - index, &(c->redDither), py - 2 * index);
119 RENAME(ff_yuv_420_rgb32)(index, image, pu - index, pv - index, &(c->redDither), py - 2 * index);
133 RENAME(ff_yuv_420_bgr32)(index, image, pu - index, pv - index, &(c->redDither), py - 2 * index);
147 RENAME(ff_yuva_420_rgb32)(index, image, pu - index, pv - index, &(c->redDither), py - 2 * index, pa - 2 * index);
162 RENAME(ff_yuva_420_bgr32)(index, image, pu - index, pv - index, &(c->redDither), py - 2 * index, pa - 2 * index);
178 RENAME(ff_yuv_420_rgb24)(index, image, pu - index, pv - index, &(c->redDither), py - 2 * index);
192 RENAME(ff_yuv_420_bgr24)(index, image, pu - index, pv - index, &(c->redDither), py - 2 * index);
/third_party/ltp/tools/sparse/sparse-src/
H A Dunssa.c40 struct pseudo_user *pu; in simplify_phi_node() local
55 FOR_EACH_PTR(target->users, pu) { in simplify_phi_node()
56 use_pseudo(pu->insn, tmp, pu->userp); in simplify_phi_node()
57 } END_FOR_EACH_PTR(pu); in simplify_phi_node()
H A Dmemops.c105 struct pseudo_user *pu; in address_taken() local
106 FOR_EACH_PTR(pseudo->users, pu) { in address_taken()
107 struct instruction *insn = pu->insn; in address_taken()
110 if (pu->userp != &insn->src) in address_taken()
112 } END_FOR_EACH_PTR(pu); in address_taken()
H A Dflow.c395 struct pseudo_user *pu; in convert_instruction_target() local
402 FOR_EACH_PTR(target->users, pu) { in convert_instruction_target()
403 if (*pu->userp != VOID) { in convert_instruction_target()
404 assert(*pu->userp == target); in convert_instruction_target()
405 *pu->userp = src; in convert_instruction_target()
407 } END_FOR_EACH_PTR(pu); in convert_instruction_target()
557 struct pseudo_user *pu; in first_user() local
558 FOR_EACH_PTR(p->users, pu) { in first_user()
559 if (!pu) in first_user()
561 return pu; in first_user()
576 struct pseudo_user *pu = first_user(addr); kill_dead_stores() local
[all...]
H A Dssa.c137 struct pseudo_user *pu; in ssa_convert_one_var() local
162 FOR_EACH_PTR(addr->users, pu) { in ssa_convert_one_var()
163 struct instruction *insn = pu->insn; in ssa_convert_one_var()
190 } END_FOR_EACH_PTR(pu); in ssa_convert_one_var()
/third_party/ntfs-3g/libntfs-3g/
H A Dxattrs.c272 char *pu; in getmappingitem() local
307 pu = strchr(maptext,':'); in getmappingitem()
308 if (pu) { in getmappingitem()
309 *pu++ = 0; in getmappingitem()
310 pe = strchr(pu,':'); in getmappingitem()
314 if ((strlen(pu) < 6) || strncmp(pu,"user.",5)) in getmappingitem()
315 pu = (char*)NULL; in getmappingitem()
319 pu = (char*)NULL; in getmappingitem()
321 if (pu) { in getmappingitem()
[all...]
/third_party/python/Lib/turtledemo/
H A Dfractalcurves.py53 self.pu()
61 self.pu()
85 ft.pu()
103 ft.pu()
H A Dcolormixer.py19 self.pu()
23 self.pu()
50 writer.pu()
H A Dplanet_and_moon.py75 s.pu()
98 sun.pu()
H A Dround_dance.py54 pu()
H A Dtwo_canvases.py46 t.pu()
H A Dminimal_hanoi.py25 self.pu()
H A Dnim.py99 self.pu()
125 self.writer.pu()
/third_party/node/deps/icu-small/source/tools/toolutil/
H A Dxmlparser.cpp171 char16_t *buffer, *pu; in parseFile() local
219 pu=buffer; in parseFile()
222 &pu, buffer+src.getCapacity(), in parseFile()
225 src.releaseBuffer(U_SUCCESS(errorCode) ? (int32_t)(pu-buffer) : 0); in parseFile()
288 pu=buffer+length; in parseFile()
290 cnv, &pu, buffer+src.getCapacity(), in parseFile()
293 src.releaseBuffer(U_SUCCESS(errorCode) ? (int32_t)(pu-buffer) : 0); in parseFile()
/third_party/icu/icu4c/source/tools/toolutil/
H A Dxmlparser.cpp171 UChar *buffer, *pu; in parseFile() local
219 pu=buffer; in parseFile()
222 &pu, buffer+src.getCapacity(), in parseFile()
225 src.releaseBuffer(U_SUCCESS(errorCode) ? (int32_t)(pu-buffer) : 0); in parseFile()
288 pu=buffer+length; in parseFile()
290 cnv, &pu, buffer+src.getCapacity(), in parseFile()
293 src.releaseBuffer(U_SUCCESS(errorCode) ? (int32_t)(pu-buffer) : 0); in parseFile()
/third_party/skia/third_party/externals/icu/source/tools/toolutil/
H A Dxmlparser.cpp171 UChar *buffer, *pu; in parseFile() local
219 pu=buffer; in parseFile()
222 &pu, buffer+src.getCapacity(), in parseFile()
225 src.releaseBuffer(U_SUCCESS(errorCode) ? (int32_t)(pu-buffer) : 0); in parseFile()
288 pu=buffer+length; in parseFile()
290 cnv, &pu, buffer+src.getCapacity(), in parseFile()
293 src.releaseBuffer(U_SUCCESS(errorCode) ? (int32_t)(pu-buffer) : 0); in parseFile()
/third_party/typescript/tests/baselines/reference/
H A DvarianceAnnotations.js136 const pu: Parent<unknown> = { child: { a: 0, b: 0, child: null, parent: null }, parent: null };
137 const notString: Parent<string> = pu; // Error
198 var pu = { child: { a: 0, b: 0, child: null, parent: null }, parent: null };
199 var notString = pu; // Error
304 declare const pu: Parent<unknown>;
/third_party/ffmpeg/libavfilter/
H A Dvf_codecview.c244 uint8_t *pu = frame->data[1]; in filter_frame() local
252 pu[x] = pv[x] = qp; in filter_frame()
254 pu += lzu; in filter_frame()
/third_party/icu/icu4c/source/common/
H A Dubidiln.cpp697 const UChar *start=pBiDi->text, *limit=start+pBiDi->length, *pu; in ubidi_getRuns() local
698 for(pu=start; pu<limit; pu++) { in ubidi_getRuns()
699 if(IS_BIDI_CONTROL_CHAR(*pu)) { in ubidi_getRuns()
700 runIndex=getRunFromLogicalIndex(pBiDi, (int32_t)(pu-start)); in ubidi_getRuns()

Completed in 20 milliseconds

12