Searched defs:recon_uvoffset (Results 1 – 11 of 11) sorted by relevance
/aosp_15_r20/external/libvpx/vp8/encoder/ |
H A D | rdopt.h | 76 unsigned int recon_uvoffset) { in get_plane_pointers() 85 unsigned int recon_uvoffset) { in get_predictor_pointers()
|
H A D | encodeframe.c | 319 int recon_yoffset, recon_uvoffset; in encode_mb_row() local 1132 int recon_yoffset, int recon_uvoffset, in vp8cx_encode_inter_macroblock()
|
H A D | ethreading.c | 78 int recon_yoffset, recon_uvoffset; in thread_encoding_proc() local
|
H A D | denoising.c | 472 int recon_yoffset, int recon_uvoffset, in vp8_denoiser_denoise_mb()
|
H A D | pickinter.c | 564 int recon_uvoffset, int *returnrate, in vp8_pick_inter_mode()
|
H A D | firstpass.c | 477 int recon_yoffset, recon_uvoffset; in vp8_first_pass() local
|
H A D | rdopt.c | 1752 int recon_uvoffset, int *returnrate, in vp8_rd_pick_inter_mode()
|
/aosp_15_r20/external/libvpx/vp8/decoder/ |
H A D | threading.c | 298 int recon_yoffset, recon_uvoffset; in mt_decode_mb_rows() local
|
H A D | decodeframe.c | 445 int recon_yoffset, recon_uvoffset; in decode_mb_rows() local
|
/aosp_15_r20/external/libaom/av1/encoder/ |
H A D | firstpass.c | 705 const int unit_col, const int recon_yoffset, const int recon_uvoffset, in firstpass_inter_prediction() 1184 int recon_uvoffset = (unit_row * recon_uv_stride * uv_mb_height) + in av1_first_pass_row() local
|
/aosp_15_r20/external/libvpx/vp9/encoder/ |
H A D | vp9_firstpass.c | 910 int recon_yoffset, recon_uvoffset; in vp9_first_pass_encode_tile_mb_row() local
|