Home
last modified time | relevance | path

Searched refs:full_pixel (Results 1 – 9 of 9) sorted by relevance

/external/libvpx/libvpx/vp8/common/
Dalloccommon.c135 cm->full_pixel = 0; in vp8_setup_version()
141 cm->full_pixel = 0; in vp8_setup_version()
147 cm->full_pixel = 0; in vp8_setup_version()
153 cm->full_pixel = 1; in vp8_setup_version()
160 cm->full_pixel = 0; in vp8_setup_version()
175 oci->full_pixel = 0; in vp8_create_common()
Donyxc_int.h111 int full_pixel; member
/external/libvpx/libvpx/vp8/encoder/
Dethreading.c497 if(cm->full_pixel) in vp8cx_init_mbrthread_data()
Dencodeframe.c692 if(cm->full_pixel) in init_encode_frame_mb_context()
Drdopt.c1831 cpi->common.full_pixel); in evaluate_inter_mode_rd()
2201 rd_inter4x4_uv(cpi, x, &rd.rate_uv, &rd.distortion_uv, cpi->common.full_pixel); in vp8_rd_pick_inter_mode()
Dpickinter.c603 !(cpi->sf.half_pixel_search) || cpi->common.full_pixel==1) in evaluate_inter_mode()
Donyx_if.c1119 if (cpi->common.full_pixel) in vp8_set_speed_features()
/external/libvpx/libvpx/vp8/decoder/
Dthreading.c84 if (pc->full_pixel) in setup_decoding_thread_data()
Ddecodeframe.c978 if(pc->full_pixel) in init_frame()