Searched defs:recon_uvoffset (Results 1 – 11 of 11) sorted by relevance
/external/libvpx/libvpx/vp8/encoder/ |
D | rdopt.h | 76 unsigned int recon_uvoffset) { in get_plane_pointers() 85 unsigned int recon_uvoffset) { in get_predictor_pointers()
|
D | ethreading.c | 76 int recon_yoffset, recon_uvoffset; in thread_encoding_proc() local
|
D | encodeframe.c | 328 int recon_yoffset, recon_uvoffset; in encode_mb_row() local 1120 int recon_yoffset, int recon_uvoffset, in vp8cx_encode_inter_macroblock()
|
D | denoising.c | 472 int recon_yoffset, int recon_uvoffset, in vp8_denoiser_denoise_mb()
|
D | pickinter.c | 558 int recon_uvoffset, int *returnrate, in vp8_pick_inter_mode()
|
D | firstpass.c | 474 int recon_yoffset, recon_uvoffset; in vp8_first_pass() local
|
D | rdopt.c | 1739 int recon_uvoffset, int *returnrate, in vp8_rd_pick_inter_mode()
|
/external/libvpx/libvpx/vp8/decoder/ |
D | threading.c | 295 int recon_yoffset, recon_uvoffset; in mt_decode_mb_rows() local
|
D | decodeframe.c | 445 int recon_yoffset, recon_uvoffset; in decode_mb_rows() local
|
/external/libaom/libaom/av1/encoder/ |
D | firstpass.c | 563 const int mb_col, const int recon_yoffset, const int recon_uvoffset, in firstpass_inter_prediction() 954 int recon_uvoffset = (mb_row * recon_uv_stride * uv_mb_height); in av1_first_pass() local
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_firstpass.c | 832 int recon_yoffset, recon_uvoffset; in vp9_first_pass_encode_tile_mb_row() local
|