Searched refs:distortion_y (Results 1 - 1 of 1) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_rdopt.c2693 int *rate_y, int64_t *distortion_y,
3005 inter_super_block_yrd(cpi, x, rate_y, distortion_y, &skippable_y, psse,
3016 *distortion += *distortion_y;
3297 int64_t distortion2 = 0, distortion_y = 0, distortion_uv = 0; local
3417 intra_super_block_yrd(cpi, x, &rate_y, &distortion_y, &skippable, NULL,
3438 distortion2 = distortion_y + distortion_uv;
3443 &rate_y, &distortion_y,
3848 int64_t distortion2 = 0, distortion_y = 0, distortion_uv = 0; local
3996 &distortion_y, best_rd) >= best_rd)
4000 distortion2 += distortion_y;
2687 handle_inter_mode(VP9_COMP *cpi, MACROBLOCK *x, const TileInfo *const tile, BLOCK_SIZE bsize, int64_t txfm_cache[], int *rate2, int64_t *distortion, int *skippable, int *rate_y, int64_t *distortion_y, int *rate_uv, int64_t *distortion_uv, int *mode_excluded, int *disable_skip, INTERP_FILTER *best_filter, int_mv (*mode_mv)[MAX_REF_FRAMES], int mi_row, int mi_col, int_mv single_newmv[MAX_REF_FRAMES], int64_t *psse, const int64_t ref_best_rd) argument
[all...]

Completed in 269 milliseconds