Home
last modified time | relevance | path

Searched refs:lst_fb_idx (Results 1 – 11 of 11) sorted by relevance

/external/libvpx/vp8/decoder/
Donyxd_if.c128 ref_fb_idx = cm->lst_fb_idx; in vp8dx_get_reference()
149 ref_fb_idx = cm->lst_fb_idx; in vp8dx_set_reference()
204 new_fb = cm->lst_fb_idx; in swap_frame_buffers()
218 new_fb = cm->lst_fb_idx; in swap_frame_buffers()
235 ref_cnt_fb (cm->fb_idx_ref_cnt, &cm->lst_fb_idx, cm->new_fb_idx); in swap_frame_buffers()
237 cm->frame_to_show = &cm->yv12_fb[cm->lst_fb_idx]; in swap_frame_buffers()
274 cm->yv12_fb[cm->lst_fb_idx].corrupted = 1; in vp8dx_receive_compressed_data()
311 cm->yv12_fb[cm->lst_fb_idx].corrupted = 1; in vp8dx_receive_compressed_data()
Dthreading.c59 mbd->pre = pc->yv12_fb[pc->lst_fb_idx]; in setup_decoding_thread_data()
249 int ref_fb_idx = pc->lst_fb_idx; in thread_decoding_proc()
310 ref_fb_idx = pc->lst_fb_idx; in thread_decoding_proc()
700 …vpx_memset(pbi->mt_yabove_row[0] + VP8BORDERINPIXELS-1, 127, pc->yv12_fb[pc->lst_fb_idx].y_width +… in vp8mt_decode_mb_rows()
701 …bi->mt_uabove_row[0] + (VP8BORDERINPIXELS>>1)-1, 127, (pc->yv12_fb[pc->lst_fb_idx].y_width>>1) +5); in vp8mt_decode_mb_rows()
702 …bi->mt_vabove_row[0] + (VP8BORDERINPIXELS>>1)-1, 127, (pc->yv12_fb[pc->lst_fb_idx].y_width>>1) +5); in vp8mt_decode_mb_rows()
736 int ref_fb_idx = pc->lst_fb_idx; in vp8mt_decode_mb_rows()
789 ref_fb_idx = pc->lst_fb_idx; in vp8mt_decode_mb_rows()
Ddecodframe.c330 int ref_fb_idx = pc->lst_fb_idx; in decode_mb_row()
372 ref_fb_idx = pc->lst_fb_idx; in decode_mb_row()
843 vpx_memcpy(&xd->pre, &pc->yv12_fb[pc->lst_fb_idx], sizeof(YV12_BUFFER_CONFIG)); in vp8_decode_frame()
/external/libvpx/vp8/common/
Donyxc_int.h103 int new_fb_idx, lst_fb_idx, gld_fb_idx, alt_fb_idx; member
Dalloccommon.c78 oci->lst_fb_idx = 1; in vp8_alloc_frame_buffers()
/external/libvpx/vp8/encoder/
Donyx_if.c1189 vp8_init3smotion_compensation(&cpi->mb, cm->yv12_fb[cm->lst_fb_idx].y_stride); in vp8_set_speed_features()
1193 vp8_init_dsmotion_compensation(&cpi->mb, cm->yv12_fb[cm->lst_fb_idx].y_stride); in vp8_set_speed_features()
1746 cm->yv12_fb[cm->lst_fb_idx].y_width || in vp8_change_config()
1748 cm->yv12_fb[cm->lst_fb_idx].y_height || in vp8_change_config()
1749 cm->yv12_fb[cm->lst_fb_idx].y_width == 0) in vp8_change_config()
2182 YV12_BUFFER_CONFIG *lst_yv12 = &cpi->common.yv12_fb[cpi->common.lst_fb_idx]; in vp8_remove_compressor()
2527 ref_fb_idx = cm->lst_fb_idx; in vp8_get_reference()
2547 ref_fb_idx = cm->lst_fb_idx; in vp8_set_reference()
2635 else if (cm->Width != cm->yv12_fb[cm->lst_fb_idx].y_width || in scale_and_extend_source()
2636 cm->Height != cm->yv12_fb[cm->lst_fb_idx].y_height) in scale_and_extend_source()
[all …]
Dethreading.c90 int ref_fb_idx = cm->lst_fb_idx; in thread_encoding_proc()
433 mbd->pre = cm->yv12_fb[cm->lst_fb_idx]; in vp8cx_init_mbrthread_data()
Dencodeframe.c477 int ref_fb_idx = cm->lst_fb_idx; in encode_mb_row()
771 xd->pre = cm->yv12_fb[cm->lst_fb_idx]; in vp8_encode_frame()
1362 ref_fb_idx = cpi->common.lst_fb_idx; in vp8cx_encode_inter_macroblock()
Dfirstpass.c495 YV12_BUFFER_CONFIG *lst_yv12 = &cm->yv12_fb[cm->lst_fb_idx]; in vp8_first_pass()
1344 int y_width = cpi->common.yv12_fb[cpi->common.lst_fb_idx].y_width; in define_gf_group()
1345 int y_height = cpi->common.yv12_fb[cpi->common.lst_fb_idx].y_height; in define_gf_group()
2600 YV12_BUFFER_CONFIG *lst_yv12 = &cpi->common.yv12_fb[cpi->common.lst_fb_idx]; in find_next_key_frame()
Drdopt.c1696 …unsigned char *pre_y_buffer = cpi->common.yv12_fb[cpi->common.lst_fb_idx].y_buffer + recon_yoffset; in vp8_cal_sad()
1697 int pre_y_stride = cpi->common.yv12_fb[cpi->common.lst_fb_idx].y_stride; in vp8_cal_sad()
1779 YV12_BUFFER_CONFIG *lst_yv12 = &cpi->common.yv12_fb[cpi->common.lst_fb_idx]; in vp8_rd_pick_inter_mode()
Dpickinter.c465 YV12_BUFFER_CONFIG *lst_yv12 = &cpi->common.yv12_fb[cpi->common.lst_fb_idx]; in vp8_pick_inter_mode()