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

/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_rdopt.c2646 int *rate_y, int64_t *distortion_y,
3015 super_block_yrd(cpi, x, rate_y, distortion_y, &skippable_y, psse,
3029 *distortion += *distortion_y;
3265 int64_t distortion2 = 0, distortion_y = 0, distortion_uv = 0; local
3470 super_block_yrd(cpi, x, &rate_y, &distortion_y, &skippable, NULL,
3492 distortion2 = distortion_y + distortion_uv;
3499 &rate_y, &distortion_y,
3941 int64_t distortion2 = 0, distortion_y = 0, distortion_uv = 0; local
4098 &distortion_y, best_rd) >= best_rd)
4102 distortion2 += distortion_y;
2640 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, INTERPOLATION_TYPE *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 36 milliseconds