Home
last modified time | relevance | path

Searched refs:frame_idx (Results 1 – 21 of 21) sorted by relevance

/external/libaom/libaom/av1/encoder/
Dtpl_model.c118 int frame_idx, int16_t *src_diff, tran_low_t *coeff, in mode_estimation() argument
240 tpl_stats->ref_frame_index = gf_picture[frame_idx].ref_frame[best_rf_idx]; in mode_estimation()
381 int frame_idx) { in mc_flow_dispenser() argument
382 TplDepFrame *tpl_frame = &cpi->tpl_stats[frame_idx]; in mc_flow_dispenser()
383 YV12_BUFFER_CONFIG *this_frame = gf_picture[frame_idx].frame; in mc_flow_dispenser()
422 int rf_idx = gf_picture[frame_idx].ref_frame[idx]; in mc_flow_dispenser()
448 mode_estimation(cpi, x, xd, &sf, gf_picture, frame_idx, src_diff, coeff, in mc_flow_dispenser()
467 int frame_idx = 0; in init_gop_frames() local
482 for (i = 0; i < FRAME_BUFFERS && frame_idx < INTER_REFS_PER_FRAME + 1; ++i) { in init_gop_frames()
493 recon_frame_index[frame_idx] = i; in init_gop_frames()
[all …]
/external/libaom/libaom/aom_dsp/
Ddaalaboolreader.h73 const int frame_idx = bitstream_queue_get_frame_read(); in aom_daala_read() local
79 frame_idx, 2, ref_nsymbs, queue_r); in aom_daala_read()
86 frame_idx, p, 32767, ref_cdf[0]); in aom_daala_read()
95 frame_idx, bit, ref_bit, queue_r); in aom_daala_read()
117 const int frame_idx = bitstream_queue_get_frame_read(); in daala_read_symbol() local
123 frame_idx, nsymbs, ref_nsymbs, queue_r); in daala_read_symbol()
131 fprintf(stderr, "\n *** cdf error, frame_idx_r %d cdf {%d", frame_idx, in daala_read_symbol()
143 frame_idx, symb, ref_symb, queue_r); in daala_read_symbol()
/external/libxaac/decoder/
Dixheaacd_decode_main.c143 WORD32 frame_idx = 0; in ixheaacd_audio_preroll_parsing() local
199 for (frame_idx = 0; frame_idx < num_pre_roll_frames; frame_idx++) { in ixheaacd_audio_preroll_parsing()
206 preroll_frame_offset[frame_idx] = temp_buff->size - temp_buff->cnt_bits; in ixheaacd_audio_preroll_parsing()
207 frame_len[frame_idx] = in ixheaacd_audio_preroll_parsing()
/external/libaom/libaom/aom_util/
Ddebug_util.h23 void bitstream_queue_set_frame_write(int frame_idx);
25 void bitstream_queue_set_frame_read(int frame_idx);
Ddebug_util.c21 void bitstream_queue_set_frame_write(int frame_idx) { frame_idx_w = frame_idx; } in bitstream_queue_set_frame_write() argument
25 void bitstream_queue_set_frame_read(int frame_idx) { frame_idx_r = frame_idx; } in bitstream_queue_set_frame_read() argument
/external/libvpx/libvpx/tools/non_greedy_mv/
Dnon_greedy_mv.py98 frame_idx = int(word_ls[1])
122 return frame_idx, mv_ls, img, ref, bs, feature_score
143 for frame_idx, mv_ls, img, ref, bs, feature_score in data_ls:
170 print frame_idx, len(mv_ls)
/external/tensorflow/tensorflow/python/kernel_tests/
Ddecode_image_op_test.py66 for frame_idx, frame in enumerate(image0):
68 start = frame_idx * stride
69 end = (frame_idx + 1) * stride
/external/webrtc/webrtc/modules/rtp_rtcp/test/testAPI/
Dtest_api_video.cc167 for (int frame_idx = 0; frame_idx < 10; ++frame_idx) { in TEST_F() local
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.c5416 int frame_idx = 0; local
5449 recon_frame_index[frame_idx] = i;
5450 ++frame_idx;
5452 if (frame_idx >= REFS_PER_FRAME + cpi->oxcf.enable_auto_arf) break;
5480 for (frame_idx = 2; frame_idx < MAX_ARF_GOP_SIZE; ++frame_idx) {
5482 frame_gop_offset = gf_group->frame_gop_index[frame_idx];
5487 gf_picture[frame_idx].frame = &buf->img;
5488 gf_picture[frame_idx].ref_frame[0] = gld_index;
5489 gf_picture[frame_idx].ref_frame[1] = lst_index;
5490 gf_picture[frame_idx].ref_frame[2] = alt_index;
[all …]
/external/mesa3d/src/gallium/state_trackers/va/
Dcontext.c294 context->desc.h264enc.frame_idx = util_hash_table_create(handle_hash, handle_compare); in vlVaCreateContext()
323 if (context->desc.h264enc.frame_idx) in vlVaDestroyContext()
324 util_hash_table_destroy (context->desc.h264enc.frame_idx); in vlVaDestroyContext()
Dpicture.c454 util_hash_table_set(context->desc.h264enc.frame_idx, in handleVAEncPictureParameterBufferType()
485 …context->desc.h264enc.ref_idx_l0 = PTR_TO_UINT(util_hash_table_get(context->desc.h264enc.frame_idx, in handleVAEncSliceParameterBufferType()
490 …context->desc.h264enc.ref_idx_l1 = PTR_TO_UINT(util_hash_table_get(context->desc.h264enc.frame_idx, in handleVAEncSliceParameterBufferType()
Dpicture_h264.c125 context->desc.h264.frame_num_list[i] = h264->ReferenceFrames[i].frame_idx; in vlVaHandlePictureParameterBufferH264()
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv84_video_bsp.c72 uint32_t frame_idx; // 0c member
134 ref->frame_idx = frame->frame_num; in nv84_decoder_bsp()
/external/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_vp3_video_vp.c159 uint32_t frame_idx; // 0c member
371 h->refs[j].frame_idx = d->frame_num_list[i]; in nouveau_vp3_fill_picparm_h264_vp()
/external/mesa3d/src/gallium/include/pipe/
Dp_video_state.h411 struct util_hash_table *frame_idx; member
/external/libaom/libaom/av1/common/
Dmvref_common.c1365 static void set_ref_frame_info(int *remapped_ref_idx, int frame_idx, in set_ref_frame_info() argument
1367 assert(frame_idx >= 0 && frame_idx < INTER_REFS_PER_FRAME); in set_ref_frame_info()
1369 remapped_ref_idx[frame_idx] = ref_info->map_idx; in set_ref_frame_info()
/external/mesa3d/src/gallium/drivers/radeon/
Dradeon_vce.h356 unsigned int frame_idx[32]; member
/external/mesa3d/src/gallium/drivers/r600/
Dradeon_vce.h362 unsigned int frame_idx[32]; member
/external/mesa3d/src/gallium/state_trackers/vdpau/
Ddecode.c410 picture->frame_num_list[i] = picture_info->referenceFrames[i].frame_idx; in vlVdpDecoderRenderH264()
/external/tensorflow/tensorflow/python/ops/
Dimage_ops_test.py3979 for frame_idx, frame in enumerate(image0):
3981 start = frame_idx * STRIDE
3982 end = (frame_idx + 1) * STRIDE
3983 print(frame_idx)
/external/llvm/lib/Target/AMDGPU/
DSIInstructions.td2066 (ins sgpr_class:$src, i32imm:$frame_idx)> {
2073 (ins i32imm:$frame_idx)> {
2093 (ins vgpr_class:$src, i32imm:$frame_idx, SReg_128:$scratch_rsrc,
2101 (ins i32imm:$frame_idx, SReg_128:$scratch_rsrc, SReg_32:$scratch_offset,