Searched refs:rpl (Results 1 - 8 of 8) sorted by relevance
/third_party/ffmpeg/libavformat/ |
H A D | rpl.c | 118 RPLContext *rpl = s->priv_data; in rpl_read_header() local 264 rpl->frames_per_chunk = read_line_and_int(pb, &error); // video frames per chunk in rpl_read_header() 265 if (vst && rpl->frames_per_chunk > 1 && vst->codecpar->codec_tag != 124) in rpl_read_header() 285 vst->duration = number_of_chunks * (int64_t)rpl->frames_per_chunk; in rpl_read_header() 300 av_add_index_entry(vst, offset, i * rpl->frames_per_chunk, in rpl_read_header() 301 video_size, rpl->frames_per_chunk, 0); in rpl_read_header() 316 RPLContext *rpl = s->priv_data; in rpl_read_packet() local 323 if (rpl->chunk_part == s->nb_streams) { in rpl_read_packet() 324 rpl->chunk_number++; in rpl_read_packet() 325 rpl in rpl_read_packet() [all...] |
H A D | Makefile | 487 OBJS-$(CONFIG_RPL_DEMUXER) += rpl.o
|
/third_party/ffmpeg/libavcodec/ |
H A D | hevc_refs.c | 319 RefPicList *rpl = &s->ref->refPicList[list_idx]; in ff_hevc_slice_rpl() local 351 rpl->list[i] = rpl_tmp.list[idx]; in ff_hevc_slice_rpl() 352 rpl->ref[i] = rpl_tmp.ref[idx]; in ff_hevc_slice_rpl() 353 rpl->isLongTerm[i] = rpl_tmp.isLongTerm[idx]; in ff_hevc_slice_rpl() 354 rpl->nb_refs++; in ff_hevc_slice_rpl() 357 memcpy(rpl, &rpl_tmp, sizeof(*rpl)); in ff_hevc_slice_rpl() 358 rpl->nb_refs = FFMIN(rpl->nb_refs, sh->nb_refs[list_idx]); in ff_hevc_slice_rpl() 362 sh->collocated_ref_idx < rpl in ff_hevc_slice_rpl() [all...] |
H A D | dxva2_hevc.c | 182 const RefPicList *rpl = &h->rps[ref_idx]; \ in fill_picture_parameters() 185 while (!frame && j < rpl->nb_refs) \ in fill_picture_parameters() 186 frame = rpl->ref[j++]; \ in fill_picture_parameters()
|
H A D | vaapi_hevc.c | 472 RefPicList *rpl = &h->ref->refPicList[list_idx]; in vaapi_hevc_decode_slice() local 474 for (i = 0; i < rpl->nb_refs; i++) in vaapi_hevc_decode_slice() 475 last_slice_param->RefPicList[list_idx][i] = get_ref_pic_index(h, rpl->ref[i]); in vaapi_hevc_decode_slice()
|
H A D | hevc_filter.c | 813 RefPicList *rpl = s->ref->refPicList; in ff_hevc_deblocking_boundary_strengths() local 825 bs = boundary_strength(s, curr, top, rpl); in ff_hevc_deblocking_boundary_strengths() 840 bs = boundary_strength(s, curr, left, rpl); in ff_hevc_deblocking_boundary_strengths()
|
/third_party/skia/third_party/externals/angle2/src/common/ |
H A D | matrix_utils.cpp | 174 float rpl = r + l; in Frustum() local 187 float r20 = rpl / rml; in Frustum() 215 float rpl = r + l; in Ortho() local 233 float r30 = -rpl / rml; in Ortho()
|
/third_party/ffmpeg/tests/fate/ |
H A D | video.mak | 36 fate-armovie-escape124: CMD = framecrc -i $(TARGET_SAMPLES)/rpl/ESCAPE.RPL -pix_fmt rgb24 -vf scale -af aresample 39 fate-armovie-escape130: CMD = framecrc -i $(TARGET_SAMPLES)/rpl/landing.rpl -an
|
Completed in 9 milliseconds