Searched refs:yv12_fb (Results 1 – 10 of 10) sorted by relevance
/external/libvpx/libvpx/vp8/decoder/ |
D | onyxd_if.c | 144 if(cm->yv12_fb[ref_fb_idx].y_height != sd->y_height || in vp8dx_get_reference() 145 cm->yv12_fb[ref_fb_idx].y_width != sd->y_width || in vp8dx_get_reference() 146 cm->yv12_fb[ref_fb_idx].uv_height != sd->uv_height || in vp8dx_get_reference() 147 cm->yv12_fb[ref_fb_idx].uv_width != sd->uv_width){ in vp8dx_get_reference() 152 vp8_yv12_copy_frame(&cm->yv12_fb[ref_fb_idx], sd); in vp8dx_get_reference() 176 if(cm->yv12_fb[*ref_fb_ptr].y_height != sd->y_height || in vp8dx_set_reference() 177 cm->yv12_fb[*ref_fb_ptr].y_width != sd->y_width || in vp8dx_set_reference() 178 cm->yv12_fb[*ref_fb_ptr].uv_height != sd->uv_height || in vp8dx_set_reference() 179 cm->yv12_fb[*ref_fb_ptr].uv_width != sd->uv_width){ in vp8dx_set_reference() 192 vp8_yv12_copy_frame(sd, &cm->yv12_fb[*ref_fb_ptr]); in vp8dx_set_reference() [all …]
|
/external/libvpx/libvpx/vp8/encoder/ |
D | rdopt.h | 99 get_plane_pointers(&cpi->common.yv12_fb[cpi->common.lst_fb_idx], in get_predictor_pointers() 103 get_plane_pointers(&cpi->common.yv12_fb[cpi->common.gld_fb_idx], in get_predictor_pointers() 107 get_plane_pointers(&cpi->common.yv12_fb[cpi->common.alt_fb_idx], in get_predictor_pointers()
|
D | ethreading.c | 85 int recon_y_stride = cm->yv12_fb[ref_fb_idx].y_stride; in thread_encoding_proc() 86 int recon_uv_stride = cm->yv12_fb[ref_fb_idx].uv_stride; in thread_encoding_proc() 148 xd->dst.y_buffer = cm->yv12_fb[dst_fb_idx].y_buffer + recon_yoffset; in thread_encoding_proc() 149 xd->dst.u_buffer = cm->yv12_fb[dst_fb_idx].u_buffer + recon_uvoffset; in thread_encoding_proc() 150 xd->dst.v_buffer = cm->yv12_fb[dst_fb_idx].v_buffer + recon_uvoffset; in thread_encoding_proc() 294 vp8_extend_mb_row( &cm->yv12_fb[dst_fb_idx], in thread_encoding_proc() 482 mbd->pre = cm->yv12_fb[cm->lst_fb_idx]; in vp8cx_init_mbrthread_data() 483 mbd->dst = cm->yv12_fb[cm->new_fb_idx]; in vp8cx_init_mbrthread_data()
|
D | encodeframe.c | 271 YV12_BUFFER_CONFIG *new_yv12 = &cm->yv12_fb[cm->new_fb_idx]; in build_activity_map() 376 int recon_y_stride = cm->yv12_fb[ref_fb_idx].y_stride; in encode_mb_row() 377 int recon_uv_stride = cm->yv12_fb[ref_fb_idx].uv_stride; in encode_mb_row() 452 xd->dst.y_buffer = cm->yv12_fb[dst_fb_idx].y_buffer + recon_yoffset; in encode_mb_row() 453 xd->dst.u_buffer = cm->yv12_fb[dst_fb_idx].u_buffer + recon_uvoffset; in encode_mb_row() 454 xd->dst.v_buffer = cm->yv12_fb[dst_fb_idx].v_buffer + recon_uvoffset; in encode_mb_row() 612 vp8_extend_mb_row( &cm->yv12_fb[dst_fb_idx], in encode_mb_row() 654 xd->pre = cm->yv12_fb[cm->lst_fb_idx]; in init_encode_frame_mb_context() 655 xd->dst = cm->yv12_fb[cm->new_fb_idx]; in init_encode_frame_mb_context() 658 vp8_setup_intra_recon(&cm->yv12_fb[cm->new_fb_idx]); in init_encode_frame_mb_context() [all …]
|
D | onyx_if.c | 1065 vp8_init3smotion_compensation(&cpi->mb, cm->yv12_fb[cm->lst_fb_idx].y_stride); in vp8_set_speed_features() 1069 vp8_init_dsmotion_compensation(&cpi->mb, cm->yv12_fb[cm->lst_fb_idx].y_stride); in vp8_set_speed_features() 1763 cm->yv12_fb[cm->lst_fb_idx].y_width || in vp8_change_config() 1765 cm->yv12_fb[cm->lst_fb_idx].y_height || in vp8_change_config() 1766 cm->yv12_fb[cm->lst_fb_idx].y_width == 0) in vp8_change_config() 2655 vp8_yv12_copy_frame(&cm->yv12_fb[ref_fb_idx], sd); in vp8_get_reference() 2674 vp8_yv12_copy_frame(sd, &cm->yv12_fb[ref_fb_idx]); in vp8_set_reference() 3165 YV12_BUFFER_CONFIG *yv12_fb = cm->yv12_fb; in update_reference_frames() local 3173 yv12_fb[cm->new_fb_idx].flags |= VP8_GOLD_FRAME | VP8_ALTR_FRAME ; in update_reference_frames() 3175 yv12_fb[cm->gld_fb_idx].flags &= ~VP8_GOLD_FRAME; in update_reference_frames() [all …]
|
D | firstpass.c | 516 YV12_BUFFER_CONFIG *lst_yv12 = &cm->yv12_fb[cm->lst_fb_idx]; in vp8_first_pass() 517 YV12_BUFFER_CONFIG *new_yv12 = &cm->yv12_fb[cm->new_fb_idx]; in vp8_first_pass() 518 YV12_BUFFER_CONFIG *gld_yv12 = &cm->yv12_fb[cm->gld_fb_idx]; in vp8_first_pass() 3069 YV12_BUFFER_CONFIG *lst_yv12 = &cpi->common.yv12_fb[cpi->common.lst_fb_idx]; in find_next_key_frame()
|
D | rdopt.c | 1710 …unsigned char *pre_y_buffer = cpi->common.yv12_fb[cpi->common.lst_fb_idx].y_buffer + recon_yoffset; in vp8_cal_sad() 1711 int pre_y_stride = cpi->common.yv12_fb[cpi->common.lst_fb_idx].y_stride; in vp8_cal_sad()
|
/external/libvpx/libvpx/vp8/common/ |
D | alloccommon.c | 25 vp8_yv12_de_alloc_frame_buffer(&oci->yv12_fb[i]); in vp8_de_alloc_frame_buffers() 65 oci->yv12_fb[i].flags = 0; in vp8_alloc_frame_buffers() 66 if (vp8_yv12_alloc_frame_buffer(&oci->yv12_fb[i], width, height, VP8BORDERINPIXELS) < 0) in vp8_alloc_frame_buffers()
|
D | onyxc_int.h | 83 YV12_BUFFER_CONFIG yv12_fb[NUM_YV12_BUFFERS]; member
|
/external/libvpx/libvpx/vp8/ |
D | vp8_dx_iface.c | 436 xd->pre = pc->yv12_fb[pc->lst_fb_idx]; in vp8_decode() 437 xd->dst = pc->yv12_fb[pc->new_fb_idx]; in vp8_decode() 442 pbi->mb_row_di[i].mbd.dst = pc->yv12_fb[pc->new_fb_idx]; in vp8_decode()
|